Shades of Onahau #C9DEE3
Tints of Onahau #C9DEE3
RGB
CMYK
RGB Variations
Color information
#C9DEE3 (or 0xC9DEE3) is known color: Onahau. HEX triplet: C9, DE and E3. RGB value is (201,222,227). Sum of RGB (Red+Green+Blue) = 201+222+227=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 227 - color contains mainly: blue. Hex color #C9DEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEE3 is #36211C. Grayscale: #D8D8D8. Windows color (decimal): -3547421 or 14933705. OLE color: 14933705.
HSL color Cylindrical-coordinate representation of color #C9DEE3: hue angle of 191.54º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9DEE3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 222 | 227 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.11 |
| HSL | 191.54º | 0.32% | 0.84% | - |
| HSV(B) | 191.54º | 0.11% | 0.89% | - |
| XYZ | 64.07 | 70.21 | 82.85 | - |
| YUV | 216.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 227 | 0.11 | 0.02 | 0 | 0.11 | 191.54 | 0.32 | 0.84 |
| Hex | C9 | DE | E3 | B | 2 | 0 | B | C0 | 20 | 54 |
| Octal | 311 | 336 | 343 | 13 | 2 | 0 | 13 | 300 | 40 | 124 |
| Binary | 11001001 | 11011110 | 11100011 | 1011 | 10 | 0 | 1011 | 11000000 | 100000 | 1010100 |
Color Harmonies of #C9DEE3
Complementary color
Monochromatic Colors of #C9DEE3
Black with #C9DEE3
Text Example
Text Example
White with #C9DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEE3; }
p { color: rgb(201,222,227); }
H1.HeaderClassName
{
color: #C9DEE3;
}
.AnyTagClassName
{
color: #C9DEE3;
}
</style>
background-color css
<style>
a { background-color: #C9DEE3; }
a { background-color: rgb(201,222,227); }
div.DivClassName
{
background-color: #C9DEE3;
}
.BgClassName
{
background-color: #C9DEE3;
}
</style>
border-color css
<style>
span { border-color: #C9DEE3; }
span { border-color: rgb(201,222,227); }
td.TdClassName
{
border-color: #C9DEE3;
}
.TagClassName
{
border-color: #C9DEE3;
}
</style>