Shades of Onahau #C8E3EC
Tints of Onahau #C8E3EC
RGB
CMYK
RGB Variations
Color information
#C8E3EC (or 0xC8E3EC) is known color: Onahau. HEX triplet: C8, E3 and EC. RGB value is (200,227,236). Sum of RGB (Red+Green+Blue) = 200+227+236=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8E3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E3EC is #371C13. Grayscale: #DBDBDB. Windows color (decimal): -3611668 or 15524808. OLE color: 15524808.
HSL color Cylindrical-coordinate representation of color #C8E3EC: hue angle of 195º 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 #C8E3EC is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 227 | 236 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.07 |
| HSL | 195º | 0.49% | 0.85% | - |
| HSV(B) | 195º | 0.15% | 0.93% | - |
| XYZ | 66.43 | 73.27 | 90 | - |
| YUV | 219.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 236 | 0.15 | 0.04 | 0 | 0.07 | 195 | 0.49 | 0.85 |
| Hex | C8 | E3 | EC | F | 4 | 0 | 7 | C3 | 31 | 55 |
| Octal | 310 | 343 | 354 | 17 | 4 | 0 | 7 | 303 | 61 | 125 |
| Binary | 11001000 | 11100011 | 11101100 | 1111 | 100 | 0 | 111 | 11000011 | 110001 | 1010101 |
Color Harmonies of #C8E3EC
Complementary color
Monochromatic Colors of #C8E3EC
Black with #C8E3EC
Text Example
Text Example
White with #C8E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E3EC; }
p { color: rgb(200,227,236); }
H1.HeaderClassName
{
color: #C8E3EC;
}
.AnyTagClassName
{
color: #C8E3EC;
}
</style>
background-color css
<style>
a { background-color: #C8E3EC; }
a { background-color: rgb(200,227,236); }
div.DivClassName
{
background-color: #C8E3EC;
}
.BgClassName
{
background-color: #C8E3EC;
}
</style>
border-color css
<style>
span { border-color: #C8E3EC; }
span { border-color: rgb(200,227,236); }
td.TdClassName
{
border-color: #C8E3EC;
}
.TagClassName
{
border-color: #C8E3EC;
}
</style>