Shades of Onahau #C6DEE8
Tints of Onahau #C6DEE8
RGB
CMYK
RGB Variations
Color information
#C6DEE8 (or 0xC6DEE8) is known color: Onahau. HEX triplet: C6, DE and E8. RGB value is (198,222,232). Sum of RGB (Red+Green+Blue) = 198+222+232=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6DEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DEE8 is #392117. Grayscale: #D7D7D7. Windows color (decimal): -3744024 or 15261382. OLE color: 15261382.
HSL color Cylindrical-coordinate representation of color #C6DEE8: hue angle of 197.65º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DEE8 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 222 | 232 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.09 |
| HSL | 197.65º | 0.43% | 0.84% | - |
| HSV(B) | 197.65º | 0.15% | 0.91% | - |
| XYZ | 63.98 | 70.07 | 86.5 | - |
| YUV | 215.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 232 | 0.15 | 0.04 | 0 | 0.09 | 197.65 | 0.43 | 0.84 |
| Hex | C6 | DE | E8 | F | 4 | 0 | 9 | C6 | 2A | 54 |
| Octal | 306 | 336 | 350 | 17 | 4 | 0 | 11 | 306 | 52 | 124 |
| Binary | 11000110 | 11011110 | 11101000 | 1111 | 100 | 0 | 1001 | 11000110 | 101010 | 1010100 |
Color Harmonies of #C6DEE8
Complementary color
Monochromatic Colors of #C6DEE8
Black with #C6DEE8
Text Example
Text Example
White with #C6DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DEE8; }
p { color: rgb(198,222,232); }
H1.HeaderClassName
{
color: #C6DEE8;
}
.AnyTagClassName
{
color: #C6DEE8;
}
</style>
background-color css
<style>
a { background-color: #C6DEE8; }
a { background-color: rgb(198,222,232); }
div.DivClassName
{
background-color: #C6DEE8;
}
.BgClassName
{
background-color: #C6DEE8;
}
</style>
border-color css
<style>
span { border-color: #C6DEE8; }
span { border-color: rgb(198,222,232); }
td.TdClassName
{
border-color: #C6DEE8;
}
.TagClassName
{
border-color: #C6DEE8;
}
</style>