Shades of Zumthor #C9DBDE
Tints of Zumthor #C9DBDE
RGB
CMYK
RGB Variations
Color information
#C9DBDE (or 0xC9DBDE) is known color: Zumthor. HEX triplet: C9, DB and DE. RGB value is (201,219,222). Sum of RGB (Red+Green+Blue) = 201+219+222=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBDE is #362421. Grayscale: #D5D5D5. Windows color (decimal): -3548194 or 14605257. OLE color: 14605257.
HSL color Cylindrical-coordinate representation of color #C9DBDE: hue angle of 188.57º 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 #C9DBDE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 219 | 222 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.13 |
| HSL | 188.57º | 0.24% | 0.83% | - |
| HSV(B) | 188.57º | 0.09% | 0.87% | - |
| XYZ | 62.6 | 68.35 | 79 | - |
| YUV | 213.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 222 | 0.09 | 0.01 | 0 | 0.13 | 188.57 | 0.24 | 0.83 |
| Hex | C9 | DB | DE | 9 | 1 | 0 | D | BD | 18 | 53 |
| Octal | 311 | 333 | 336 | 11 | 1 | 0 | 15 | 275 | 30 | 123 |
| Binary | 11001001 | 11011011 | 11011110 | 1001 | 1 | 0 | 1101 | 10111101 | 11000 | 1010011 |
Color Harmonies of #C9DBDE
Complementary color
Monochromatic Colors of #C9DBDE
Black with #C9DBDE
Text Example
Text Example
White with #C9DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBDE; }
p { color: rgb(201,219,222); }
H1.HeaderClassName
{
color: #C9DBDE;
}
.AnyTagClassName
{
color: #C9DBDE;
}
</style>
background-color css
<style>
a { background-color: #C9DBDE; }
a { background-color: rgb(201,219,222); }
div.DivClassName
{
background-color: #C9DBDE;
}
.BgClassName
{
background-color: #C9DBDE;
}
</style>
border-color css
<style>
span { border-color: #C9DBDE; }
span { border-color: rgb(201,219,222); }
td.TdClassName
{
border-color: #C9DBDE;
}
.TagClassName
{
border-color: #C9DBDE;
}
</style>