Shades of Melanie #E1BAC3
Tints of Melanie #E1BAC3
RGB
CMYK
RGB Variations
Color information
#E1BAC3 (or 0xE1BAC3) is known color: Melanie. HEX triplet: E1, BA and C3. RGB value is (225,186,195). Sum of RGB (Red+Green+Blue) = 225+186+195=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAC3 is #1E453C. Grayscale: #C6C6C6. Windows color (decimal): -1983805 or 12827361. OLE color: 12827361.
HSL color Cylindrical-coordinate representation of color #E1BAC3: hue angle of 346.15º 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 #E1BAC3 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 195 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.12 |
| HSL | 346.15º | 0.39% | 0.81% | - |
| HSV(B) | 346.15º | 0.17% | 0.88% | - |
| XYZ | 58.46 | 55.07 | 59.18 | - |
| YUV | 198.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 195 | 0 | 0.17 | 0.13 | 0.12 | 346.15 | 0.39 | 0.81 |
| Hex | E1 | BA | C3 | 0 | 11 | D | C | 15A | 27 | 51 |
| Octal | 341 | 272 | 303 | 0 | 21 | 15 | 14 | 532 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11000011 | 0 | 10001 | 1101 | 1100 | 101011010 | 100111 | 1010001 |
Color Harmonies of #E1BAC3
Complementary color
Monochromatic Colors of #E1BAC3
Black with #E1BAC3
Text Example
Text Example
White with #E1BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAC3; }
p { color: rgb(225,186,195); }
H1.HeaderClassName
{
color: #E1BAC3;
}
.AnyTagClassName
{
color: #E1BAC3;
}
</style>
background-color css
<style>
a { background-color: #E1BAC3; }
a { background-color: rgb(225,186,195); }
div.DivClassName
{
background-color: #E1BAC3;
}
.BgClassName
{
background-color: #E1BAC3;
}
</style>
border-color css
<style>
span { border-color: #E1BAC3; }
span { border-color: rgb(225,186,195); }
td.TdClassName
{
border-color: #E1BAC3;
}
.TagClassName
{
border-color: #E1BAC3;
}
</style>