You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A color checker, used for ensuring color fidelity
3054
3061
in the print and photographic industries.
3055
3062
Averaged measured Lab values are available for each patch.
3056
3063
The rectangles show the Lab values, converted to sRGB.
3057
3064
The circles, which are barely visible, show the Lab values,
3058
3065
passed through an ICC profile to convert them to CMYK.
3059
3066
The CMYK values are then passed through the same ICC profile in reverse,
3060
-
to yield new Lab values. These are then converted to sRGB for display.
3061
-
The one patch with a more visible circle (third row, first patch)
3067
+
to yield new Lab values. These are then converted to sRGB for display.</p>
3068
+
<p>The one patch with a more visible circle (third row, first patch)
3062
3069
is because the color is slightly outside the gamut of the
3063
-
FOGRA55 CMYK space used.
3070
+
FOGRA55 CMYK space used.</p>
3071
+
<p>The table below shows, for each patch, the DeltaE 2000 between the original Lab and the Lab value after round-tripping through CMYK. A DeltaE 2000 of 1 or more is just visible.</p>
3072
+
<table class="deltaE">
3073
+
<tr>
3074
+
<td class="dE0">0.06</td>
3075
+
<td class="dE0">0.07</td>
3076
+
<td class="dE0">0.03</td>
3077
+
<td class="dE0">0.04</td>
3078
+
<td class="dE0">0.06</td>
3079
+
<td class="dE0">0.17</td>
3080
+
</tr>
3081
+
<tr>
3082
+
<td class="dE0">0.03</td>
3083
+
<td class="dE0">0.75</td>
3084
+
<td class="dE0">0.05</td>
3085
+
<td class="dE0">0.06</td>
3086
+
<td class="dE0">0.03</td>
3087
+
<td class="dE0">0.02</td>
3088
+
</tr>
3089
+
<tr>
3090
+
<td class="dE2">1.9</td>
3091
+
<td class="dE0">0.04</td>
3092
+
<td class="dE0">0.06</td>
3093
+
<td class="dE0">0.05</td>
3094
+
<td class="dE0">0.02</td>
3095
+
<td class="dE0">0.05</td>
3096
+
</tr>
3097
+
<tr>
3098
+
<td class="dE0">0.03</td>
3099
+
<td class="dE0">0.08</td>
3100
+
<td class="dE0">0.03</td>
3101
+
<td class="dE0">0.03</td>
3102
+
<td class="dE0">0.04</td>
3103
+
<td class="dE0">0.80</td>
3104
+
</tr>
3105
+
</table>
3064
3106
</figcaption>
3065
3107
</figure>
3066
3108
@@ -3325,12 +3367,47 @@ Device-dependent CMYK Colors: the ''device-cmyk()'' function</h2>
<p>A color checker, used for ensuring color fidelity
3329
3371
in the print and photographic industries.
3330
3372
Averaged measured Lab values are available for each patch.
3331
3373
The rectangles show the Lab values, converted to sRGB.
3332
3374
The circles show the Lab values, passed through an ICC profile to convert them to CMYK.
3333
-
The CMYK value are then naively converted to sRGB.
3375
+
The CMYK value are then naively converted to sRGB.</p>
3376
+
<p>The table below shows, for each patch, the DeltaE 2000 between the original Lab and the Lab value after round-tripping through CMYK. A DeltaE 2000 of 1 or more is just visible, while 5 or more is just a different color altogether.</p>
0 commit comments