Shades of Onahau #C8E1E9
Tints of Onahau #C8E1E9
RGB
CMYK
RGB Variations
Color information
#C8E1E9 (or 0xC8E1E9) is known color: Onahau. HEX triplet: C8, E1 and E9. RGB value is (200,225,233). Sum of RGB (Red+Green+Blue) = 200+225+233=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8E1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E1E9 is #371E16. Grayscale: #DADADA. Windows color (decimal): -3612183 or 15327688. OLE color: 15327688.
HSL color Cylindrical-coordinate representation of color #C8E1E9: hue angle of 194.55º degrees, saturation: 0.43, 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 #C8E1E9 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 225 | 233 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.09 |
| HSL | 194.55º | 0.43% | 0.85% | - |
| HSV(B) | 194.55º | 0.14% | 0.91% | - |
| XYZ | 65.45 | 72.01 | 87.54 | - |
| YUV | 218.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 233 | 0.14 | 0.03 | 0 | 0.09 | 194.55 | 0.43 | 0.85 |
| Hex | C8 | E1 | E9 | E | 3 | 0 | 9 | C3 | 2B | 55 |
| Octal | 310 | 341 | 351 | 16 | 3 | 0 | 11 | 303 | 53 | 125 |
| Binary | 11001000 | 11100001 | 11101001 | 1110 | 11 | 0 | 1001 | 11000011 | 101011 | 1010101 |
Color Harmonies of #C8E1E9
Complementary color
Monochromatic Colors of #C8E1E9
Black with #C8E1E9
Text Example
Text Example
White with #C8E1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1E9; }
p { color: rgb(200,225,233); }
H1.HeaderClassName
{
color: #C8E1E9;
}
.AnyTagClassName
{
color: #C8E1E9;
}
</style>
background-color css
<style>
a { background-color: #C8E1E9; }
a { background-color: rgb(200,225,233); }
div.DivClassName
{
background-color: #C8E1E9;
}
.BgClassName
{
background-color: #C8E1E9;
}
</style>
border-color css
<style>
span { border-color: #C8E1E9; }
span { border-color: rgb(200,225,233); }
td.TdClassName
{
border-color: #C8E1E9;
}
.TagClassName
{
border-color: #C8E1E9;
}
</style>