Shades of Zumthor #CCD7D8
Tints of Zumthor #CCD7D8
RGB
CMYK
RGB Variations
Color information
#CCD7D8 (or 0xCCD7D8) is known color: Zumthor. HEX triplet: CC, D7 and D8. RGB value is (204,215,216). Sum of RGB (Red+Green+Blue) = 204+215+216=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCD7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7D8 is #332827. Grayscale: #D3D3D3. Windows color (decimal): -3352616 or 14211020. OLE color: 14211020.
HSL color Cylindrical-coordinate representation of color #CCD7D8: hue angle of 185º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD7D8 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 215 | 216 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.15 |
| HSL | 185º | 0.13% | 0.82% | - |
| HSV(B) | 185º | 0.06% | 0.85% | - |
| XYZ | 61.6 | 66.4 | 74.53 | - |
| YUV | 211.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 216 | 0.06 | 0.00 | 0 | 0.15 | 185 | 0.13 | 0.82 |
| Hex | CC | D7 | D8 | 6 | 0 | 0 | F | B9 | D | 52 |
| Octal | 314 | 327 | 330 | 6 | 0 | 0 | 17 | 271 | 15 | 122 |
| Binary | 11001100 | 11010111 | 11011000 | 110 | 0 | 0 | 1111 | 10111001 | 1101 | 1010010 |
Color Harmonies of #CCD7D8
Complementary color
Monochromatic Colors of #CCD7D8
Black with #CCD7D8
Text Example
Text Example
White with #CCD7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7D8; }
p { color: rgb(204,215,216); }
H1.HeaderClassName
{
color: #CCD7D8;
}
.AnyTagClassName
{
color: #CCD7D8;
}
</style>
background-color css
<style>
a { background-color: #CCD7D8; }
a { background-color: rgb(204,215,216); }
div.DivClassName
{
background-color: #CCD7D8;
}
.BgClassName
{
background-color: #CCD7D8;
}
</style>
border-color css
<style>
span { border-color: #CCD7D8; }
span { border-color: rgb(204,215,216); }
td.TdClassName
{
border-color: #CCD7D8;
}
.TagClassName
{
border-color: #CCD7D8;
}
</style>