Shades of Melanie #E5ADBC
Tints of Melanie #E5ADBC
RGB
CMYK
RGB Variations
Color information
#E5ADBC (or 0xE5ADBC) is known color: Melanie. HEX triplet: E5, AD and BC. RGB value is (229,173,188). Sum of RGB (Red+Green+Blue) = 229+173+188=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADBC is #1A5243. Grayscale: #BFBFBF. Windows color (decimal): -1724996 or 12365285. OLE color: 12365285.
HSL color Cylindrical-coordinate representation of color #E5ADBC: hue angle of 343.93º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5ADBC is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 188 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.10 |
| HSL | 343.93º | 0.52% | 0.79% | - |
| HSV(B) | 343.93º | 0.24% | 0.9% | - |
| XYZ | 56.33 | 50.18 | 54.29 | - |
| YUV | 191.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 188 | 0 | 0.24 | 0.18 | 0.10 | 343.93 | 0.52 | 0.79 |
| Hex | E5 | AD | BC | 0 | 18 | 12 | A | 158 | 34 | 4F |
| Octal | 345 | 255 | 274 | 0 | 30 | 22 | 12 | 530 | 64 | 117 |
| Binary | 11100101 | 10101101 | 10111100 | 0 | 11000 | 10010 | 1010 | 101011000 | 110100 | 1001111 |
Color Harmonies of #E5ADBC
Complementary color
Monochromatic Colors of #E5ADBC
Black with #E5ADBC
Text Example
Text Example
White with #E5ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADBC; }
p { color: rgb(229,173,188); }
H1.HeaderClassName
{
color: #E5ADBC;
}
.AnyTagClassName
{
color: #E5ADBC;
}
</style>
background-color css
<style>
a { background-color: #E5ADBC; }
a { background-color: rgb(229,173,188); }
div.DivClassName
{
background-color: #E5ADBC;
}
.BgClassName
{
background-color: #E5ADBC;
}
</style>
border-color css
<style>
span { border-color: #E5ADBC; }
span { border-color: rgb(229,173,188); }
td.TdClassName
{
border-color: #E5ADBC;
}
.TagClassName
{
border-color: #E5ADBC;
}
</style>