Shades of Onahau #C2DDE8
Tints of Onahau #C2DDE8
RGB
CMYK
RGB Variations
Color information
#C2DDE8 (or 0xC2DDE8) is known color: Onahau. HEX triplet: C2, DD and E8. RGB value is (194,221,232). Sum of RGB (Red+Green+Blue) = 194+221+232=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDE8 is #3D2217. Grayscale: #D6D6D6. Windows color (decimal): -4006424 or 15261122. OLE color: 15261122.
HSL color Cylindrical-coordinate representation of color #C2DDE8: hue angle of 197.37º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DDE8 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 221 | 232 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.09 |
| HSL | 197.37º | 0.45% | 0.84% | - |
| HSV(B) | 197.37º | 0.16% | 0.91% | - |
| XYZ | 62.67 | 69.01 | 86.36 | - |
| YUV | 214.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 232 | 0.16 | 0.05 | 0 | 0.09 | 197.37 | 0.45 | 0.84 |
| Hex | C2 | DD | E8 | 10 | 5 | 0 | 9 | C5 | 2D | 54 |
| Octal | 302 | 335 | 350 | 20 | 5 | 0 | 11 | 305 | 55 | 124 |
| Binary | 11000010 | 11011101 | 11101000 | 10000 | 101 | 0 | 1001 | 11000101 | 101101 | 1010100 |
Color Harmonies of #C2DDE8
Complementary color
Monochromatic Colors of #C2DDE8
Black with #C2DDE8
Text Example
Text Example
White with #C2DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDE8; }
p { color: rgb(194,221,232); }
H1.HeaderClassName
{
color: #C2DDE8;
}
.AnyTagClassName
{
color: #C2DDE8;
}
</style>
background-color css
<style>
a { background-color: #C2DDE8; }
a { background-color: rgb(194,221,232); }
div.DivClassName
{
background-color: #C2DDE8;
}
.BgClassName
{
background-color: #C2DDE8;
}
</style>
border-color css
<style>
span { border-color: #C2DDE8; }
span { border-color: rgb(194,221,232); }
td.TdClassName
{
border-color: #C2DDE8;
}
.TagClassName
{
border-color: #C2DDE8;
}
</style>