Shades of Zumthor #CCDBDD
Tints of Zumthor #CCDBDD
RGB
CMYK
RGB Variations
Color information
#CCDBDD (or 0xCCDBDD) is known color: Zumthor. HEX triplet: CC, DB and DD. RGB value is (204,219,221). Sum of RGB (Red+Green+Blue) = 204+219+221=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBDD is #332422. Grayscale: #D6D6D6. Windows color (decimal): -3351587 or 14539724. OLE color: 14539724.
HSL color Cylindrical-coordinate representation of color #CCDBDD: hue angle of 187.06º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDBDD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 219 | 221 | - |
CMYK | 0.08 | 0.01 | 0 | 0.13 |
HSL | 187.06º | 0.2% | 0.83% | - |
HSV(B) | 187.06º | 0.08% | 0.87% | - |
XYZ | 63.28 | 68.72 | 78.34 | - |
YUV | 214.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 221 | 0.08 | 0.01 | 0 | 0.13 | 187.06 | 0.2 | 0.83 |
Hex | CC | DB | DD | 8 | 1 | 0 | D | BB | 14 | 53 |
Octal | 314 | 333 | 335 | 10 | 1 | 0 | 15 | 273 | 24 | 123 |
Binary | 11001100 | 11011011 | 11011101 | 1000 | 1 | 0 | 1101 | 10111011 | 10100 | 1010011 |
Color Harmonies of #CCDBDD
Complementary color
Monochromatic Colors of #CCDBDD
Black with #CCDBDD
Text Example
Text Example
White with #CCDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBDD; }
p { color: rgb(204,219,221); }
H1.HeaderClassName
{
color: #CCDBDD;
}
.AnyTagClassName
{
color: #CCDBDD;
}
</style>
background-color css
<style>
a { background-color: #CCDBDD; }
a { background-color: rgb(204,219,221); }
div.DivClassName
{
background-color: #CCDBDD;
}
.BgClassName
{
background-color: #CCDBDD;
}
</style>
border-color css
<style>
span { border-color: #CCDBDD; }
span { border-color: rgb(204,219,221); }
td.TdClassName
{
border-color: #CCDBDD;
}
.TagClassName
{
border-color: #CCDBDD;
}
</style>