Shades of Zumthor #C0DEDD
Tints of Zumthor #C0DEDD
RGB
CMYK
RGB Variations
Color information
#C0DEDD (or 0xC0DEDD) is known color: Zumthor. HEX triplet: C0, DE and DD. RGB value is (192,222,221). Sum of RGB (Red+Green+Blue) = 192+222+221=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEDD is #3F2122. Grayscale: #D4D4D4. Windows color (decimal): -4137251 or 14540480. OLE color: 14540480.
HSL color Cylindrical-coordinate representation of color #C0DEDD: hue angle of 178º 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 #C0DEDD is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 221 | - |
| CMYK | 0.14 | 0 | 0.00 | 0.13 |
| HSL | 178º | 0.31% | 0.81% | - |
| HSV(B) | 178º | 0.14% | 0.87% | - |
| XYZ | 60.91 | 68.67 | 78.45 | - |
| YUV | 212.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 221 | 0.14 | 0 | 0.00 | 0.13 | 178 | 0.31 | 0.81 |
| Hex | C0 | DE | DD | E | 0 | 0 | D | B2 | 1F | 51 |
| Octal | 300 | 336 | 335 | 16 | 0 | 0 | 15 | 262 | 37 | 121 |
| Binary | 11000000 | 11011110 | 11011101 | 1110 | 0 | 0 | 1101 | 10110010 | 11111 | 1010001 |
Color Harmonies of #C0DEDD
Complementary color
Monochromatic Colors of #C0DEDD
Black with #C0DEDD
Text Example
Text Example
White with #C0DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEDD; }
p { color: rgb(192,222,221); }
H1.HeaderClassName
{
color: #C0DEDD;
}
.AnyTagClassName
{
color: #C0DEDD;
}
</style>
background-color css
<style>
a { background-color: #C0DEDD; }
a { background-color: rgb(192,222,221); }
div.DivClassName
{
background-color: #C0DEDD;
}
.BgClassName
{
background-color: #C0DEDD;
}
</style>
border-color css
<style>
span { border-color: #C0DEDD; }
span { border-color: rgb(192,222,221); }
td.TdClassName
{
border-color: #C0DEDD;
}
.TagClassName
{
border-color: #C0DEDD;
}
</style>