Skip to content

Commit c85ae5f

Browse files
committed
[css-color-5] Fix #6856
1 parent 79b30bf commit c85ae5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-color-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ The choice of mixing colorspace can have a large effect on the end result.
271271
</pre>
272272

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

0 commit comments

Comments
 (0)