Shades of Onahau #C7DEE5
Tints of Onahau #C7DEE5
RGB
CMYK
RGB Variations
Color information
#C7DEE5 (or 0xC7DEE5) is known color: Onahau. HEX triplet: C7, DE and E5. RGB value is (199,222,229). Sum of RGB (Red+Green+Blue) = 199+222+229=650 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.62% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEE5 is #38211A. Grayscale: #D7D7D7. Windows color (decimal): -3678491 or 15064775. OLE color: 15064775.
HSL color Cylindrical-coordinate representation of color #C7DEE5: hue angle of 194º 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 #C7DEE5 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 222 | 229 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.10 |
| HSL | 194º | 0.37% | 0.84% | - |
| HSV(B) | 194º | 0.13% | 0.9% | - |
| XYZ | 63.82 | 70.04 | 84.28 | - |
| YUV | 215.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 229 | 0.13 | 0.03 | 0 | 0.10 | 194 | 0.37 | 0.84 |
| Hex | C7 | DE | E5 | D | 3 | 0 | A | C2 | 25 | 54 |
| Octal | 307 | 336 | 345 | 15 | 3 | 0 | 12 | 302 | 45 | 124 |
| Binary | 11000111 | 11011110 | 11100101 | 1101 | 11 | 0 | 1010 | 11000010 | 100101 | 1010100 |
Color Harmonies of #C7DEE5
Complementary color
Monochromatic Colors of #C7DEE5
Black with #C7DEE5
Text Example
Text Example
White with #C7DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEE5; }
p { color: rgb(199,222,229); }
H1.HeaderClassName
{
color: #C7DEE5;
}
.AnyTagClassName
{
color: #C7DEE5;
}
</style>
background-color css
<style>
a { background-color: #C7DEE5; }
a { background-color: rgb(199,222,229); }
div.DivClassName
{
background-color: #C7DEE5;
}
.BgClassName
{
background-color: #C7DEE5;
}
</style>
border-color css
<style>
span { border-color: #C7DEE5; }
span { border-color: rgb(199,222,229); }
td.TdClassName
{
border-color: #C7DEE5;
}
.TagClassName
{
border-color: #C7DEE5;
}
</style>