Shades of Melanie #E0ADBC
Tints of Melanie #E0ADBC
RGB
CMYK
RGB Variations
Color information
#E0ADBC (or 0xE0ADBC) is known color: Melanie. HEX triplet: E0, AD and BC. RGB value is (224,173,188). Sum of RGB (Red+Green+Blue) = 224+173+188=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADBC is #1F5243. Grayscale: #BDBDBD. Windows color (decimal): -2052676 or 12365280. OLE color: 12365280.
HSL color Cylindrical-coordinate representation of color #E0ADBC: hue angle of 342.35º 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 #E0ADBC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 188 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.12 |
| HSL | 342.35º | 0.45% | 0.78% | - |
| HSV(B) | 342.35º | 0.23% | 0.88% | - |
| XYZ | 54.76 | 49.37 | 54.22 | - |
| YUV | 189.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 188 | 0 | 0.23 | 0.16 | 0.12 | 342.35 | 0.45 | 0.78 |
| Hex | E0 | AD | BC | 0 | 17 | 10 | C | 156 | 2D | 4E |
| Octal | 340 | 255 | 274 | 0 | 27 | 20 | 14 | 526 | 55 | 116 |
| Binary | 11100000 | 10101101 | 10111100 | 0 | 10111 | 10000 | 1100 | 101010110 | 101101 | 1001110 |
Color Harmonies of #E0ADBC
Complementary color
Monochromatic Colors of #E0ADBC
Black with #E0ADBC
Text Example
Text Example
White with #E0ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADBC; }
p { color: rgb(224,173,188); }
H1.HeaderClassName
{
color: #E0ADBC;
}
.AnyTagClassName
{
color: #E0ADBC;
}
</style>
background-color css
<style>
a { background-color: #E0ADBC; }
a { background-color: rgb(224,173,188); }
div.DivClassName
{
background-color: #E0ADBC;
}
.BgClassName
{
background-color: #E0ADBC;
}
</style>
border-color css
<style>
span { border-color: #E0ADBC; }
span { border-color: rgb(224,173,188); }
td.TdClassName
{
border-color: #E0ADBC;
}
.TagClassName
{
border-color: #E0ADBC;
}
</style>