Shades of Onahau #C7E2E5
Tints of Onahau #C7E2E5
RGB
CMYK
RGB Variations
Color information
#C7E2E5 (or 0xC7E2E5) is known color: Onahau. HEX triplet: C7, E2 and E5. RGB value is (199,226,229). Sum of RGB (Red+Green+Blue) = 199+226+229=654 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.43% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7E2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E2E5 is #381D1A. Grayscale: #DADADA. Windows color (decimal): -3677467 or 15065799. OLE color: 15065799.
HSL color Cylindrical-coordinate representation of color #C7E2E5: hue angle of 186º 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 #C7E2E5 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 226 | 229 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.10 |
| HSL | 186º | 0.37% | 0.84% | - |
| HSV(B) | 186º | 0.13% | 0.9% | - |
| XYZ | 64.89 | 72.19 | 84.64 | - |
| YUV | 218.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 229 | 0.13 | 0.01 | 0 | 0.10 | 186 | 0.37 | 0.84 |
| Hex | C7 | E2 | E5 | D | 1 | 0 | A | BA | 25 | 54 |
| Octal | 307 | 342 | 345 | 15 | 1 | 0 | 12 | 272 | 45 | 124 |
| Binary | 11000111 | 11100010 | 11100101 | 1101 | 1 | 0 | 1010 | 10111010 | 100101 | 1010100 |
Color Harmonies of #C7E2E5
Complementary color
Monochromatic Colors of #C7E2E5
Black with #C7E2E5
Text Example
Text Example
White with #C7E2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E2E5; }
p { color: rgb(199,226,229); }
H1.HeaderClassName
{
color: #C7E2E5;
}
.AnyTagClassName
{
color: #C7E2E5;
}
</style>
background-color css
<style>
a { background-color: #C7E2E5; }
a { background-color: rgb(199,226,229); }
div.DivClassName
{
background-color: #C7E2E5;
}
.BgClassName
{
background-color: #C7E2E5;
}
</style>
border-color css
<style>
span { border-color: #C7E2E5; }
span { border-color: rgb(199,226,229); }
td.TdClassName
{
border-color: #C7E2E5;
}
.TagClassName
{
border-color: #C7E2E5;
}
</style>