Shades of Zumthor #CCDBD9
Tints of Zumthor #CCDBD9
RGB
CMYK
RGB Variations
Color information
#CCDBD9 (or 0xCCDBD9) is known color: Zumthor. HEX triplet: CC, DB and D9. RGB value is (204,219,217). Sum of RGB (Red+Green+Blue) = 204+219+217=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD9 is #332426. Grayscale: #D6D6D6. Windows color (decimal): -3351591 or 14277580. OLE color: 14277580.
HSL color Cylindrical-coordinate representation of color #CCDBD9: hue angle of 172º 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 #CCDBD9 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 217 | - |
CMYK | 0.07 | 0 | 0.01 | 0.14 |
HSL | 172º | 0.17% | 0.83% | - |
HSV(B) | 172º | 0.07% | 0.86% | - |
XYZ | 62.76 | 68.51 | 75.56 | - |
YUV | 214.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 217 | 0.07 | 0 | 0.01 | 0.14 | 172 | 0.17 | 0.83 |
Hex | CC | DB | D9 | 7 | 0 | 1 | E | AC | 11 | 53 |
Octal | 314 | 333 | 331 | 7 | 0 | 1 | 16 | 254 | 21 | 123 |
Binary | 11001100 | 11011011 | 11011001 | 111 | 0 | 1 | 1110 | 10101100 | 10001 | 1010011 |
Color Harmonies of #CCDBD9
Complementary color
Monochromatic Colors of #CCDBD9
Black with #CCDBD9
Text Example
Text Example
White with #CCDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBD9; }
p { color: rgb(204,219,217); }
H1.HeaderClassName
{
color: #CCDBD9;
}
.AnyTagClassName
{
color: #CCDBD9;
}
</style>
background-color css
<style>
a { background-color: #CCDBD9; }
a { background-color: rgb(204,219,217); }
div.DivClassName
{
background-color: #CCDBD9;
}
.BgClassName
{
background-color: #CCDBD9;
}
</style>
border-color css
<style>
span { border-color: #CCDBD9; }
span { border-color: rgb(204,219,217); }
td.TdClassName
{
border-color: #CCDBD9;
}
.TagClassName
{
border-color: #CCDBD9;
}
</style>