Shades of Zumthor #CCD7D9
Tints of Zumthor #CCD7D9
RGB
CMYK
RGB Variations
Color information
#CCD7D9 (or 0xCCD7D9) is known color: Zumthor. HEX triplet: CC, D7 and D9. RGB value is (204,215,217). Sum of RGB (Red+Green+Blue) = 204+215+217=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCD7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7D9 is #332826. Grayscale: #D3D3D3. Windows color (decimal): -3352615 or 14276556. OLE color: 14276556.
HSL color Cylindrical-coordinate representation of color #CCD7D9: hue angle of 189.23º degrees, saturation: 0.15, 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 #CCD7D9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 215 | 217 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.15 |
| HSL | 189.23º | 0.15% | 0.83% | - |
| HSV(B) | 189.23º | 0.06% | 0.85% | - |
| XYZ | 61.73 | 66.45 | 75.22 | - |
| YUV | 211.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 217 | 0.06 | 0.01 | 0 | 0.15 | 189.23 | 0.15 | 0.83 |
| Hex | CC | D7 | D9 | 6 | 1 | 0 | F | BD | F | 53 |
| Octal | 314 | 327 | 331 | 6 | 1 | 0 | 17 | 275 | 17 | 123 |
| Binary | 11001100 | 11010111 | 11011001 | 110 | 1 | 0 | 1111 | 10111101 | 1111 | 1010011 |
Color Harmonies of #CCD7D9
Complementary color
Monochromatic Colors of #CCD7D9
Black with #CCD7D9
Text Example
Text Example
White with #CCD7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7D9; }
p { color: rgb(204,215,217); }
H1.HeaderClassName
{
color: #CCD7D9;
}
.AnyTagClassName
{
color: #CCD7D9;
}
</style>
background-color css
<style>
a { background-color: #CCD7D9; }
a { background-color: rgb(204,215,217); }
div.DivClassName
{
background-color: #CCD7D9;
}
.BgClassName
{
background-color: #CCD7D9;
}
</style>
border-color css
<style>
span { border-color: #CCD7D9; }
span { border-color: rgb(204,215,217); }
td.TdClassName
{
border-color: #CCD7D9;
}
.TagClassName
{
border-color: #CCD7D9;
}
</style>