Shades of Zumthor #CCDBDA
Tints of Zumthor #CCDBDA
RGB
CMYK
RGB Variations
Color information
#CCDBDA (or 0xCCDBDA) is known color: Zumthor. HEX triplet: CC, DB and DA. RGB value is (204,219,218). Sum of RGB (Red+Green+Blue) = 204+219+218=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBDA is #332425. Grayscale: #D6D6D6. Windows color (decimal): -3351590 or 14343116. OLE color: 14343116.
HSL color Cylindrical-coordinate representation of color #CCDBDA: hue angle of 176º 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 #CCDBDA is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 218 | - |
CMYK | 0.07 | 0 | 0.00 | 0.14 |
HSL | 176º | 0.17% | 0.83% | - |
HSV(B) | 176º | 0.07% | 0.86% | - |
XYZ | 62.89 | 68.56 | 76.25 | - |
YUV | 214.4 | 130.03 | 120.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 218 | 0.07 | 0 | 0.00 | 0.14 | 176 | 0.17 | 0.83 |
Hex | CC | DB | DA | 7 | 0 | 0 | E | B0 | 11 | 53 |
Octal | 314 | 333 | 332 | 7 | 0 | 0 | 16 | 260 | 21 | 123 |
Binary | 11001100 | 11011011 | 11011010 | 111 | 0 | 0 | 1110 | 10110000 | 10001 | 1010011 |
Color Harmonies of #CCDBDA
Complementary color
Monochromatic Colors of #CCDBDA
Black with #CCDBDA
Text Example
Text Example
White with #CCDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBDA; }
p { color: rgb(204,219,218); }
H1.HeaderClassName
{
color: #CCDBDA;
}
.AnyTagClassName
{
color: #CCDBDA;
}
</style>
background-color css
<style>
a { background-color: #CCDBDA; }
a { background-color: rgb(204,219,218); }
div.DivClassName
{
background-color: #CCDBDA;
}
.BgClassName
{
background-color: #CCDBDA;
}
</style>
border-color css
<style>
span { border-color: #CCDBDA; }
span { border-color: rgb(204,219,218); }
td.TdClassName
{
border-color: #CCDBDA;
}
.TagClassName
{
border-color: #CCDBDA;
}
</style>