Shades of Zumthor #CCDCDA
Tints of Zumthor #CCDCDA
RGB
CMYK
RGB Variations
Color information
#CCDCDA (or 0xCCDCDA) is known color: Zumthor. HEX triplet: CC, DC and DA. RGB value is (204,220,218). Sum of RGB (Red+Green+Blue) = 204+220+218=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDA is #332325. Grayscale: #D6D6D6. Windows color (decimal): -3351334 or 14343372. OLE color: 14343372.
HSL color Cylindrical-coordinate representation of color #CCDCDA: hue angle of 172.5º 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 #CCDCDA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 218 | - |
CMYK | 0.07 | 0 | 0.01 | 0.14 |
HSL | 172.5º | 0.19% | 0.83% | - |
HSV(B) | 172.5º | 0.07% | 0.86% | - |
XYZ | 63.15 | 69.09 | 76.34 | - |
YUV | 214.99 | 129.7 | 120.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 218 | 0.07 | 0 | 0.01 | 0.14 | 172.5 | 0.19 | 0.83 |
Hex | CC | DC | DA | 7 | 0 | 1 | E | AC | 13 | 53 |
Octal | 314 | 334 | 332 | 7 | 0 | 1 | 16 | 254 | 23 | 123 |
Binary | 11001100 | 11011100 | 11011010 | 111 | 0 | 1 | 1110 | 10101100 | 10011 | 1010011 |
Color Harmonies of #CCDCDA
Complementary color
Monochromatic Colors of #CCDCDA
Black with #CCDCDA
Text Example
Text Example
White with #CCDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCDA; }
p { color: rgb(204,220,218); }
H1.HeaderClassName
{
color: #CCDCDA;
}
.AnyTagClassName
{
color: #CCDCDA;
}
</style>
background-color css
<style>
a { background-color: #CCDCDA; }
a { background-color: rgb(204,220,218); }
div.DivClassName
{
background-color: #CCDCDA;
}
.BgClassName
{
background-color: #CCDCDA;
}
</style>
border-color css
<style>
span { border-color: #CCDCDA; }
span { border-color: rgb(204,220,218); }
td.TdClassName
{
border-color: #CCDCDA;
}
.TagClassName
{
border-color: #CCDCDA;
}
</style>