Shades of Zumthor #C0DAD9
Tints of Zumthor #C0DAD9
RGB
CMYK
RGB Variations
Color information
#C0DAD9 (or 0xC0DAD9) is known color: Zumthor. HEX triplet: C0, DA and D9. RGB value is (192,218,217). Sum of RGB (Red+Green+Blue) = 192+218+217=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAD9 is #3F2526. Grayscale: #D2D2D2. Windows color (decimal): -4138279 or 14277312. OLE color: 14277312.
HSL color Cylindrical-coordinate representation of color #C0DAD9: hue angle of 177.69º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DAD9 is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 217 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.15 |
| HSL | 177.69º | 0.26% | 0.8% | - |
| HSV(B) | 177.69º | 0.12% | 0.85% | - |
| XYZ | 59.33 | 66.36 | 75.33 | - |
| YUV | 210.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 217 | 0.12 | 0 | 0.00 | 0.15 | 177.69 | 0.26 | 0.8 |
| Hex | C0 | DA | D9 | C | 0 | 0 | F | B2 | 1A | 50 |
| Octal | 300 | 332 | 331 | 14 | 0 | 0 | 17 | 262 | 32 | 120 |
| Binary | 11000000 | 11011010 | 11011001 | 1100 | 0 | 0 | 1111 | 10110010 | 11010 | 1010000 |
Color Harmonies of #C0DAD9
Complementary color
Monochromatic Colors of #C0DAD9
Black with #C0DAD9
Text Example
Text Example
White with #C0DAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAD9; }
p { color: rgb(192,218,217); }
H1.HeaderClassName
{
color: #C0DAD9;
}
.AnyTagClassName
{
color: #C0DAD9;
}
</style>
background-color css
<style>
a { background-color: #C0DAD9; }
a { background-color: rgb(192,218,217); }
div.DivClassName
{
background-color: #C0DAD9;
}
.BgClassName
{
background-color: #C0DAD9;
}
</style>
border-color css
<style>
span { border-color: #C0DAD9; }
span { border-color: rgb(192,218,217); }
td.TdClassName
{
border-color: #C0DAD9;
}
.TagClassName
{
border-color: #C0DAD9;
}
</style>