Shades of Onahau #C8E8EC
Tints of Onahau #C8E8EC
RGB
CMYK
RGB Variations
Color information
#C8E8EC (or 0xC8E8EC) is known color: Onahau. HEX triplet: C8, E8 and EC. RGB value is (200,232,236). Sum of RGB (Red+Green+Blue) = 200+232+236=668 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.94% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8E8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E8EC is #371713. Grayscale: #DEDEDE. Windows color (decimal): -3610388 or 15526088. OLE color: 15526088.
HSL color Cylindrical-coordinate representation of color #C8E8EC: hue angle of 186.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8E8EC is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 232 | 236 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.07 |
| HSL | 186.67º | 0.49% | 0.85% | - |
| HSV(B) | 186.67º | 0.15% | 0.93% | - |
| XYZ | 67.82 | 76.05 | 90.46 | - |
| YUV | 222.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 236 | 0.15 | 0.02 | 0 | 0.07 | 186.67 | 0.49 | 0.85 |
| Hex | C8 | E8 | EC | F | 2 | 0 | 7 | BB | 31 | 55 |
| Octal | 310 | 350 | 354 | 17 | 2 | 0 | 7 | 273 | 61 | 125 |
| Binary | 11001000 | 11101000 | 11101100 | 1111 | 10 | 0 | 111 | 10111011 | 110001 | 1010101 |
Color Harmonies of #C8E8EC
Complementary color
Monochromatic Colors of #C8E8EC
Black with #C8E8EC
Text Example
Text Example
White with #C8E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E8EC; }
p { color: rgb(200,232,236); }
H1.HeaderClassName
{
color: #C8E8EC;
}
.AnyTagClassName
{
color: #C8E8EC;
}
</style>
background-color css
<style>
a { background-color: #C8E8EC; }
a { background-color: rgb(200,232,236); }
div.DivClassName
{
background-color: #C8E8EC;
}
.BgClassName
{
background-color: #C8E8EC;
}
</style>
border-color css
<style>
span { border-color: #C8E8EC; }
span { border-color: rgb(200,232,236); }
td.TdClassName
{
border-color: #C8E8EC;
}
.TagClassName
{
border-color: #C8E8EC;
}
</style>