Shades of Zumthor #CCDBDC
Tints of Zumthor #CCDBDC
RGB
CMYK
RGB Variations
Color information
#CCDBDC (or 0xCCDBDC) is known color: Zumthor. HEX triplet: CC, DB and DC. RGB value is (204,219,220). Sum of RGB (Red+Green+Blue) = 204+219+220=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBDC is #332423. Grayscale: #D6D6D6. Windows color (decimal): -3351588 or 14474188. OLE color: 14474188.
HSL color Cylindrical-coordinate representation of color #CCDBDC: hue angle of 183.75º 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 #CCDBDC is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 220 | - |
CMYK | 0.07 | 0.00 | 0 | 0.14 |
HSL | 183.75º | 0.19% | 0.83% | - |
HSV(B) | 183.75º | 0.07% | 0.86% | - |
XYZ | 63.15 | 68.67 | 77.64 | - |
YUV | 214.63 | 131.03 | 120.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 220 | 0.07 | 0.00 | 0 | 0.14 | 183.75 | 0.19 | 0.83 |
Hex | CC | DB | DC | 7 | 0 | 0 | E | B8 | 13 | 53 |
Octal | 314 | 333 | 334 | 7 | 0 | 0 | 16 | 270 | 23 | 123 |
Binary | 11001100 | 11011011 | 11011100 | 111 | 0 | 0 | 1110 | 10111000 | 10011 | 1010011 |
Color Harmonies of #CCDBDC
Complementary color
Monochromatic Colors of #CCDBDC
Black with #CCDBDC
Text Example
Text Example
White with #CCDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBDC; }
p { color: rgb(204,219,220); }
H1.HeaderClassName
{
color: #CCDBDC;
}
.AnyTagClassName
{
color: #CCDBDC;
}
</style>
background-color css
<style>
a { background-color: #CCDBDC; }
a { background-color: rgb(204,219,220); }
div.DivClassName
{
background-color: #CCDBDC;
}
.BgClassName
{
background-color: #CCDBDC;
}
</style>
border-color css
<style>
span { border-color: #CCDBDC; }
span { border-color: rgb(204,219,220); }
td.TdClassName
{
border-color: #CCDBDC;
}
.TagClassName
{
border-color: #CCDBDC;
}
</style>