Shades of Onahau #C7E0E5
Tints of Onahau #C7E0E5
RGB
CMYK
RGB Variations
Color information
#C7E0E5 (or 0xC7E0E5) is known color: Onahau. HEX triplet: C7, E0 and E5. RGB value is (199,224,229). Sum of RGB (Red+Green+Blue) = 199+224+229=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7E0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E0E5 is #381F1A. Grayscale: #D9D9D9. Windows color (decimal): -3677979 or 15065287. OLE color: 15065287.
HSL color Cylindrical-coordinate representation of color #C7E0E5: hue angle of 190º degrees, saturation: 0.37, 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 #C7E0E5 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 224 | 229 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.10 |
| HSL | 190º | 0.37% | 0.84% | - |
| HSV(B) | 190º | 0.13% | 0.9% | - |
| XYZ | 64.35 | 71.11 | 84.46 | - |
| YUV | 217.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 229 | 0.13 | 0.02 | 0 | 0.10 | 190 | 0.37 | 0.84 |
| Hex | C7 | E0 | E5 | D | 2 | 0 | A | BE | 25 | 54 |
| Octal | 307 | 340 | 345 | 15 | 2 | 0 | 12 | 276 | 45 | 124 |
| Binary | 11000111 | 11100000 | 11100101 | 1101 | 10 | 0 | 1010 | 10111110 | 100101 | 1010100 |
Color Harmonies of #C7E0E5
Complementary color
Monochromatic Colors of #C7E0E5
Black with #C7E0E5
Text Example
Text Example
White with #C7E0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E0E5; }
p { color: rgb(199,224,229); }
H1.HeaderClassName
{
color: #C7E0E5;
}
.AnyTagClassName
{
color: #C7E0E5;
}
</style>
background-color css
<style>
a { background-color: #C7E0E5; }
a { background-color: rgb(199,224,229); }
div.DivClassName
{
background-color: #C7E0E5;
}
.BgClassName
{
background-color: #C7E0E5;
}
</style>
border-color css
<style>
span { border-color: #C7E0E5; }
span { border-color: rgb(199,224,229); }
td.TdClassName
{
border-color: #C7E0E5;
}
.TagClassName
{
border-color: #C7E0E5;
}
</style>