Shades of Onahau #C7DEE4
Tints of Onahau #C7DEE4
RGB
CMYK
RGB Variations
Color information
#C7DEE4 (or 0xC7DEE4) is known color: Onahau. HEX triplet: C7, DE and E4. RGB value is (199,222,228). Sum of RGB (Red+Green+Blue) = 199+222+228=649 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.66% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7DEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEE4 is #38211B. Grayscale: #D7D7D7. Windows color (decimal): -3678492 or 14999239. OLE color: 14999239.
HSL color Cylindrical-coordinate representation of color #C7DEE4: hue angle of 192.41º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7DEE4 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 222 | 228 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.11 |
| HSL | 192.41º | 0.35% | 0.84% | - |
| HSV(B) | 192.41º | 0.13% | 0.89% | - |
| XYZ | 63.68 | 69.99 | 83.55 | - |
| YUV | 215.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 228 | 0.13 | 0.03 | 0 | 0.11 | 192.41 | 0.35 | 0.84 |
| Hex | C7 | DE | E4 | D | 3 | 0 | B | C0 | 23 | 54 |
| Octal | 307 | 336 | 344 | 15 | 3 | 0 | 13 | 300 | 43 | 124 |
| Binary | 11000111 | 11011110 | 11100100 | 1101 | 11 | 0 | 1011 | 11000000 | 100011 | 1010100 |
Color Harmonies of #C7DEE4
Complementary color
Monochromatic Colors of #C7DEE4
Black with #C7DEE4
Text Example
Text Example
White with #C7DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEE4; }
p { color: rgb(199,222,228); }
H1.HeaderClassName
{
color: #C7DEE4;
}
.AnyTagClassName
{
color: #C7DEE4;
}
</style>
background-color css
<style>
a { background-color: #C7DEE4; }
a { background-color: rgb(199,222,228); }
div.DivClassName
{
background-color: #C7DEE4;
}
.BgClassName
{
background-color: #C7DEE4;
}
</style>
border-color css
<style>
span { border-color: #C7DEE4; }
span { border-color: rgb(199,222,228); }
td.TdClassName
{
border-color: #C7DEE4;
}
.TagClassName
{
border-color: #C7DEE4;
}
</style>