Shades of Melanie #E0BDC1
Tints of Melanie #E0BDC1
RGB
CMYK
RGB Variations
Color information
#E0BDC1 (or 0xE0BDC1) is known color: Melanie. HEX triplet: E0, BD and C1. RGB value is (224,189,193). Sum of RGB (Red+Green+Blue) = 224+189+193=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDC1 is #1F423E. Grayscale: #C7C7C7. Windows color (decimal): -2048575 or 12697056. OLE color: 12697056.
HSL color Cylindrical-coordinate representation of color #E0BDC1: hue angle of 353.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BDC1 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 193 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.12 |
| HSL | 353.14º | 0.36% | 0.81% | - |
| HSV(B) | 353.14º | 0.16% | 0.88% | - |
| XYZ | 58.56 | 56.09 | 58.19 | - |
| YUV | 199.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 193 | 0 | 0.16 | 0.14 | 0.12 | 353.14 | 0.36 | 0.81 |
| Hex | E0 | BD | C1 | 0 | 10 | E | C | 161 | 24 | 51 |
| Octal | 340 | 275 | 301 | 0 | 20 | 16 | 14 | 541 | 44 | 121 |
| Binary | 11100000 | 10111101 | 11000001 | 0 | 10000 | 1110 | 1100 | 101100001 | 100100 | 1010001 |
Color Harmonies of #E0BDC1
Complementary color
Monochromatic Colors of #E0BDC1
Black with #E0BDC1
Text Example
Text Example
White with #E0BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDC1; }
p { color: rgb(224,189,193); }
H1.HeaderClassName
{
color: #E0BDC1;
}
.AnyTagClassName
{
color: #E0BDC1;
}
</style>
background-color css
<style>
a { background-color: #E0BDC1; }
a { background-color: rgb(224,189,193); }
div.DivClassName
{
background-color: #E0BDC1;
}
.BgClassName
{
background-color: #E0BDC1;
}
</style>
border-color css
<style>
span { border-color: #E0BDC1; }
span { border-color: rgb(224,189,193); }
td.TdClassName
{
border-color: #E0BDC1;
}
.TagClassName
{
border-color: #E0BDC1;
}
</style>