Shades of Melanie #E0B9C6
Tints of Melanie #E0B9C6
RGB
CMYK
RGB Variations
Color information
#E0B9C6 (or 0xE0B9C6) is known color: Melanie. HEX triplet: E0, B9 and C6. RGB value is (224,185,198). Sum of RGB (Red+Green+Blue) = 224+185+198=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9C6 is #1F4639. Grayscale: #C6C6C6. Windows color (decimal): -2049594 or 13023712. OLE color: 13023712.
HSL color Cylindrical-coordinate representation of color #E0B9C6: hue angle of 340º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0B9C6 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 198 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.12 |
| HSL | 340º | 0.39% | 0.8% | - |
| HSV(B) | 340º | 0.17% | 0.88% | - |
| XYZ | 58.28 | 54.62 | 60.9 | - |
| YUV | 198.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 198 | 0 | 0.17 | 0.12 | 0.12 | 340 | 0.39 | 0.8 |
| Hex | E0 | B9 | C6 | 0 | 11 | C | C | 154 | 27 | 50 |
| Octal | 340 | 271 | 306 | 0 | 21 | 14 | 14 | 524 | 47 | 120 |
| Binary | 11100000 | 10111001 | 11000110 | 0 | 10001 | 1100 | 1100 | 101010100 | 100111 | 1010000 |
Color Harmonies of #E0B9C6
Complementary color
Monochromatic Colors of #E0B9C6
Black with #E0B9C6
Text Example
Text Example
White with #E0B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9C6; }
p { color: rgb(224,185,198); }
H1.HeaderClassName
{
color: #E0B9C6;
}
.AnyTagClassName
{
color: #E0B9C6;
}
</style>
background-color css
<style>
a { background-color: #E0B9C6; }
a { background-color: rgb(224,185,198); }
div.DivClassName
{
background-color: #E0B9C6;
}
.BgClassName
{
background-color: #E0B9C6;
}
</style>
border-color css
<style>
span { border-color: #E0B9C6; }
span { border-color: rgb(224,185,198); }
td.TdClassName
{
border-color: #E0B9C6;
}
.TagClassName
{
border-color: #E0B9C6;
}
</style>