Shades of Zumthor #CCD4D5
Tints of Zumthor #CCD4D5
RGB
CMYK
RGB Variations
Color information
#CCD4D5 (or 0xCCD4D5) is known color: Zumthor. HEX triplet: CC, D4 and D5. RGB value is (204,212,213). Sum of RGB (Red+Green+Blue) = 204+212+213=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4D5 is #332B2A. Grayscale: #D1D1D1. Windows color (decimal): -3353387 or 14013644. OLE color: 14013644.
HSL color Cylindrical-coordinate representation of color #CCD4D5: hue angle of 186.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD4D5 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 212 | 213 | - |
CMYK | 0.04 | 0.00 | 0 | 0.16 |
HSL | 186.67º | 0.1% | 0.82% | - |
HSV(B) | 186.67º | 0.04% | 0.84% | - |
XYZ | 60.46 | 64.73 | 72.26 | - |
YUV | 209.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 212 | 213 | 0.04 | 0.00 | 0 | 0.16 | 186.67 | 0.1 | 0.82 |
Hex | CC | D4 | D5 | 4 | 0 | 0 | 10 | BB | A | 52 |
Octal | 314 | 324 | 325 | 4 | 0 | 0 | 20 | 273 | 12 | 122 |
Binary | 11001100 | 11010100 | 11010101 | 100 | 0 | 0 | 10000 | 10111011 | 1010 | 1010010 |
Color Harmonies of #CCD4D5
Complementary color
Monochromatic Colors of #CCD4D5
Black with #CCD4D5
Text Example
Text Example
White with #CCD4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4D5; }
p { color: rgb(204,212,213); }
H1.HeaderClassName
{
color: #CCD4D5;
}
.AnyTagClassName
{
color: #CCD4D5;
}
</style>
background-color css
<style>
a { background-color: #CCD4D5; }
a { background-color: rgb(204,212,213); }
div.DivClassName
{
background-color: #CCD4D5;
}
.BgClassName
{
background-color: #CCD4D5;
}
</style>
border-color css
<style>
span { border-color: #CCD4D5; }
span { border-color: rgb(204,212,213); }
td.TdClassName
{
border-color: #CCD4D5;
}
.TagClassName
{
border-color: #CCD4D5;
}
</style>