Shades of Zumthor #C0DADD
Tints of Zumthor #C0DADD
RGB
CMYK
RGB Variations
Color information
#C0DADD (or 0xC0DADD) is known color: Zumthor. HEX triplet: C0, DA and DD. RGB value is (192,218,221). Sum of RGB (Red+Green+Blue) = 192+218+221=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DADD is #3F2522. Grayscale: #D2D2D2. Windows color (decimal): -4138275 or 14539456. OLE color: 14539456.
HSL color Cylindrical-coordinate representation of color #C0DADD: hue angle of 186.21º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DADD is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 218 | 221 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.13 |
| HSL | 186.21º | 0.3% | 0.81% | - |
| HSV(B) | 186.21º | 0.13% | 0.87% | - |
| XYZ | 59.86 | 66.57 | 78.1 | - |
| YUV | 210.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 221 | 0.13 | 0.01 | 0 | 0.13 | 186.21 | 0.3 | 0.81 |
| Hex | C0 | DA | DD | D | 1 | 0 | D | BA | 1E | 51 |
| Octal | 300 | 332 | 335 | 15 | 1 | 0 | 15 | 272 | 36 | 121 |
| Binary | 11000000 | 11011010 | 11011101 | 1101 | 1 | 0 | 1101 | 10111010 | 11110 | 1010001 |
Color Harmonies of #C0DADD
Complementary color
Monochromatic Colors of #C0DADD
Black with #C0DADD
Text Example
Text Example
White with #C0DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DADD; }
p { color: rgb(192,218,221); }
H1.HeaderClassName
{
color: #C0DADD;
}
.AnyTagClassName
{
color: #C0DADD;
}
</style>
background-color css
<style>
a { background-color: #C0DADD; }
a { background-color: rgb(192,218,221); }
div.DivClassName
{
background-color: #C0DADD;
}
.BgClassName
{
background-color: #C0DADD;
}
</style>
border-color css
<style>
span { border-color: #C0DADD; }
span { border-color: rgb(192,218,221); }
td.TdClassName
{
border-color: #C0DADD;
}
.TagClassName
{
border-color: #C0DADD;
}
</style>