Shades of Melanie #E6BAC3
Tints of Melanie #E6BAC3
RGB
CMYK
RGB Variations
Color information
#E6BAC3 (or 0xE6BAC3) is known color: Melanie. HEX triplet: E6, BA and C3. RGB value is (230,186,195). Sum of RGB (Red+Green+Blue) = 230+186+195=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC3 is #19453C. Grayscale: #C8C8C8. Windows color (decimal): -1656125 or 12827366. OLE color: 12827366.
HSL color Cylindrical-coordinate representation of color #E6BAC3: hue angle of 347.73º 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 #E6BAC3 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 195 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.10 |
| HSL | 347.73º | 0.47% | 0.82% | - |
| HSV(B) | 347.73º | 0.19% | 0.9% | - |
| XYZ | 60.04 | 55.88 | 59.25 | - |
| YUV | 200.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 195 | 0 | 0.19 | 0.15 | 0.10 | 347.73 | 0.47 | 0.82 |
| Hex | E6 | BA | C3 | 0 | 13 | F | A | 15C | 2F | 52 |
| Octal | 346 | 272 | 303 | 0 | 23 | 17 | 12 | 534 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11000011 | 0 | 10011 | 1111 | 1010 | 101011100 | 101111 | 1010010 |
Color Harmonies of #E6BAC3
Complementary color
Monochromatic Colors of #E6BAC3
Black with #E6BAC3
Text Example
Text Example
White with #E6BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAC3; }
p { color: rgb(230,186,195); }
H1.HeaderClassName
{
color: #E6BAC3;
}
.AnyTagClassName
{
color: #E6BAC3;
}
</style>
background-color css
<style>
a { background-color: #E6BAC3; }
a { background-color: rgb(230,186,195); }
div.DivClassName
{
background-color: #E6BAC3;
}
.BgClassName
{
background-color: #E6BAC3;
}
</style>
border-color css
<style>
span { border-color: #E6BAC3; }
span { border-color: rgb(230,186,195); }
td.TdClassName
{
border-color: #E6BAC3;
}
.TagClassName
{
border-color: #E6BAC3;
}
</style>