Shades of Zumthor #C9DADE
Tints of Zumthor #C9DADE
RGB
CMYK
RGB Variations
Color information
#C9DADE (or 0xC9DADE) is known color: Zumthor. HEX triplet: C9, DA and DE. RGB value is (201,218,222). Sum of RGB (Red+Green+Blue) = 201+218+222=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADE is #362521. Grayscale: #D5D5D5. Windows color (decimal): -3548450 or 14605001. OLE color: 14605001.
HSL color Cylindrical-coordinate representation of color #C9DADE: hue angle of 191.43º 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 #C9DADE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 218 | 222 | - |
CMYK | 0.09 | 0.02 | 0 | 0.13 |
HSL | 191.43º | 0.24% | 0.83% | - |
HSV(B) | 191.43º | 0.09% | 0.87% | - |
XYZ | 62.34 | 67.83 | 78.91 | - |
YUV | 213.37 | 132.87 | 119.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 218 | 222 | 0.09 | 0.02 | 0 | 0.13 | 191.43 | 0.24 | 0.83 |
Hex | C9 | DA | DE | 9 | 2 | 0 | D | BF | 18 | 53 |
Octal | 311 | 332 | 336 | 11 | 2 | 0 | 15 | 277 | 30 | 123 |
Binary | 11001001 | 11011010 | 11011110 | 1001 | 10 | 0 | 1101 | 10111111 | 11000 | 1010011 |
Color Harmonies of #C9DADE
Complementary color
Monochromatic Colors of #C9DADE
Black with #C9DADE
Text Example
Text Example
White with #C9DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DADE; }
p { color: rgb(201,218,222); }
H1.HeaderClassName
{
color: #C9DADE;
}
.AnyTagClassName
{
color: #C9DADE;
}
</style>
background-color css
<style>
a { background-color: #C9DADE; }
a { background-color: rgb(201,218,222); }
div.DivClassName
{
background-color: #C9DADE;
}
.BgClassName
{
background-color: #C9DADE;
}
</style>
border-color css
<style>
span { border-color: #C9DADE; }
span { border-color: rgb(201,218,222); }
td.TdClassName
{
border-color: #C9DADE;
}
.TagClassName
{
border-color: #C9DADE;
}
</style>