Shades of Zumthor #C9DEDD
Tints of Zumthor #C9DEDD
RGB
CMYK
RGB Variations
Color information
#C9DEDD (or 0xC9DEDD) is known color: Zumthor. HEX triplet: C9, DE and DD. RGB value is (201,222,221). Sum of RGB (Red+Green+Blue) = 201+222+221=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEDD is #362122. Grayscale: #D7D7D7. Windows color (decimal): -3547427 or 14540489. OLE color: 14540489.
HSL color Cylindrical-coordinate representation of color #C9DEDD: hue angle of 177.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DEDD is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 221 | - |
| CMYK | 0.09 | 0 | 0.00 | 0.13 |
| HSL | 177.14º | 0.24% | 0.83% | - |
| HSV(B) | 177.14º | 0.09% | 0.87% | - |
| XYZ | 63.26 | 69.88 | 78.56 | - |
| YUV | 215.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 221 | 0.09 | 0 | 0.00 | 0.13 | 177.14 | 0.24 | 0.83 |
| Hex | C9 | DE | DD | 9 | 0 | 0 | D | B1 | 18 | 53 |
| Octal | 311 | 336 | 335 | 11 | 0 | 0 | 15 | 261 | 30 | 123 |
| Binary | 11001001 | 11011110 | 11011101 | 1001 | 0 | 0 | 1101 | 10110001 | 11000 | 1010011 |
Color Harmonies of #C9DEDD
Complementary color
Monochromatic Colors of #C9DEDD
Black with #C9DEDD
Text Example
Text Example
White with #C9DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEDD; }
p { color: rgb(201,222,221); }
H1.HeaderClassName
{
color: #C9DEDD;
}
.AnyTagClassName
{
color: #C9DEDD;
}
</style>
background-color css
<style>
a { background-color: #C9DEDD; }
a { background-color: rgb(201,222,221); }
div.DivClassName
{
background-color: #C9DEDD;
}
.BgClassName
{
background-color: #C9DEDD;
}
</style>
border-color css
<style>
span { border-color: #C9DEDD; }
span { border-color: rgb(201,222,221); }
td.TdClassName
{
border-color: #C9DEDD;
}
.TagClassName
{
border-color: #C9DEDD;
}
</style>