Shades of Onahau #C7E4ED
Tints of Onahau #C7E4ED
RGB
CMYK
RGB Variations
Color information
#C7E4ED (or 0xC7E4ED) is known color: Onahau. HEX triplet: C7, E4 and ED. RGB value is (199,228,237). Sum of RGB (Red+Green+Blue) = 199+228+237=664 (87% of max value = 765). Red value is 199 (78.12% from 255 or 29.97% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E4ED is #381B12. Grayscale: #DCDCDC. Windows color (decimal): -3676947 or 15590599. OLE color: 15590599.
HSL color Cylindrical-coordinate representation of color #C7E4ED: hue angle of 194.21º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7E4ED is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 228 | 237 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.07 |
| HSL | 194.21º | 0.51% | 0.85% | - |
| HSV(B) | 194.21º | 0.16% | 0.93% | - |
| XYZ | 66.58 | 73.74 | 90.85 | - |
| YUV | 220.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 237 | 0.16 | 0.04 | 0 | 0.07 | 194.21 | 0.51 | 0.85 |
| Hex | C7 | E4 | ED | 10 | 4 | 0 | 7 | C2 | 33 | 55 |
| Octal | 307 | 344 | 355 | 20 | 4 | 0 | 7 | 302 | 63 | 125 |
| Binary | 11000111 | 11100100 | 11101101 | 10000 | 100 | 0 | 111 | 11000010 | 110011 | 1010101 |
Color Harmonies of #C7E4ED
Complementary color
Monochromatic Colors of #C7E4ED
Black with #C7E4ED
Text Example
Text Example
White with #C7E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E4ED; }
p { color: rgb(199,228,237); }
H1.HeaderClassName
{
color: #C7E4ED;
}
.AnyTagClassName
{
color: #C7E4ED;
}
</style>
background-color css
<style>
a { background-color: #C7E4ED; }
a { background-color: rgb(199,228,237); }
div.DivClassName
{
background-color: #C7E4ED;
}
.BgClassName
{
background-color: #C7E4ED;
}
</style>
border-color css
<style>
span { border-color: #C7E4ED; }
span { border-color: rgb(199,228,237); }
td.TdClassName
{
border-color: #C7E4ED;
}
.TagClassName
{
border-color: #C7E4ED;
}
</style>