Shades of Zumthor #CCDCDD
Tints of Zumthor #CCDCDD
RGB
CMYK
RGB Variations
Color information
#CCDCDD (or 0xCCDCDD) is known color: Zumthor. HEX triplet: CC, DC and DD. RGB value is (204,220,221). Sum of RGB (Red+Green+Blue) = 204+220+221=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDD is #332322. Grayscale: #D7D7D7. Windows color (decimal): -3351331 or 14539980. OLE color: 14539980.
HSL color Cylindrical-coordinate representation of color #CCDCDD: hue angle of 183.53º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDCDD is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 220 | 221 | - |
CMYK | 0.08 | 0.00 | 0 | 0.13 |
HSL | 183.53º | 0.2% | 0.83% | - |
HSV(B) | 183.53º | 0.08% | 0.87% | - |
XYZ | 63.55 | 69.24 | 78.42 | - |
YUV | 215.33 | 131.2 | 119.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 221 | 0.08 | 0.00 | 0 | 0.13 | 183.53 | 0.2 | 0.83 |
Hex | CC | DC | DD | 8 | 0 | 0 | D | B8 | 14 | 53 |
Octal | 314 | 334 | 335 | 10 | 0 | 0 | 15 | 270 | 24 | 123 |
Binary | 11001100 | 11011100 | 11011101 | 1000 | 0 | 0 | 1101 | 10111000 | 10100 | 1010011 |
Color Harmonies of #CCDCDD
Complementary color
Monochromatic Colors of #CCDCDD
Black with #CCDCDD
Text Example
Text Example
White with #CCDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCDD; }
p { color: rgb(204,220,221); }
H1.HeaderClassName
{
color: #CCDCDD;
}
.AnyTagClassName
{
color: #CCDCDD;
}
</style>
background-color css
<style>
a { background-color: #CCDCDD; }
a { background-color: rgb(204,220,221); }
div.DivClassName
{
background-color: #CCDCDD;
}
.BgClassName
{
background-color: #CCDCDD;
}
</style>
border-color css
<style>
span { border-color: #CCDCDD; }
span { border-color: rgb(204,220,221); }
td.TdClassName
{
border-color: #CCDCDD;
}
.TagClassName
{
border-color: #CCDCDD;
}
</style>