Shades of Melanie #E0BAC4
Tints of Melanie #E0BAC4
RGB
CMYK
RGB Variations
Color information
#E0BAC4 (or 0xE0BAC4) is known color: Melanie. HEX triplet: E0, BA and C4. RGB value is (224,186,196). Sum of RGB (Red+Green+Blue) = 224+186+196=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAC4 is #1F453B. Grayscale: #C6C6C6. Windows color (decimal): -2049340 or 12892896. OLE color: 12892896.
HSL color Cylindrical-coordinate representation of color #E0BAC4: hue angle of 344.21º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BAC4 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 196 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.12 |
| HSL | 344.21º | 0.38% | 0.8% | - |
| HSV(B) | 344.21º | 0.17% | 0.88% | - |
| XYZ | 58.26 | 54.95 | 59.76 | - |
| YUV | 198.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 196 | 0 | 0.17 | 0.12 | 0.12 | 344.21 | 0.38 | 0.8 |
| Hex | E0 | BA | C4 | 0 | 11 | C | C | 158 | 26 | 50 |
| Octal | 340 | 272 | 304 | 0 | 21 | 14 | 14 | 530 | 46 | 120 |
| Binary | 11100000 | 10111010 | 11000100 | 0 | 10001 | 1100 | 1100 | 101011000 | 100110 | 1010000 |
Color Harmonies of #E0BAC4
Complementary color
Monochromatic Colors of #E0BAC4
Black with #E0BAC4
Text Example
Text Example
White with #E0BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAC4; }
p { color: rgb(224,186,196); }
H1.HeaderClassName
{
color: #E0BAC4;
}
.AnyTagClassName
{
color: #E0BAC4;
}
</style>
background-color css
<style>
a { background-color: #E0BAC4; }
a { background-color: rgb(224,186,196); }
div.DivClassName
{
background-color: #E0BAC4;
}
.BgClassName
{
background-color: #E0BAC4;
}
</style>
border-color css
<style>
span { border-color: #E0BAC4; }
span { border-color: rgb(224,186,196); }
td.TdClassName
{
border-color: #E0BAC4;
}
.TagClassName
{
border-color: #E0BAC4;
}
</style>