Shades of Zumthor #CCD7D6
Tints of Zumthor #CCD7D6
RGB
CMYK
RGB Variations
Color information
#CCD7D6 (or 0xCCD7D6) is known color: Zumthor. HEX triplet: CC, D7 and D6. RGB value is (204,215,214). Sum of RGB (Red+Green+Blue) = 204+215+214=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7D6 is #332829. Grayscale: #D3D3D3. Windows color (decimal): -3352618 or 14079948. OLE color: 14079948.
HSL color Cylindrical-coordinate representation of color #CCD7D6: hue angle of 174.55º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD7D6 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 214 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.16 |
| HSL | 174.55º | 0.12% | 0.82% | - |
| HSV(B) | 174.55º | 0.05% | 0.84% | - |
| XYZ | 61.34 | 66.29 | 73.18 | - |
| YUV | 211.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 214 | 0.05 | 0 | 0.00 | 0.16 | 174.55 | 0.12 | 0.82 |
| Hex | CC | D7 | D6 | 5 | 0 | 0 | 10 | AF | C | 52 |
| Octal | 314 | 327 | 326 | 5 | 0 | 0 | 20 | 257 | 14 | 122 |
| Binary | 11001100 | 11010111 | 11010110 | 101 | 0 | 0 | 10000 | 10101111 | 1100 | 1010010 |
Color Harmonies of #CCD7D6
Complementary color
Monochromatic Colors of #CCD7D6
Black with #CCD7D6
Text Example
Text Example
White with #CCD7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7D6; }
p { color: rgb(204,215,214); }
H1.HeaderClassName
{
color: #CCD7D6;
}
.AnyTagClassName
{
color: #CCD7D6;
}
</style>
background-color css
<style>
a { background-color: #CCD7D6; }
a { background-color: rgb(204,215,214); }
div.DivClassName
{
background-color: #CCD7D6;
}
.BgClassName
{
background-color: #CCD7D6;
}
</style>
border-color css
<style>
span { border-color: #CCD7D6; }
span { border-color: rgb(204,215,214); }
td.TdClassName
{
border-color: #CCD7D6;
}
.TagClassName
{
border-color: #CCD7D6;
}
</style>