Shades of Onahau #C8DEE5
Tints of Onahau #C8DEE5
RGB
CMYK
RGB Variations
Color information
#C8DEE5 (or 0xC8DEE5) is known color: Onahau. HEX triplet: C8, DE and E5. RGB value is (200,222,229). Sum of RGB (Red+Green+Blue) = 200+222+229=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEE5 is #37211A. Grayscale: #D8D8D8. Windows color (decimal): -3612955 or 15064776. OLE color: 15064776.
HSL color Cylindrical-coordinate representation of color #C8DEE5: hue angle of 194.48º degrees, saturation: 0.36, 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 #C8DEE5 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 222 | 229 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.10 |
| HSL | 194.48º | 0.36% | 0.84% | - |
| HSV(B) | 194.48º | 0.13% | 0.9% | - |
| XYZ | 64.08 | 70.18 | 84.3 | - |
| YUV | 216.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 229 | 0.13 | 0.03 | 0 | 0.10 | 194.48 | 0.36 | 0.84 |
| Hex | C8 | DE | E5 | D | 3 | 0 | A | C2 | 24 | 54 |
| Octal | 310 | 336 | 345 | 15 | 3 | 0 | 12 | 302 | 44 | 124 |
| Binary | 11001000 | 11011110 | 11100101 | 1101 | 11 | 0 | 1010 | 11000010 | 100100 | 1010100 |
Color Harmonies of #C8DEE5
Complementary color
Monochromatic Colors of #C8DEE5
Black with #C8DEE5
Text Example
Text Example
White with #C8DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEE5; }
p { color: rgb(200,222,229); }
H1.HeaderClassName
{
color: #C8DEE5;
}
.AnyTagClassName
{
color: #C8DEE5;
}
</style>
background-color css
<style>
a { background-color: #C8DEE5; }
a { background-color: rgb(200,222,229); }
div.DivClassName
{
background-color: #C8DEE5;
}
.BgClassName
{
background-color: #C8DEE5;
}
</style>
border-color css
<style>
span { border-color: #C8DEE5; }
span { border-color: rgb(200,222,229); }
td.TdClassName
{
border-color: #C8DEE5;
}
.TagClassName
{
border-color: #C8DEE5;
}
</style>