Shades of Onahau #C8E5EC
Tints of Onahau #C8E5EC
RGB
CMYK
RGB Variations
Color information
#C8E5EC (or 0xC8E5EC) is known color: Onahau. HEX triplet: C8, E5 and EC. RGB value is (200,229,236). Sum of RGB (Red+Green+Blue) = 200+229+236=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E5EC is #371A13. Grayscale: #DDDDDD. Windows color (decimal): -3611156 or 15525320. OLE color: 15525320.
HSL color Cylindrical-coordinate representation of color #C8E5EC: hue angle of 191.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 #C8E5EC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 229 | 236 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.07 |
| HSL | 191.67º | 0.49% | 0.85% | - |
| HSV(B) | 191.67º | 0.15% | 0.93% | - |
| XYZ | 66.98 | 74.37 | 90.18 | - |
| YUV | 221.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 236 | 0.15 | 0.03 | 0 | 0.07 | 191.67 | 0.49 | 0.85 |
| Hex | C8 | E5 | EC | F | 3 | 0 | 7 | C0 | 31 | 55 |
| Octal | 310 | 345 | 354 | 17 | 3 | 0 | 7 | 300 | 61 | 125 |
| Binary | 11001000 | 11100101 | 11101100 | 1111 | 11 | 0 | 111 | 11000000 | 110001 | 1010101 |
Color Harmonies of #C8E5EC
Complementary color
Monochromatic Colors of #C8E5EC
Black with #C8E5EC
Text Example
Text Example
White with #C8E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E5EC; }
p { color: rgb(200,229,236); }
H1.HeaderClassName
{
color: #C8E5EC;
}
.AnyTagClassName
{
color: #C8E5EC;
}
</style>
background-color css
<style>
a { background-color: #C8E5EC; }
a { background-color: rgb(200,229,236); }
div.DivClassName
{
background-color: #C8E5EC;
}
.BgClassName
{
background-color: #C8E5EC;
}
</style>
border-color css
<style>
span { border-color: #C8E5EC; }
span { border-color: rgb(200,229,236); }
td.TdClassName
{
border-color: #C8E5EC;
}
.TagClassName
{
border-color: #C8E5EC;
}
</style>