Shades of Zumthor #CCDBDB
Tints of Zumthor #CCDBDB
RGB
CMYK
RGB Variations
Color information
#CCDBDB (or 0xCCDBDB) is known color: Zumthor. HEX triplet: CC, DB and DB. RGB value is (204,219,219). Sum of RGB (Red+Green+Blue) = 204+219+219=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #CCDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBDB is #332424. Grayscale: #D6D6D6. Windows color (decimal): -3351589 or 14408652. OLE color: 14408652.
HSL color Cylindrical-coordinate representation of color #CCDBDB: hue angle of 180º 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 #CCDBDB is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 219 | - |
CMYK | 0.07 | 0 | 0 | 0.14 |
HSL | 180º | 0.17% | 0.83% | - |
HSV(B) | 180º | 0.07% | 0.86% | - |
XYZ | 63.02 | 68.61 | 76.94 | - |
YUV | 214.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 219 | 0.07 | 0 | 0 | 0.14 | 180 | 0.17 | 0.83 |
Hex | CC | DB | DB | 7 | 0 | 0 | E | B4 | 11 | 53 |
Octal | 314 | 333 | 333 | 7 | 0 | 0 | 16 | 264 | 21 | 123 |
Binary | 11001100 | 11011011 | 11011011 | 111 | 0 | 0 | 1110 | 10110100 | 10001 | 1010011 |
Color Harmonies of #CCDBDB
Complementary color
Monochromatic Colors of #CCDBDB
Black with #CCDBDB
Text Example
Text Example
White with #CCDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBDB; }
p { color: rgb(204,219,219); }
H1.HeaderClassName
{
color: #CCDBDB;
}
.AnyTagClassName
{
color: #CCDBDB;
}
</style>
background-color css
<style>
a { background-color: #CCDBDB; }
a { background-color: rgb(204,219,219); }
div.DivClassName
{
background-color: #CCDBDB;
}
.BgClassName
{
background-color: #CCDBDB;
}
</style>
border-color css
<style>
span { border-color: #CCDBDB; }
span { border-color: rgb(204,219,219); }
td.TdClassName
{
border-color: #CCDBDB;
}
.TagClassName
{
border-color: #CCDBDB;
}
</style>