Shades of Zumthor #C0DCDB
Tints of Zumthor #C0DCDB
RGB
CMYK
RGB Variations
Color information
#C0DCDB (or 0xC0DCDB) is known color: Zumthor. HEX triplet: C0, DC and DB. RGB value is (192,220,219). Sum of RGB (Red+Green+Blue) = 192+220+219=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCDB is #3F2324. Grayscale: #D3D3D3. Windows color (decimal): -4137765 or 14408896. OLE color: 14408896.
HSL color Cylindrical-coordinate representation of color #C0DCDB: hue angle of 177.86º 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 #C0DCDB is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 219 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.14 |
| HSL | 177.86º | 0.29% | 0.81% | - |
| HSV(B) | 177.86º | 0.13% | 0.86% | - |
| XYZ | 60.12 | 67.51 | 76.88 | - |
| YUV | 211.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 219 | 0.13 | 0 | 0.00 | 0.14 | 177.86 | 0.29 | 0.81 |
| Hex | C0 | DC | DB | D | 0 | 0 | E | B2 | 1D | 51 |
| Octal | 300 | 334 | 333 | 15 | 0 | 0 | 16 | 262 | 35 | 121 |
| Binary | 11000000 | 11011100 | 11011011 | 1101 | 0 | 0 | 1110 | 10110010 | 11101 | 1010001 |
Color Harmonies of #C0DCDB
Complementary color
Monochromatic Colors of #C0DCDB
Black with #C0DCDB
Text Example
Text Example
White with #C0DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCDB; }
p { color: rgb(192,220,219); }
H1.HeaderClassName
{
color: #C0DCDB;
}
.AnyTagClassName
{
color: #C0DCDB;
}
</style>
background-color css
<style>
a { background-color: #C0DCDB; }
a { background-color: rgb(192,220,219); }
div.DivClassName
{
background-color: #C0DCDB;
}
.BgClassName
{
background-color: #C0DCDB;
}
</style>
border-color css
<style>
span { border-color: #C0DCDB; }
span { border-color: rgb(192,220,219); }
td.TdClassName
{
border-color: #C0DCDB;
}
.TagClassName
{
border-color: #C0DCDB;
}
</style>