Shades of Zumthor #CCD8DC
Tints of Zumthor #CCD8DC
RGB
CMYK
RGB Variations
Color information
#CCD8DC (or 0xCCD8DC) is known color: Zumthor. HEX triplet: CC, D8 and DC. RGB value is (204,216,220). Sum of RGB (Red+Green+Blue) = 204+216+220=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DC is #332723. Grayscale: #D4D4D4. Windows color (decimal): -3352356 or 14473420. OLE color: 14473420.
HSL color Cylindrical-coordinate representation of color #CCD8DC: hue angle of 195º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD8DC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 216 | 220 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.14 |
| HSL | 195º | 0.19% | 0.83% | - |
| HSV(B) | 195º | 0.07% | 0.86% | - |
| XYZ | 62.38 | 67.12 | 77.38 | - |
| YUV | 212.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 220 | 0.07 | 0.02 | 0 | 0.14 | 195 | 0.19 | 0.83 |
| Hex | CC | D8 | DC | 7 | 2 | 0 | E | C3 | 13 | 53 |
| Octal | 314 | 330 | 334 | 7 | 2 | 0 | 16 | 303 | 23 | 123 |
| Binary | 11001100 | 11011000 | 11011100 | 111 | 10 | 0 | 1110 | 11000011 | 10011 | 1010011 |
Color Harmonies of #CCD8DC
Complementary color
Monochromatic Colors of #CCD8DC
Black with #CCD8DC
Text Example
Text Example
White with #CCD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8DC; }
p { color: rgb(204,216,220); }
H1.HeaderClassName
{
color: #CCD8DC;
}
.AnyTagClassName
{
color: #CCD8DC;
}
</style>
background-color css
<style>
a { background-color: #CCD8DC; }
a { background-color: rgb(204,216,220); }
div.DivClassName
{
background-color: #CCD8DC;
}
.BgClassName
{
background-color: #CCD8DC;
}
</style>
border-color css
<style>
span { border-color: #CCD8DC; }
span { border-color: rgb(204,216,220); }
td.TdClassName
{
border-color: #CCD8DC;
}
.TagClassName
{
border-color: #CCD8DC;
}
</style>