Skip to content

Commit

Permalink
[css-color-5] Fix #6856
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Dec 6, 2021
1 parent 79b30bf commit c85ae5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ The choice of mixing colorspace can have a large effect on the end result.
</pre>

The calculation is as follows:
* sRGB <span class="swatch" style="--color: white"></span> white (#008080) is lch(100% 0 0)
* sRGB <span class="swatch" style="--color: black"></span> black (#808000) is lch(0% 0 0)
* sRGB <span class="swatch" style="--color: white"></span> white (#FFF) is lch(100% 0 0)
* sRGB <span class="swatch" style="--color: black"></span> black (#000) is lch(0% 0 0)
* The mix in LCH is <span class="swatch" style="--color: rgb(47% 47% 47%)"></span> lch(50% 0 0)
* The mix in XYZ is <span class="swatch" style="--color: rgb(74% 74% 74%)"></span> lch(76% 0 0)
* The mix in sRGB is <span class="swatch" style="--color: rgb(50% 50% 50%)"></span> lch(53.4% 0 0)
Expand Down

0 comments on commit c85ae5f

Please sign in to comment.