Shades of Zumthor #C0DDDD
Tints of Zumthor #C0DDDD
RGB
CMYK
RGB Variations
Color information
#C0DDDD (or 0xC0DDDD) is known color: Zumthor. HEX triplet: C0, DD and DD. RGB value is (192,221,221). Sum of RGB (Red+Green+Blue) = 192+221+221=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C0DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDDD is #3F2222. Grayscale: #D4D4D4. Windows color (decimal): -4137507 or 14540224. OLE color: 14540224.
HSL color Cylindrical-coordinate representation of color #C0DDDD: hue angle of 180º 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 #C0DDDD is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 221 | 221 | - |
CMYK | 0.13 | 0 | 0 | 0.13 |
HSL | 180º | 0.3% | 0.81% | - |
HSV(B) | 180º | 0.13% | 0.87% | - |
XYZ | 60.65 | 68.14 | 78.36 | - |
YUV | 212.33 | 132.89 | 113.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 221 | 221 | 0.13 | 0 | 0 | 0.13 | 180 | 0.3 | 0.81 |
Hex | C0 | DD | DD | D | 0 | 0 | D | B4 | 1E | 51 |
Octal | 300 | 335 | 335 | 15 | 0 | 0 | 15 | 264 | 36 | 121 |
Binary | 11000000 | 11011101 | 11011101 | 1101 | 0 | 0 | 1101 | 10110100 | 11110 | 1010001 |
Color Harmonies of #C0DDDD
Complementary color
Monochromatic Colors of #C0DDDD
Black with #C0DDDD
Text Example
Text Example
White with #C0DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDDD; }
p { color: rgb(192,221,221); }
H1.HeaderClassName
{
color: #C0DDDD;
}
.AnyTagClassName
{
color: #C0DDDD;
}
</style>
background-color css
<style>
a { background-color: #C0DDDD; }
a { background-color: rgb(192,221,221); }
div.DivClassName
{
background-color: #C0DDDD;
}
.BgClassName
{
background-color: #C0DDDD;
}
</style>
border-color css
<style>
span { border-color: #C0DDDD; }
span { border-color: rgb(192,221,221); }
td.TdClassName
{
border-color: #C0DDDD;
}
.TagClassName
{
border-color: #C0DDDD;
}
</style>