Shades of Zumthor #C0DDDC
Tints of Zumthor #C0DDDC
RGB
CMYK
RGB Variations
Color information
#C0DDDC (or 0xC0DDDC) is known color: Zumthor. HEX triplet: C0, DD and DC. RGB value is (192,221,220). Sum of RGB (Red+Green+Blue) = 192+221+220=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDDC is #3F2223. Grayscale: #D4D4D4. Windows color (decimal): -4137508 or 14474688. OLE color: 14474688.
HSL color Cylindrical-coordinate representation of color #C0DDDC: hue angle of 177.93º 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 #C0DDDC is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 220 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.13 |
| HSL | 177.93º | 0.3% | 0.81% | - |
| HSV(B) | 177.93º | 0.13% | 0.87% | - |
| XYZ | 60.51 | 68.09 | 77.66 | - |
| YUV | 212.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 220 | 0.13 | 0 | 0.00 | 0.13 | 177.93 | 0.3 | 0.81 |
| Hex | C0 | DD | DC | D | 0 | 0 | D | B2 | 1E | 51 |
| Octal | 300 | 335 | 334 | 15 | 0 | 0 | 15 | 262 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11011100 | 1101 | 0 | 0 | 1101 | 10110010 | 11110 | 1010001 |
Color Harmonies of #C0DDDC
Complementary color
Monochromatic Colors of #C0DDDC
Black with #C0DDDC
Text Example
Text Example
White with #C0DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDDC; }
p { color: rgb(192,221,220); }
H1.HeaderClassName
{
color: #C0DDDC;
}
.AnyTagClassName
{
color: #C0DDDC;
}
</style>
background-color css
<style>
a { background-color: #C0DDDC; }
a { background-color: rgb(192,221,220); }
div.DivClassName
{
background-color: #C0DDDC;
}
.BgClassName
{
background-color: #C0DDDC;
}
</style>
border-color css
<style>
span { border-color: #C0DDDC; }
span { border-color: rgb(192,221,220); }
td.TdClassName
{
border-color: #C0DDDC;
}
.TagClassName
{
border-color: #C0DDDC;
}
</style>