Shades of Onahau #C8DEE6
Tints of Onahau #C8DEE6
RGB
CMYK
RGB Variations
Color information
#C8DEE6 (or 0xC8DEE6) is known color: Onahau. HEX triplet: C8, DE and E6. RGB value is (200,222,230). Sum of RGB (Red+Green+Blue) = 200+222+230=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8DEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEE6 is #372119. Grayscale: #D8D8D8. Windows color (decimal): -3612954 or 15130312. OLE color: 15130312.
HSL color Cylindrical-coordinate representation of color #C8DEE6: hue angle of 196º degrees, saturation: 0.38, 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 #C8DEE6 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 222 | 230 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.10 |
| HSL | 196º | 0.38% | 0.84% | - |
| HSV(B) | 196º | 0.13% | 0.9% | - |
| XYZ | 64.22 | 70.24 | 85.03 | - |
| YUV | 216.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 230 | 0.13 | 0.03 | 0 | 0.10 | 196 | 0.38 | 0.84 |
| Hex | C8 | DE | E6 | D | 3 | 0 | A | C4 | 26 | 54 |
| Octal | 310 | 336 | 346 | 15 | 3 | 0 | 12 | 304 | 46 | 124 |
| Binary | 11001000 | 11011110 | 11100110 | 1101 | 11 | 0 | 1010 | 11000100 | 100110 | 1010100 |
Color Harmonies of #C8DEE6
Complementary color
Monochromatic Colors of #C8DEE6
Black with #C8DEE6
Text Example
Text Example
White with #C8DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEE6; }
p { color: rgb(200,222,230); }
H1.HeaderClassName
{
color: #C8DEE6;
}
.AnyTagClassName
{
color: #C8DEE6;
}
</style>
background-color css
<style>
a { background-color: #C8DEE6; }
a { background-color: rgb(200,222,230); }
div.DivClassName
{
background-color: #C8DEE6;
}
.BgClassName
{
background-color: #C8DEE6;
}
</style>
border-color css
<style>
span { border-color: #C8DEE6; }
span { border-color: rgb(200,222,230); }
td.TdClassName
{
border-color: #C8DEE6;
}
.TagClassName
{
border-color: #C8DEE6;
}
</style>