Shades of Melanie #E6BAC5
Tints of Melanie #E6BAC5
RGB
CMYK
RGB Variations
Color information
#E6BAC5 (or 0xE6BAC5) is known color: Melanie. HEX triplet: E6, BA and C5. RGB value is (230,186,197). Sum of RGB (Red+Green+Blue) = 230+186+197=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC5 is #19453A. Grayscale: #C8C8C8. Windows color (decimal): -1656123 or 12958438. OLE color: 12958438.
HSL color Cylindrical-coordinate representation of color #E6BAC5: hue angle of 345º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BAC5 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 197 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.10 |
| HSL | 345º | 0.47% | 0.82% | - |
| HSV(B) | 345º | 0.19% | 0.9% | - |
| XYZ | 60.27 | 55.97 | 60.45 | - |
| YUV | 200.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 197 | 0 | 0.19 | 0.14 | 0.10 | 345 | 0.47 | 0.82 |
| Hex | E6 | BA | C5 | 0 | 13 | E | A | 159 | 2F | 52 |
| Octal | 346 | 272 | 305 | 0 | 23 | 16 | 12 | 531 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11000101 | 0 | 10011 | 1110 | 1010 | 101011001 | 101111 | 1010010 |
Color Harmonies of #E6BAC5
Complementary color
Monochromatic Colors of #E6BAC5
Black with #E6BAC5
Text Example
Text Example
White with #E6BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAC5; }
p { color: rgb(230,186,197); }
H1.HeaderClassName
{
color: #E6BAC5;
}
.AnyTagClassName
{
color: #E6BAC5;
}
</style>
background-color css
<style>
a { background-color: #E6BAC5; }
a { background-color: rgb(230,186,197); }
div.DivClassName
{
background-color: #E6BAC5;
}
.BgClassName
{
background-color: #E6BAC5;
}
</style>
border-color css
<style>
span { border-color: #E6BAC5; }
span { border-color: rgb(230,186,197); }
td.TdClassName
{
border-color: #E6BAC5;
}
.TagClassName
{
border-color: #E6BAC5;
}
</style>