Shades of Onahau #C8E1E8
Tints of Onahau #C8E1E8
RGB
CMYK
RGB Variations
Color information
#C8E1E8 (or 0xC8E1E8) is known color: Onahau. HEX triplet: C8, E1 and E8. RGB value is (200,225,232). Sum of RGB (Red+Green+Blue) = 200+225+232=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8E1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E1E8 is #371E17. Grayscale: #DADADA. Windows color (decimal): -3612184 or 15262152. OLE color: 15262152.
HSL color Cylindrical-coordinate representation of color #C8E1E8: hue angle of 193.12º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8E1E8 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 225 | 232 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.09 |
| HSL | 193.13º | 0.41% | 0.85% | - |
| HSV(B) | 193.13º | 0.14% | 0.91% | - |
| XYZ | 65.31 | 71.96 | 86.79 | - |
| YUV | 218.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 232 | 0.14 | 0.03 | 0 | 0.09 | 193.13 | 0.41 | 0.85 |
| Hex | C8 | E1 | E8 | E | 3 | 0 | 9 | C1 | 29 | 55 |
| Octal | 310 | 341 | 350 | 16 | 3 | 0 | 11 | 301 | 51 | 125 |
| Binary | 11001000 | 11100001 | 11101000 | 1110 | 11 | 0 | 1001 | 11000001 | 101001 | 1010101 |
Color Harmonies of #C8E1E8
Complementary color
Monochromatic Colors of #C8E1E8
Black with #C8E1E8
Text Example
Text Example
White with #C8E1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1E8; }
p { color: rgb(200,225,232); }
H1.HeaderClassName
{
color: #C8E1E8;
}
.AnyTagClassName
{
color: #C8E1E8;
}
</style>
background-color css
<style>
a { background-color: #C8E1E8; }
a { background-color: rgb(200,225,232); }
div.DivClassName
{
background-color: #C8E1E8;
}
.BgClassName
{
background-color: #C8E1E8;
}
</style>
border-color css
<style>
span { border-color: #C8E1E8; }
span { border-color: rgb(200,225,232); }
td.TdClassName
{
border-color: #C8E1E8;
}
.TagClassName
{
border-color: #C8E1E8;
}
</style>