Shades of Melanie #E1B3C7
Tints of Melanie #E1B3C7
RGB
CMYK
RGB Variations
Color information
#E1B3C7 (or 0xE1B3C7) is known color: Melanie. HEX triplet: E1, B3 and C7. RGB value is (225,179,199). Sum of RGB (Red+Green+Blue) = 225+179+199=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3C7 is #1E4C38. Grayscale: #C3C3C3. Windows color (decimal): -1985593 or 13087713. OLE color: 13087713.
HSL color Cylindrical-coordinate representation of color #E1B3C7: hue angle of 333.91º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3C7 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 199 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.12 |
| HSL | 333.91º | 0.43% | 0.79% | - |
| HSV(B) | 333.91º | 0.2% | 0.88% | - |
| XYZ | 57.48 | 52.37 | 61.11 | - |
| YUV | 195.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 199 | 0 | 0.20 | 0.12 | 0.12 | 333.91 | 0.43 | 0.79 |
| Hex | E1 | B3 | C7 | 0 | 14 | C | C | 14E | 2B | 4F |
| Octal | 341 | 263 | 307 | 0 | 24 | 14 | 14 | 516 | 53 | 117 |
| Binary | 11100001 | 10110011 | 11000111 | 0 | 10100 | 1100 | 1100 | 101001110 | 101011 | 1001111 |
Color Harmonies of #E1B3C7
Complementary color
Monochromatic Colors of #E1B3C7
Black with #E1B3C7
Text Example
Text Example
White with #E1B3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B3C7; }
p { color: rgb(225,179,199); }
H1.HeaderClassName
{
color: #E1B3C7;
}
.AnyTagClassName
{
color: #E1B3C7;
}
</style>
background-color css
<style>
a { background-color: #E1B3C7; }
a { background-color: rgb(225,179,199); }
div.DivClassName
{
background-color: #E1B3C7;
}
.BgClassName
{
background-color: #E1B3C7;
}
</style>
border-color css
<style>
span { border-color: #E1B3C7; }
span { border-color: rgb(225,179,199); }
td.TdClassName
{
border-color: #E1B3C7;
}
.TagClassName
{
border-color: #E1B3C7;
}
</style>