Shades of Onahau #C0DDE2
Tints of Onahau #C0DDE2
RGB
CMYK
RGB Variations
Color information
#C0DDE2 (or 0xC0DDE2) is known color: Onahau. HEX triplet: C0, DD and E2. RGB value is (192,221,226). Sum of RGB (Red+Green+Blue) = 192+221+226=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #C0DDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDE2 is #3F221D. Grayscale: #D4D4D4. Windows color (decimal): -4137502 or 14867904. OLE color: 14867904.
HSL color Cylindrical-coordinate representation of color #C0DDE2: hue angle of 188.82º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0DDE2 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 221 | 226 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.11 |
| HSL | 188.82º | 0.37% | 0.82% | - |
| HSV(B) | 188.82º | 0.15% | 0.89% | - |
| XYZ | 61.32 | 68.41 | 81.92 | - |
| YUV | 212.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 226 | 0.15 | 0.02 | 0 | 0.11 | 188.82 | 0.37 | 0.82 |
| Hex | C0 | DD | E2 | F | 2 | 0 | B | BD | 25 | 52 |
| Octal | 300 | 335 | 342 | 17 | 2 | 0 | 13 | 275 | 45 | 122 |
| Binary | 11000000 | 11011101 | 11100010 | 1111 | 10 | 0 | 1011 | 10111101 | 100101 | 1010010 |
Color Harmonies of #C0DDE2
Complementary color
Monochromatic Colors of #C0DDE2
Black with #C0DDE2
Text Example
Text Example
White with #C0DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDE2; }
p { color: rgb(192,221,226); }
H1.HeaderClassName
{
color: #C0DDE2;
}
.AnyTagClassName
{
color: #C0DDE2;
}
</style>
background-color css
<style>
a { background-color: #C0DDE2; }
a { background-color: rgb(192,221,226); }
div.DivClassName
{
background-color: #C0DDE2;
}
.BgClassName
{
background-color: #C0DDE2;
}
</style>
border-color css
<style>
span { border-color: #C0DDE2; }
span { border-color: rgb(192,221,226); }
td.TdClassName
{
border-color: #C0DDE2;
}
.TagClassName
{
border-color: #C0DDE2;
}
</style>