Shades of Zumthor #CCD8DA
Tints of Zumthor #CCD8DA
RGB
CMYK
RGB Variations
Color information
#CCD8DA (or 0xCCD8DA) is known color: Zumthor. HEX triplet: CC, D8 and DA. RGB value is (204,216,218). Sum of RGB (Red+Green+Blue) = 204+216+218=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DA is #332725. Grayscale: #D4D4D4. Windows color (decimal): -3352358 or 14342348. OLE color: 14342348.
HSL color Cylindrical-coordinate representation of color #CCD8DA: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD8DA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 218 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.15 |
| HSL | 188.57º | 0.16% | 0.83% | - |
| HSV(B) | 188.57º | 0.06% | 0.85% | - |
| XYZ | 62.11 | 67.01 | 75.99 | - |
| YUV | 212.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 218 | 0.06 | 0.01 | 0 | 0.15 | 188.57 | 0.16 | 0.83 |
| Hex | CC | D8 | DA | 6 | 1 | 0 | F | BD | 10 | 53 |
| Octal | 314 | 330 | 332 | 6 | 1 | 0 | 17 | 275 | 20 | 123 |
| Binary | 11001100 | 11011000 | 11011010 | 110 | 1 | 0 | 1111 | 10111101 | 10000 | 1010011 |
Color Harmonies of #CCD8DA
Complementary color
Monochromatic Colors of #CCD8DA
Black with #CCD8DA
Text Example
Text Example
White with #CCD8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8DA; }
p { color: rgb(204,216,218); }
H1.HeaderClassName
{
color: #CCD8DA;
}
.AnyTagClassName
{
color: #CCD8DA;
}
</style>
background-color css
<style>
a { background-color: #CCD8DA; }
a { background-color: rgb(204,216,218); }
div.DivClassName
{
background-color: #CCD8DA;
}
.BgClassName
{
background-color: #CCD8DA;
}
</style>
border-color css
<style>
span { border-color: #CCD8DA; }
span { border-color: rgb(204,216,218); }
td.TdClassName
{
border-color: #CCD8DA;
}
.TagClassName
{
border-color: #CCD8DA;
}
</style>