Shades of Zumthor #C9DADC
Tints of Zumthor #C9DADC
RGB
CMYK
RGB Variations
Color information
#C9DADC (or 0xC9DADC) is known color: Zumthor. HEX triplet: C9, DA and DC. RGB value is (201,218,220). Sum of RGB (Red+Green+Blue) = 201+218+220=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADC is #362523. Grayscale: #D5D5D5. Windows color (decimal): -3548452 or 14473929. OLE color: 14473929.
HSL color Cylindrical-coordinate representation of color #C9DADC: hue angle of 186.32º 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 #C9DADC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 218 | 220 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.14 |
| HSL | 186.32º | 0.21% | 0.83% | - |
| HSV(B) | 186.32º | 0.09% | 0.86% | - |
| XYZ | 62.08 | 67.73 | 77.51 | - |
| YUV | 213.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 220 | 0.09 | 0.01 | 0 | 0.14 | 186.32 | 0.21 | 0.83 |
| Hex | C9 | DA | DC | 9 | 1 | 0 | E | BA | 15 | 53 |
| Octal | 311 | 332 | 334 | 11 | 1 | 0 | 16 | 272 | 25 | 123 |
| Binary | 11001001 | 11011010 | 11011100 | 1001 | 1 | 0 | 1110 | 10111010 | 10101 | 1010011 |
Color Harmonies of #C9DADC
Complementary color
Monochromatic Colors of #C9DADC
Black with #C9DADC
Text Example
Text Example
White with #C9DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DADC; }
p { color: rgb(201,218,220); }
H1.HeaderClassName
{
color: #C9DADC;
}
.AnyTagClassName
{
color: #C9DADC;
}
</style>
background-color css
<style>
a { background-color: #C9DADC; }
a { background-color: rgb(201,218,220); }
div.DivClassName
{
background-color: #C9DADC;
}
.BgClassName
{
background-color: #C9DADC;
}
</style>
border-color css
<style>
span { border-color: #C9DADC; }
span { border-color: rgb(201,218,220); }
td.TdClassName
{
border-color: #C9DADC;
}
.TagClassName
{
border-color: #C9DADC;
}
</style>