Shades of Zumthor #CCD7DA
Tints of Zumthor #CCD7DA
RGB
CMYK
RGB Variations
Color information
#CCD7DA (or 0xCCD7DA) is known color: Zumthor. HEX triplet: CC, D7 and DA. RGB value is (204,215,218). Sum of RGB (Red+Green+Blue) = 204+215+218=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DA is #332825. Grayscale: #D4D4D4. Windows color (decimal): -3352614 or 14342092. OLE color: 14342092.
HSL color Cylindrical-coordinate representation of color #CCD7DA: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD7DA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 215 | 218 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.15 |
| HSL | 192.86º | 0.16% | 0.83% | - |
| HSV(B) | 192.86º | 0.06% | 0.85% | - |
| XYZ | 61.86 | 66.5 | 75.91 | - |
| YUV | 212.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 218 | 0.06 | 0.01 | 0 | 0.15 | 192.86 | 0.16 | 0.83 |
| Hex | CC | D7 | DA | 6 | 1 | 0 | F | C1 | 10 | 53 |
| Octal | 314 | 327 | 332 | 6 | 1 | 0 | 17 | 301 | 20 | 123 |
| Binary | 11001100 | 11010111 | 11011010 | 110 | 1 | 0 | 1111 | 11000001 | 10000 | 1010011 |
Color Harmonies of #CCD7DA
Complementary color
Monochromatic Colors of #CCD7DA
Black with #CCD7DA
Text Example
Text Example
White with #CCD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7DA; }
p { color: rgb(204,215,218); }
H1.HeaderClassName
{
color: #CCD7DA;
}
.AnyTagClassName
{
color: #CCD7DA;
}
</style>
background-color css
<style>
a { background-color: #CCD7DA; }
a { background-color: rgb(204,215,218); }
div.DivClassName
{
background-color: #CCD7DA;
}
.BgClassName
{
background-color: #CCD7DA;
}
</style>
border-color css
<style>
span { border-color: #CCD7DA; }
span { border-color: rgb(204,215,218); }
td.TdClassName
{
border-color: #CCD7DA;
}
.TagClassName
{
border-color: #CCD7DA;
}
</style>