Shades of Melanie #E1B8BE
Tints of Melanie #E1B8BE
RGB
CMYK
RGB Variations
Color information
#E1B8BE (or 0xE1B8BE) is known color: Melanie. HEX triplet: E1, B8 and BE. RGB value is (225,184,190). Sum of RGB (Red+Green+Blue) = 225+184+190=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B8BE is #1E4741. Grayscale: #C4C4C4. Windows color (decimal): -1984322 or 12499169. OLE color: 12499169.
HSL color Cylindrical-coordinate representation of color #E1B8BE: hue angle of 351.22º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B8BE is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 190 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.12 |
| HSL | 351.22º | 0.41% | 0.8% | - |
| HSV(B) | 351.22º | 0.18% | 0.88% | - |
| XYZ | 57.49 | 54.01 | 56.11 | - |
| YUV | 196.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 190 | 0 | 0.18 | 0.16 | 0.12 | 351.22 | 0.41 | 0.8 |
| Hex | E1 | B8 | BE | 0 | 12 | 10 | C | 15F | 29 | 50 |
| Octal | 341 | 270 | 276 | 0 | 22 | 20 | 14 | 537 | 51 | 120 |
| Binary | 11100001 | 10111000 | 10111110 | 0 | 10010 | 10000 | 1100 | 101011111 | 101001 | 1010000 |
Color Harmonies of #E1B8BE
Complementary color
Monochromatic Colors of #E1B8BE
Black with #E1B8BE
Text Example
Text Example
White with #E1B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B8BE; }
p { color: rgb(225,184,190); }
H1.HeaderClassName
{
color: #E1B8BE;
}
.AnyTagClassName
{
color: #E1B8BE;
}
</style>
background-color css
<style>
a { background-color: #E1B8BE; }
a { background-color: rgb(225,184,190); }
div.DivClassName
{
background-color: #E1B8BE;
}
.BgClassName
{
background-color: #E1B8BE;
}
</style>
border-color css
<style>
span { border-color: #E1B8BE; }
span { border-color: rgb(225,184,190); }
td.TdClassName
{
border-color: #E1B8BE;
}
.TagClassName
{
border-color: #E1B8BE;
}
</style>