Shades of Onahau #C0DDE4
Tints of Onahau #C0DDE4
RGB
CMYK
RGB Variations
Color information
#C0DDE4 (or 0xC0DDE4) is known color: Onahau. HEX triplet: C0, DD and E4. RGB value is (192,221,228). Sum of RGB (Red+Green+Blue) = 192+221+228=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0DDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDE4 is #3F221B. Grayscale: #D5D5D5. Windows color (decimal): -4137500 or 14998976. OLE color: 14998976.
HSL color Cylindrical-coordinate representation of color #C0DDE4: hue angle of 191.67º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0DDE4 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 221 | 228 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.11 |
| HSL | 191.67º | 0.4% | 0.82% | - |
| HSV(B) | 191.67º | 0.16% | 0.89% | - |
| XYZ | 61.6 | 68.52 | 83.38 | - |
| YUV | 213.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 228 | 0.16 | 0.03 | 0 | 0.11 | 191.67 | 0.4 | 0.82 |
| Hex | C0 | DD | E4 | 10 | 3 | 0 | B | C0 | 28 | 52 |
| Octal | 300 | 335 | 344 | 20 | 3 | 0 | 13 | 300 | 50 | 122 |
| Binary | 11000000 | 11011101 | 11100100 | 10000 | 11 | 0 | 1011 | 11000000 | 101000 | 1010010 |
Color Harmonies of #C0DDE4
Complementary color
Monochromatic Colors of #C0DDE4
Black with #C0DDE4
Text Example
Text Example
White with #C0DDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDE4; }
p { color: rgb(192,221,228); }
H1.HeaderClassName
{
color: #C0DDE4;
}
.AnyTagClassName
{
color: #C0DDE4;
}
</style>
background-color css
<style>
a { background-color: #C0DDE4; }
a { background-color: rgb(192,221,228); }
div.DivClassName
{
background-color: #C0DDE4;
}
.BgClassName
{
background-color: #C0DDE4;
}
</style>
border-color css
<style>
span { border-color: #C0DDE4; }
span { border-color: rgb(192,221,228); }
td.TdClassName
{
border-color: #C0DDE4;
}
.TagClassName
{
border-color: #C0DDE4;
}
</style>