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