Shades of Zumthor #C0D6DB
Tints of Zumthor #C0D6DB
RGB
CMYK
RGB Variations
Color information
#C0D6DB (or 0xC0D6DB) is known color: Zumthor. HEX triplet: C0, D6 and DB. RGB value is (192,214,219). Sum of RGB (Red+Green+Blue) = 192+214+219=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6DB is #3F2924. Grayscale: #CFCFCF. Windows color (decimal): -4139301 or 14407360. OLE color: 14407360.
HSL color Cylindrical-coordinate representation of color #C0D6DB: hue angle of 191.11º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D6DB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 214 | 219 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.14 |
| HSL | 191.11º | 0.27% | 0.81% | - |
| HSV(B) | 191.11º | 0.12% | 0.86% | - |
| XYZ | 58.57 | 64.41 | 76.36 | - |
| YUV | 207.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 219 | 0.12 | 0.02 | 0 | 0.14 | 191.11 | 0.27 | 0.81 |
| Hex | C0 | D6 | DB | C | 2 | 0 | E | BF | 1B | 51 |
| Octal | 300 | 326 | 333 | 14 | 2 | 0 | 16 | 277 | 33 | 121 |
| Binary | 11000000 | 11010110 | 11011011 | 1100 | 10 | 0 | 1110 | 10111111 | 11011 | 1010001 |
Color Harmonies of #C0D6DB
Complementary color
Monochromatic Colors of #C0D6DB
Black with #C0D6DB
Text Example
Text Example
White with #C0D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6DB; }
p { color: rgb(192,214,219); }
H1.HeaderClassName
{
color: #C0D6DB;
}
.AnyTagClassName
{
color: #C0D6DB;
}
</style>
background-color css
<style>
a { background-color: #C0D6DB; }
a { background-color: rgb(192,214,219); }
div.DivClassName
{
background-color: #C0D6DB;
}
.BgClassName
{
background-color: #C0D6DB;
}
</style>
border-color css
<style>
span { border-color: #C0D6DB; }
span { border-color: rgb(192,214,219); }
td.TdClassName
{
border-color: #C0D6DB;
}
.TagClassName
{
border-color: #C0D6DB;
}
</style>