@@ -21,6 +21,7 @@ spec:css-color-4; type:descriptor; for:@color-profile; text:src
21
21
spec:css-color-4; type:dfn; text:colorspace
22
22
spec:css-color-4; type:dfn; text:gamut
23
23
</pre>
24
+ <link rel="stylesheet" href="style.css" />
24
25
25
26
<style>
26
27
table.named-color-table thead th { text-align:center; background:black; color:white; }
@@ -103,7 +104,7 @@ Value Definitions</h3>
103
104
the green in the leaf, and the photo, and the print will look the same.
104
105
</div>
105
106
106
- A <dfn>colorspace</dfn> is an organization of colors
107
+ A <dfn export >colorspace</dfn> is an organization of colors
107
108
with respect to an underlying
108
109
<abbr title="colorimetry is the measurement of human color perception"> colorimetric</abbr>
109
110
model,
@@ -113,7 +114,24 @@ Value Definitions</h3>
113
114
or transformed from one colorspace to another,
114
115
while looking the same.
115
116
116
- <div class="example"></div>
117
+ <div class="example"><p> A leaf is measured
118
+ with a spectrophotometer
119
+ and found to have the color
120
+ <span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> lch(51.2345% 21.2 130)
121
+ which is
122
+ <span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> lab(51.2345% -13.6271 16.2401).</p>
123
+
124
+ <p> This same color could be expressed in various colorspaces:</p>
125
+
126
+ <pre>
127
+ <span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(sRGB 0.41587, 0.503670, 0.36664);
128
+ <span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(display-p3 0.43313, 0.50108, 0.37950);
129
+ <span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(a98-rgb 0.44091 0.49971 0.37408);
130
+ <span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(prophoto-rgb 0.36589 0.41717 0.31333);
131
+ <span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(rec2020 0.42210 0.47580 0.35605);
132
+ </pre>
133
+
134
+ </div>
117
135
118
136
When the measured physical characteristics
119
137
(such as the chromaticities of the primary colors it uses,
0 commit comments