Shades of Zumthor #CCD8DB
Tints of Zumthor #CCD8DB
RGB
CMYK
RGB Variations
Color information
#CCD8DB (or 0xCCD8DB) is known color: Zumthor. HEX triplet: CC, D8 and DB. RGB value is (204,216,219). Sum of RGB (Red+Green+Blue) = 204+216+219=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DB is #332724. Grayscale: #D4D4D4. Windows color (decimal): -3352357 or 14407884. OLE color: 14407884.
HSL color Cylindrical-coordinate representation of color #CCD8DB: hue angle of 192º degrees, saturation: 0.17, 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 #CCD8DB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 216 | 219 | - |
CMYK | 0.07 | 0.01 | 0 | 0.14 |
HSL | 192º | 0.17% | 0.83% | - |
HSV(B) | 192º | 0.07% | 0.86% | - |
XYZ | 62.24 | 67.06 | 76.68 | - |
YUV | 212.75 | 131.52 | 121.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 216 | 219 | 0.07 | 0.01 | 0 | 0.14 | 192 | 0.17 | 0.83 |
Hex | CC | D8 | DB | 7 | 1 | 0 | E | C0 | 11 | 53 |
Octal | 314 | 330 | 333 | 7 | 1 | 0 | 16 | 300 | 21 | 123 |
Binary | 11001100 | 11011000 | 11011011 | 111 | 1 | 0 | 1110 | 11000000 | 10001 | 1010011 |
Color Harmonies of #CCD8DB
Complementary color
Monochromatic Colors of #CCD8DB
Black with #CCD8DB
Text Example
Text Example
White with #CCD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8DB; }
p { color: rgb(204,216,219); }
H1.HeaderClassName
{
color: #CCD8DB;
}
.AnyTagClassName
{
color: #CCD8DB;
}
</style>
background-color css
<style>
a { background-color: #CCD8DB; }
a { background-color: rgb(204,216,219); }
div.DivClassName
{
background-color: #CCD8DB;
}
.BgClassName
{
background-color: #CCD8DB;
}
</style>
border-color css
<style>
span { border-color: #CCD8DB; }
span { border-color: rgb(204,216,219); }
td.TdClassName
{
border-color: #CCD8DB;
}
.TagClassName
{
border-color: #CCD8DB;
}
</style>