Shades of Zumthor #C9DADD
Tints of Zumthor #C9DADD
RGB
CMYK
RGB Variations
Color information
#C9DADD (or 0xC9DADD) is known color: Zumthor. HEX triplet: C9, DA and DD. RGB value is (201,218,221). Sum of RGB (Red+Green+Blue) = 201+218+221=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADD is #362522. Grayscale: #D5D5D5. Windows color (decimal): -3548451 or 14539465. OLE color: 14539465.
HSL color Cylindrical-coordinate representation of color #C9DADD: hue angle of 189º degrees, saturation: 0.23, 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 #C9DADD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 218 | 221 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.13 |
| HSL | 189º | 0.23% | 0.83% | - |
| HSV(B) | 189º | 0.09% | 0.87% | - |
| XYZ | 62.21 | 67.78 | 78.21 | - |
| YUV | 213.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 221 | 0.09 | 0.01 | 0 | 0.13 | 189 | 0.23 | 0.83 |
| Hex | C9 | DA | DD | 9 | 1 | 0 | D | BD | 17 | 53 |
| Octal | 311 | 332 | 335 | 11 | 1 | 0 | 15 | 275 | 27 | 123 |
| Binary | 11001001 | 11011010 | 11011101 | 1001 | 1 | 0 | 1101 | 10111101 | 10111 | 1010011 |
Color Harmonies of #C9DADD
Complementary color
Monochromatic Colors of #C9DADD
Black with #C9DADD
Text Example
Text Example
White with #C9DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DADD; }
p { color: rgb(201,218,221); }
H1.HeaderClassName
{
color: #C9DADD;
}
.AnyTagClassName
{
color: #C9DADD;
}
</style>
background-color css
<style>
a { background-color: #C9DADD; }
a { background-color: rgb(201,218,221); }
div.DivClassName
{
background-color: #C9DADD;
}
.BgClassName
{
background-color: #C9DADD;
}
</style>
border-color css
<style>
span { border-color: #C9DADD; }
span { border-color: rgb(201,218,221); }
td.TdClassName
{
border-color: #C9DADD;
}
.TagClassName
{
border-color: #C9DADD;
}
</style>