Shades of Melanie #E1BAC7
Tints of Melanie #E1BAC7
RGB
CMYK
RGB Variations
Color information
#E1BAC7 (or 0xE1BAC7) is known color: Melanie. HEX triplet: E1, BA and C7. RGB value is (225,186,199). Sum of RGB (Red+Green+Blue) = 225+186+199=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAC7 is #1E4538. Grayscale: #C7C7C7. Windows color (decimal): -1983801 or 13089505. OLE color: 13089505.
HSL color Cylindrical-coordinate representation of color #E1BAC7: hue angle of 340º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAC7 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 199 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.12 |
| HSL | 340º | 0.39% | 0.81% | - |
| HSV(B) | 340º | 0.17% | 0.88% | - |
| XYZ | 58.92 | 55.25 | 61.59 | - |
| YUV | 199.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 199 | 0 | 0.17 | 0.12 | 0.12 | 340 | 0.39 | 0.81 |
| Hex | E1 | BA | C7 | 0 | 11 | C | C | 154 | 27 | 51 |
| Octal | 341 | 272 | 307 | 0 | 21 | 14 | 14 | 524 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11000111 | 0 | 10001 | 1100 | 1100 | 101010100 | 100111 | 1010001 |
Color Harmonies of #E1BAC7
Complementary color
Monochromatic Colors of #E1BAC7
Black with #E1BAC7
Text Example
Text Example
White with #E1BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAC7; }
p { color: rgb(225,186,199); }
H1.HeaderClassName
{
color: #E1BAC7;
}
.AnyTagClassName
{
color: #E1BAC7;
}
</style>
background-color css
<style>
a { background-color: #E1BAC7; }
a { background-color: rgb(225,186,199); }
div.DivClassName
{
background-color: #E1BAC7;
}
.BgClassName
{
background-color: #E1BAC7;
}
</style>
border-color css
<style>
span { border-color: #E1BAC7; }
span { border-color: rgb(225,186,199); }
td.TdClassName
{
border-color: #E1BAC7;
}
.TagClassName
{
border-color: #E1BAC7;
}
</style>