Shades of Melanie #E0ADBF
Tints of Melanie #E0ADBF
RGB
CMYK
RGB Variations
Color information
#E0ADBF (or 0xE0ADBF) is known color: Melanie. HEX triplet: E0, AD and BF. RGB value is (224,173,191). Sum of RGB (Red+Green+Blue) = 224+173+191=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADBF is #1F5240. Grayscale: #BEBEBE. Windows color (decimal): -2052673 or 12561888. OLE color: 12561888.
HSL color Cylindrical-coordinate representation of color #E0ADBF: hue angle of 338.82º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ADBF is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 191 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.12 |
| HSL | 338.82º | 0.45% | 0.78% | - |
| HSV(B) | 338.82º | 0.23% | 0.88% | - |
| XYZ | 55.09 | 49.5 | 55.94 | - |
| YUV | 190.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 191 | 0 | 0.23 | 0.15 | 0.12 | 338.82 | 0.45 | 0.78 |
| Hex | E0 | AD | BF | 0 | 17 | F | C | 153 | 2D | 4E |
| Octal | 340 | 255 | 277 | 0 | 27 | 17 | 14 | 523 | 55 | 116 |
| Binary | 11100000 | 10101101 | 10111111 | 0 | 10111 | 1111 | 1100 | 101010011 | 101101 | 1001110 |
Color Harmonies of #E0ADBF
Complementary color
Monochromatic Colors of #E0ADBF
Black with #E0ADBF
Text Example
Text Example
White with #E0ADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADBF; }
p { color: rgb(224,173,191); }
H1.HeaderClassName
{
color: #E0ADBF;
}
.AnyTagClassName
{
color: #E0ADBF;
}
</style>
background-color css
<style>
a { background-color: #E0ADBF; }
a { background-color: rgb(224,173,191); }
div.DivClassName
{
background-color: #E0ADBF;
}
.BgClassName
{
background-color: #E0ADBF;
}
</style>
border-color css
<style>
span { border-color: #E0ADBF; }
span { border-color: rgb(224,173,191); }
td.TdClassName
{
border-color: #E0ADBF;
}
.TagClassName
{
border-color: #E0ADBF;
}
</style>