Shades of Onahau #C0DDEC
Tints of Onahau #C0DDEC
RGB
CMYK
RGB Variations
Color information
#C0DDEC (or 0xC0DDEC) is known color: Onahau. HEX triplet: C0, DD and EC. RGB value is (192,221,236). Sum of RGB (Red+Green+Blue) = 192+221+236=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDEC is #3F2213. Grayscale: #D5D5D5. Windows color (decimal): -4137492 or 15523264. OLE color: 15523264.
HSL color Cylindrical-coordinate representation of color #C0DDEC: hue angle of 200.45º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DDEC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 221 | 236 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.07 |
| HSL | 200.45º | 0.54% | 0.84% | - |
| HSV(B) | 200.45º | 0.19% | 0.93% | - |
| XYZ | 62.74 | 68.98 | 89.36 | - |
| YUV | 214.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 236 | 0.19 | 0.06 | 0 | 0.07 | 200.45 | 0.54 | 0.84 |
| Hex | C0 | DD | EC | 13 | 6 | 0 | 7 | C8 | 36 | 54 |
| Octal | 300 | 335 | 354 | 23 | 6 | 0 | 7 | 310 | 66 | 124 |
| Binary | 11000000 | 11011101 | 11101100 | 10011 | 110 | 0 | 111 | 11001000 | 110110 | 1010100 |
Color Harmonies of #C0DDEC
Complementary color
Monochromatic Colors of #C0DDEC
Black with #C0DDEC
Text Example
Text Example
White with #C0DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDEC; }
p { color: rgb(192,221,236); }
H1.HeaderClassName
{
color: #C0DDEC;
}
.AnyTagClassName
{
color: #C0DDEC;
}
</style>
background-color css
<style>
a { background-color: #C0DDEC; }
a { background-color: rgb(192,221,236); }
div.DivClassName
{
background-color: #C0DDEC;
}
.BgClassName
{
background-color: #C0DDEC;
}
</style>
border-color css
<style>
span { border-color: #C0DDEC; }
span { border-color: rgb(192,221,236); }
td.TdClassName
{
border-color: #C0DDEC;
}
.TagClassName
{
border-color: #C0DDEC;
}
</style>