Shades of Zumthor #C9DAD8
Tints of Zumthor #C9DAD8
RGB
CMYK
RGB Variations
Color information
#C9DAD8 (or 0xC9DAD8) is known color: Zumthor. HEX triplet: C9, DA and D8. RGB value is (201,218,216). Sum of RGB (Red+Green+Blue) = 201+218+216=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAD8 is #362527. Grayscale: #D4D4D4. Windows color (decimal): -3548456 or 14211785. OLE color: 14211785.
HSL color Cylindrical-coordinate representation of color #C9DAD8: hue angle of 172.94º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DAD8 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 216 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.15 |
| HSL | 172.94º | 0.19% | 0.82% | - |
| HSV(B) | 172.94º | 0.08% | 0.85% | - |
| XYZ | 61.55 | 67.52 | 74.75 | - |
| YUV | 212.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 216 | 0.08 | 0 | 0.01 | 0.15 | 172.94 | 0.19 | 0.82 |
| Hex | C9 | DA | D8 | 8 | 0 | 1 | F | AD | 13 | 52 |
| Octal | 311 | 332 | 330 | 10 | 0 | 1 | 17 | 255 | 23 | 122 |
| Binary | 11001001 | 11011010 | 11011000 | 1000 | 0 | 1 | 1111 | 10101101 | 10011 | 1010010 |
Color Harmonies of #C9DAD8
Complementary color
Monochromatic Colors of #C9DAD8
Black with #C9DAD8
Text Example
Text Example
White with #C9DAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAD8; }
p { color: rgb(201,218,216); }
H1.HeaderClassName
{
color: #C9DAD8;
}
.AnyTagClassName
{
color: #C9DAD8;
}
</style>
background-color css
<style>
a { background-color: #C9DAD8; }
a { background-color: rgb(201,218,216); }
div.DivClassName
{
background-color: #C9DAD8;
}
.BgClassName
{
background-color: #C9DAD8;
}
</style>
border-color css
<style>
span { border-color: #C9DAD8; }
span { border-color: rgb(201,218,216); }
td.TdClassName
{
border-color: #C9DAD8;
}
.TagClassName
{
border-color: #C9DAD8;
}
</style>