Shades of Onahau #C8DEE4
Tints of Onahau #C8DEE4
RGB
CMYK
RGB Variations
Color information
#C8DEE4 (or 0xC8DEE4) is known color: Onahau. HEX triplet: C8, DE and E4. RGB value is (200,222,228). Sum of RGB (Red+Green+Blue) = 200+222+228=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8DEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEE4 is #37211B. Grayscale: #D8D8D8. Windows color (decimal): -3612956 or 14999240. OLE color: 14999240.
HSL color Cylindrical-coordinate representation of color #C8DEE4: hue angle of 192.86º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8DEE4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 222 | 228 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.11 |
| HSL | 192.86º | 0.34% | 0.84% | - |
| HSV(B) | 192.86º | 0.12% | 0.89% | - |
| XYZ | 63.94 | 70.12 | 83.56 | - |
| YUV | 216.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 228 | 0.12 | 0.03 | 0 | 0.11 | 192.86 | 0.34 | 0.84 |
| Hex | C8 | DE | E4 | C | 3 | 0 | B | C1 | 22 | 54 |
| Octal | 310 | 336 | 344 | 14 | 3 | 0 | 13 | 301 | 42 | 124 |
| Binary | 11001000 | 11011110 | 11100100 | 1100 | 11 | 0 | 1011 | 11000001 | 100010 | 1010100 |
Color Harmonies of #C8DEE4
Complementary color
Monochromatic Colors of #C8DEE4
Black with #C8DEE4
Text Example
Text Example
White with #C8DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEE4; }
p { color: rgb(200,222,228); }
H1.HeaderClassName
{
color: #C8DEE4;
}
.AnyTagClassName
{
color: #C8DEE4;
}
</style>
background-color css
<style>
a { background-color: #C8DEE4; }
a { background-color: rgb(200,222,228); }
div.DivClassName
{
background-color: #C8DEE4;
}
.BgClassName
{
background-color: #C8DEE4;
}
</style>
border-color css
<style>
span { border-color: #C8DEE4; }
span { border-color: rgb(200,222,228); }
td.TdClassName
{
border-color: #C8DEE4;
}
.TagClassName
{
border-color: #C8DEE4;
}
</style>