Shades of Zumthor #C0DAD8
Tints of Zumthor #C0DAD8
RGB
CMYK
RGB Variations
Color information
#C0DAD8 (or 0xC0DAD8) is known color: Zumthor. HEX triplet: C0, DA and D8. RGB value is (192,218,216). Sum of RGB (Red+Green+Blue) = 192+218+216=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAD8 is #3F2527. Grayscale: #D1D1D1. Windows color (decimal): -4138280 or 14211776. OLE color: 14211776.
HSL color Cylindrical-coordinate representation of color #C0DAD8: hue angle of 175.38º 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 #C0DAD8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 218 | 216 | - |
CMYK | 0.12 | 0 | 0.01 | 0.15 |
HSL | 175.38º | 0.26% | 0.8% | - |
HSV(B) | 175.38º | 0.12% | 0.85% | - |
XYZ | 59.2 | 66.31 | 74.64 | - |
YUV | 210 | 131.39 | 115.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 216 | 0.12 | 0 | 0.01 | 0.15 | 175.38 | 0.26 | 0.8 |
Hex | C0 | DA | D8 | C | 0 | 1 | F | AF | 1A | 50 |
Octal | 300 | 332 | 330 | 14 | 0 | 1 | 17 | 257 | 32 | 120 |
Binary | 11000000 | 11011010 | 11011000 | 1100 | 0 | 1 | 1111 | 10101111 | 11010 | 1010000 |
Color Harmonies of #C0DAD8
Complementary color
Monochromatic Colors of #C0DAD8
Black with #C0DAD8
Text Example
Text Example
White with #C0DAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAD8; }
p { color: rgb(192,218,216); }
H1.HeaderClassName
{
color: #C0DAD8;
}
.AnyTagClassName
{
color: #C0DAD8;
}
</style>
background-color css
<style>
a { background-color: #C0DAD8; }
a { background-color: rgb(192,218,216); }
div.DivClassName
{
background-color: #C0DAD8;
}
.BgClassName
{
background-color: #C0DAD8;
}
</style>
border-color css
<style>
span { border-color: #C0DAD8; }
span { border-color: rgb(192,218,216); }
td.TdClassName
{
border-color: #C0DAD8;
}
.TagClassName
{
border-color: #C0DAD8;
}
</style>