Shades of Onahau #C8E0E5
Tints of Onahau #C8E0E5
RGB
CMYK
RGB Variations
Color information
#C8E0E5 (or 0xC8E0E5) is known color: Onahau. HEX triplet: C8, E0 and E5. RGB value is (200,224,229). Sum of RGB (Red+Green+Blue) = 200+224+229=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8E0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E0E5 is #371F1A. Grayscale: #D9D9D9. Windows color (decimal): -3612443 or 15065288. OLE color: 15065288.
HSL color Cylindrical-coordinate representation of color #C8E0E5: hue angle of 190.34º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8E0E5 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 224 | 229 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.10 |
| HSL | 190.34º | 0.36% | 0.84% | - |
| HSV(B) | 190.34º | 0.13% | 0.9% | - |
| XYZ | 64.62 | 71.25 | 84.48 | - |
| YUV | 217.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 229 | 0.13 | 0.02 | 0 | 0.10 | 190.34 | 0.36 | 0.84 |
| Hex | C8 | E0 | E5 | D | 2 | 0 | A | BE | 24 | 54 |
| Octal | 310 | 340 | 345 | 15 | 2 | 0 | 12 | 276 | 44 | 124 |
| Binary | 11001000 | 11100000 | 11100101 | 1101 | 10 | 0 | 1010 | 10111110 | 100100 | 1010100 |
Color Harmonies of #C8E0E5
Complementary color
Monochromatic Colors of #C8E0E5
Black with #C8E0E5
Text Example
Text Example
White with #C8E0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0E5; }
p { color: rgb(200,224,229); }
H1.HeaderClassName
{
color: #C8E0E5;
}
.AnyTagClassName
{
color: #C8E0E5;
}
</style>
background-color css
<style>
a { background-color: #C8E0E5; }
a { background-color: rgb(200,224,229); }
div.DivClassName
{
background-color: #C8E0E5;
}
.BgClassName
{
background-color: #C8E0E5;
}
</style>
border-color css
<style>
span { border-color: #C8E0E5; }
span { border-color: rgb(200,224,229); }
td.TdClassName
{
border-color: #C8E0E5;
}
.TagClassName
{
border-color: #C8E0E5;
}
</style>