Shades of Zumthor #C9D8DC
Tints of Zumthor #C9D8DC
RGB
CMYK
RGB Variations
Color information
#C9D8DC (or 0xC9D8DC) is known color: Zumthor. HEX triplet: C9, D8 and DC. RGB value is (201,216,220). Sum of RGB (Red+Green+Blue) = 201+216+220=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8DC is #362723. Grayscale: #D3D3D3. Windows color (decimal): -3548964 or 14473417. OLE color: 14473417.
HSL color Cylindrical-coordinate representation of color #C9D8DC: hue angle of 192.63º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D8DC is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 216 | 220 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.14 |
| HSL | 192.63º | 0.21% | 0.83% | - |
| HSV(B) | 192.63º | 0.09% | 0.86% | - |
| XYZ | 61.56 | 66.7 | 77.34 | - |
| YUV | 211.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 220 | 0.09 | 0.02 | 0 | 0.14 | 192.63 | 0.21 | 0.83 |
| Hex | C9 | D8 | DC | 9 | 2 | 0 | E | C1 | 15 | 53 |
| Octal | 311 | 330 | 334 | 11 | 2 | 0 | 16 | 301 | 25 | 123 |
| Binary | 11001001 | 11011000 | 11011100 | 1001 | 10 | 0 | 1110 | 11000001 | 10101 | 1010011 |
Color Harmonies of #C9D8DC
Complementary color
Monochromatic Colors of #C9D8DC
Black with #C9D8DC
Text Example
Text Example
White with #C9D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8DC; }
p { color: rgb(201,216,220); }
H1.HeaderClassName
{
color: #C9D8DC;
}
.AnyTagClassName
{
color: #C9D8DC;
}
</style>
background-color css
<style>
a { background-color: #C9D8DC; }
a { background-color: rgb(201,216,220); }
div.DivClassName
{
background-color: #C9D8DC;
}
.BgClassName
{
background-color: #C9D8DC;
}
</style>
border-color css
<style>
span { border-color: #C9D8DC; }
span { border-color: rgb(201,216,220); }
td.TdClassName
{
border-color: #C9D8DC;
}
.TagClassName
{
border-color: #C9D8DC;
}
</style>