Shades of Melanie #E3BACA
Tints of Melanie #E3BACA
RGB
CMYK
RGB Variations
Color information
#E3BACA (or 0xE3BACA) is known color: Melanie. HEX triplet: E3, BA and CA. RGB value is (227,186,202). Sum of RGB (Red+Green+Blue) = 227+186+202=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BACA is #1C4535. Grayscale: #C8C8C8. Windows color (decimal): -1852726 or 13286115. OLE color: 13286115.
HSL color Cylindrical-coordinate representation of color #E3BACA: hue angle of 336.59º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3BACA is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 202 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.11 |
| HSL | 336.59º | 0.42% | 0.81% | - |
| HSV(B) | 336.59º | 0.18% | 0.89% | - |
| XYZ | 59.9 | 55.71 | 63.47 | - |
| YUV | 200.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 202 | 0 | 0.18 | 0.11 | 0.11 | 336.59 | 0.42 | 0.81 |
| Hex | E3 | BA | CA | 0 | 12 | B | B | 151 | 2A | 51 |
| Octal | 343 | 272 | 312 | 0 | 22 | 13 | 13 | 521 | 52 | 121 |
| Binary | 11100011 | 10111010 | 11001010 | 0 | 10010 | 1011 | 1011 | 101010001 | 101010 | 1010001 |
Color Harmonies of #E3BACA
Complementary color
Monochromatic Colors of #E3BACA
Black with #E3BACA
Text Example
Text Example
White with #E3BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BACA; }
p { color: rgb(227,186,202); }
H1.HeaderClassName
{
color: #E3BACA;
}
.AnyTagClassName
{
color: #E3BACA;
}
</style>
background-color css
<style>
a { background-color: #E3BACA; }
a { background-color: rgb(227,186,202); }
div.DivClassName
{
background-color: #E3BACA;
}
.BgClassName
{
background-color: #E3BACA;
}
</style>
border-color css
<style>
span { border-color: #E3BACA; }
span { border-color: rgb(227,186,202); }
td.TdClassName
{
border-color: #E3BACA;
}
.TagClassName
{
border-color: #E3BACA;
}
</style>