Shades of Zumthor #C0DADB
Tints of Zumthor #C0DADB
RGB
CMYK
RGB Variations
Color information
#C0DADB (or 0xC0DADB) is known color: Zumthor. HEX triplet: C0, DA and DB. RGB value is (192,218,219). Sum of RGB (Red+Green+Blue) = 192+218+219=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DADB is #3F2524. Grayscale: #D2D2D2. Windows color (decimal): -4138277 or 14408384. OLE color: 14408384.
HSL color Cylindrical-coordinate representation of color #C0DADB: hue angle of 182.22º 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 #C0DADB is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 218 | 219 | - |
CMYK | 0.12 | 0.00 | 0 | 0.14 |
HSL | 182.22º | 0.27% | 0.81% | - |
HSV(B) | 182.22º | 0.12% | 0.86% | - |
XYZ | 59.6 | 66.46 | 76.71 | - |
YUV | 210.34 | 132.89 | 114.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 219 | 0.12 | 0.00 | 0 | 0.14 | 182.22 | 0.27 | 0.81 |
Hex | C0 | DA | DB | C | 0 | 0 | E | B6 | 1B | 51 |
Octal | 300 | 332 | 333 | 14 | 0 | 0 | 16 | 266 | 33 | 121 |
Binary | 11000000 | 11011010 | 11011011 | 1100 | 0 | 0 | 1110 | 10110110 | 11011 | 1010001 |
Color Harmonies of #C0DADB
Complementary color
Monochromatic Colors of #C0DADB
Black with #C0DADB
Text Example
Text Example
White with #C0DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DADB; }
p { color: rgb(192,218,219); }
H1.HeaderClassName
{
color: #C0DADB;
}
.AnyTagClassName
{
color: #C0DADB;
}
</style>
background-color css
<style>
a { background-color: #C0DADB; }
a { background-color: rgb(192,218,219); }
div.DivClassName
{
background-color: #C0DADB;
}
.BgClassName
{
background-color: #C0DADB;
}
</style>
border-color css
<style>
span { border-color: #C0DADB; }
span { border-color: rgb(192,218,219); }
td.TdClassName
{
border-color: #C0DADB;
}
.TagClassName
{
border-color: #C0DADB;
}
</style>