Shades of Zumthor #C0D8DC
Tints of Zumthor #C0D8DC
RGB
CMYK
RGB Variations
Color information
#C0D8DC (or 0xC0D8DC) is known color: Zumthor. HEX triplet: C0, D8 and DC. RGB value is (192,216,220). Sum of RGB (Red+Green+Blue) = 192+216+220=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D8DC is #3F2723. Grayscale: #D1D1D1. Windows color (decimal): -4138788 or 14473408. OLE color: 14473408.
HSL color Cylindrical-coordinate representation of color #C0D8DC: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D8DC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 216 | 220 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.14 |
| HSL | 188.57º | 0.29% | 0.81% | - |
| HSV(B) | 188.57º | 0.13% | 0.86% | - |
| XYZ | 59.21 | 65.49 | 77.23 | - |
| YUV | 209.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 220 | 0.13 | 0.02 | 0 | 0.14 | 188.57 | 0.29 | 0.81 |
| Hex | C0 | D8 | DC | D | 2 | 0 | E | BD | 1D | 51 |
| Octal | 300 | 330 | 334 | 15 | 2 | 0 | 16 | 275 | 35 | 121 |
| Binary | 11000000 | 11011000 | 11011100 | 1101 | 10 | 0 | 1110 | 10111101 | 11101 | 1010001 |
Color Harmonies of #C0D8DC
Complementary color
Monochromatic Colors of #C0D8DC
Black with #C0D8DC
Text Example
Text Example
White with #C0D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8DC; }
p { color: rgb(192,216,220); }
H1.HeaderClassName
{
color: #C0D8DC;
}
.AnyTagClassName
{
color: #C0D8DC;
}
</style>
background-color css
<style>
a { background-color: #C0D8DC; }
a { background-color: rgb(192,216,220); }
div.DivClassName
{
background-color: #C0D8DC;
}
.BgClassName
{
background-color: #C0D8DC;
}
</style>
border-color css
<style>
span { border-color: #C0D8DC; }
span { border-color: rgb(192,216,220); }
td.TdClassName
{
border-color: #C0D8DC;
}
.TagClassName
{
border-color: #C0D8DC;
}
</style>