Shades of Onahau #C8E7EC
Tints of Onahau #C8E7EC
RGB
CMYK
RGB Variations
Color information
#C8E7EC (or 0xC8E7EC) is known color: Onahau. HEX triplet: C8, E7 and EC. RGB value is (200,231,236). Sum of RGB (Red+Green+Blue) = 200+231+236=667 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.99% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8E7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E7EC is #371813. Grayscale: #DEDEDE. Windows color (decimal): -3610644 or 15525832. OLE color: 15525832.
HSL color Cylindrical-coordinate representation of color #C8E7EC: hue angle of 188.33º 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 #C8E7EC is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 231 | 236 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.07 |
| HSL | 188.33º | 0.49% | 0.85% | - |
| HSV(B) | 188.33º | 0.15% | 0.93% | - |
| XYZ | 67.54 | 75.49 | 90.37 | - |
| YUV | 222.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 236 | 0.15 | 0.02 | 0 | 0.07 | 188.33 | 0.49 | 0.85 |
| Hex | C8 | E7 | EC | F | 2 | 0 | 7 | BC | 31 | 55 |
| Octal | 310 | 347 | 354 | 17 | 2 | 0 | 7 | 274 | 61 | 125 |
| Binary | 11001000 | 11100111 | 11101100 | 1111 | 10 | 0 | 111 | 10111100 | 110001 | 1010101 |
Color Harmonies of #C8E7EC
Complementary color
Monochromatic Colors of #C8E7EC
Black with #C8E7EC
Text Example
Text Example
White with #C8E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E7EC; }
p { color: rgb(200,231,236); }
H1.HeaderClassName
{
color: #C8E7EC;
}
.AnyTagClassName
{
color: #C8E7EC;
}
</style>
background-color css
<style>
a { background-color: #C8E7EC; }
a { background-color: rgb(200,231,236); }
div.DivClassName
{
background-color: #C8E7EC;
}
.BgClassName
{
background-color: #C8E7EC;
}
</style>
border-color css
<style>
span { border-color: #C8E7EC; }
span { border-color: rgb(200,231,236); }
td.TdClassName
{
border-color: #C8E7EC;
}
.TagClassName
{
border-color: #C8E7EC;
}
</style>