Shades of Onahau #C2DDE9
Tints of Onahau #C2DDE9
RGB
CMYK
RGB Variations
Color information
#C2DDE9 (or 0xC2DDE9) is known color: Onahau. HEX triplet: C2, DD and E9. RGB value is (194,221,233). Sum of RGB (Red+Green+Blue) = 194+221+233=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDE9 is #3D2216. Grayscale: #D6D6D6. Windows color (decimal): -4006423 or 15326658. OLE color: 15326658.
HSL color Cylindrical-coordinate representation of color #C2DDE9: hue angle of 198.46º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DDE9 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 221 | 233 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.09 |
| HSL | 198.46º | 0.47% | 0.84% | - |
| HSV(B) | 198.46º | 0.17% | 0.91% | - |
| XYZ | 62.81 | 69.07 | 87.11 | - |
| YUV | 214.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 233 | 0.17 | 0.05 | 0 | 0.09 | 198.46 | 0.47 | 0.84 |
| Hex | C2 | DD | E9 | 11 | 5 | 0 | 9 | C6 | 2F | 54 |
| Octal | 302 | 335 | 351 | 21 | 5 | 0 | 11 | 306 | 57 | 124 |
| Binary | 11000010 | 11011101 | 11101001 | 10001 | 101 | 0 | 1001 | 11000110 | 101111 | 1010100 |
Color Harmonies of #C2DDE9
Complementary color
Monochromatic Colors of #C2DDE9
Black with #C2DDE9
Text Example
Text Example
White with #C2DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDE9; }
p { color: rgb(194,221,233); }
H1.HeaderClassName
{
color: #C2DDE9;
}
.AnyTagClassName
{
color: #C2DDE9;
}
</style>
background-color css
<style>
a { background-color: #C2DDE9; }
a { background-color: rgb(194,221,233); }
div.DivClassName
{
background-color: #C2DDE9;
}
.BgClassName
{
background-color: #C2DDE9;
}
</style>
border-color css
<style>
span { border-color: #C2DDE9; }
span { border-color: rgb(194,221,233); }
td.TdClassName
{
border-color: #C2DDE9;
}
.TagClassName
{
border-color: #C2DDE9;
}
</style>