Shades of Zumthor #C0DDDE
Tints of Zumthor #C0DDDE
RGB
CMYK
RGB Variations
Color information
#C0DDDE (or 0xC0DDDE) is known color: Zumthor. HEX triplet: C0, DD and DE. RGB value is (192,221,222). Sum of RGB (Red+Green+Blue) = 192+221+222=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDDE is #3F2221. Grayscale: #D4D4D4. Windows color (decimal): -4137506 or 14605760. OLE color: 14605760.
HSL color Cylindrical-coordinate representation of color #C0DDDE: hue angle of 182º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DDDE is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 222 | - |
| CMYK | 0.14 | 0.00 | 0 | 0.13 |
| HSL | 182º | 0.31% | 0.81% | - |
| HSV(B) | 182º | 0.14% | 0.87% | - |
| XYZ | 60.78 | 68.19 | 79.07 | - |
| YUV | 212.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 222 | 0.14 | 0.00 | 0 | 0.13 | 182 | 0.31 | 0.81 |
| Hex | C0 | DD | DE | E | 0 | 0 | D | B6 | 1F | 51 |
| Octal | 300 | 335 | 336 | 16 | 0 | 0 | 15 | 266 | 37 | 121 |
| Binary | 11000000 | 11011101 | 11011110 | 1110 | 0 | 0 | 1101 | 10110110 | 11111 | 1010001 |
Color Harmonies of #C0DDDE
Complementary color
Monochromatic Colors of #C0DDDE
Black with #C0DDDE
Text Example
Text Example
White with #C0DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDDE; }
p { color: rgb(192,221,222); }
H1.HeaderClassName
{
color: #C0DDDE;
}
.AnyTagClassName
{
color: #C0DDDE;
}
</style>
background-color css
<style>
a { background-color: #C0DDDE; }
a { background-color: rgb(192,221,222); }
div.DivClassName
{
background-color: #C0DDDE;
}
.BgClassName
{
background-color: #C0DDDE;
}
</style>
border-color css
<style>
span { border-color: #C0DDDE; }
span { border-color: rgb(192,221,222); }
td.TdClassName
{
border-color: #C0DDDE;
}
.TagClassName
{
border-color: #C0DDDE;
}
</style>