Shades of Melanie #E6BAC4
Tints of Melanie #E6BAC4
RGB
CMYK
RGB Variations
Color information
#E6BAC4 (or 0xE6BAC4) is known color: Melanie. HEX triplet: E6, BA and C4. RGB value is (230,186,196). Sum of RGB (Red+Green+Blue) = 230+186+196=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC4 is #19453B. Grayscale: #C8C8C8. Windows color (decimal): -1656124 or 12892902. OLE color: 12892902.
HSL color Cylindrical-coordinate representation of color #E6BAC4: hue angle of 346.36º 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 #E6BAC4 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 196 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.10 |
| HSL | 346.36º | 0.47% | 0.82% | - |
| HSV(B) | 346.36º | 0.19% | 0.9% | - |
| XYZ | 60.16 | 55.93 | 59.85 | - |
| YUV | 200.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 196 | 0 | 0.19 | 0.15 | 0.10 | 346.36 | 0.47 | 0.82 |
| Hex | E6 | BA | C4 | 0 | 13 | F | A | 15A | 2F | 52 |
| Octal | 346 | 272 | 304 | 0 | 23 | 17 | 12 | 532 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11000100 | 0 | 10011 | 1111 | 1010 | 101011010 | 101111 | 1010010 |
Color Harmonies of #E6BAC4
Complementary color
Monochromatic Colors of #E6BAC4
Black with #E6BAC4
Text Example
Text Example
White with #E6BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAC4; }
p { color: rgb(230,186,196); }
H1.HeaderClassName
{
color: #E6BAC4;
}
.AnyTagClassName
{
color: #E6BAC4;
}
</style>
background-color css
<style>
a { background-color: #E6BAC4; }
a { background-color: rgb(230,186,196); }
div.DivClassName
{
background-color: #E6BAC4;
}
.BgClassName
{
background-color: #E6BAC4;
}
</style>
border-color css
<style>
span { border-color: #E6BAC4; }
span { border-color: rgb(230,186,196); }
td.TdClassName
{
border-color: #E6BAC4;
}
.TagClassName
{
border-color: #E6BAC4;
}
</style>