Shades of Zumthor #CCDCDC
Tints of Zumthor #CCDCDC
RGB
CMYK
RGB Variations
Color information
#CCDCDC (or 0xCCDCDC) is known color: Zumthor. HEX triplet: CC, DC and DC. RGB value is (204,220,220). Sum of RGB (Red+Green+Blue) = 204+220+220=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #CCDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDC is #332323. Grayscale: #D7D7D7. Windows color (decimal): -3351332 or 14474444. OLE color: 14474444.
HSL color Cylindrical-coordinate representation of color #CCDCDC: hue angle of 180º 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 #CCDCDC is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 220 | - |
CMYK | 0.07 | 0 | 0 | 0.14 |
HSL | 180º | 0.19% | 0.83% | - |
HSV(B) | 180º | 0.07% | 0.86% | - |
XYZ | 63.41 | 69.19 | 77.72 | - |
YUV | 215.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 220 | 0.07 | 0 | 0 | 0.14 | 180 | 0.19 | 0.83 |
Hex | CC | DC | DC | 7 | 0 | 0 | E | B4 | 13 | 53 |
Octal | 314 | 334 | 334 | 7 | 0 | 0 | 16 | 264 | 23 | 123 |
Binary | 11001100 | 11011100 | 11011100 | 111 | 0 | 0 | 1110 | 10110100 | 10011 | 1010011 |
Color Harmonies of #CCDCDC
Complementary color
Monochromatic Colors of #CCDCDC
Black with #CCDCDC
Text Example
Text Example
White with #CCDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCDC; }
p { color: rgb(204,220,220); }
H1.HeaderClassName
{
color: #CCDCDC;
}
.AnyTagClassName
{
color: #CCDCDC;
}
</style>
background-color css
<style>
a { background-color: #CCDCDC; }
a { background-color: rgb(204,220,220); }
div.DivClassName
{
background-color: #CCDCDC;
}
.BgClassName
{
background-color: #CCDCDC;
}
</style>
border-color css
<style>
span { border-color: #CCDCDC; }
span { border-color: rgb(204,220,220); }
td.TdClassName
{
border-color: #CCDCDC;
}
.TagClassName
{
border-color: #CCDCDC;
}
</style>