Shades of Melanie #E5BDC1
Tints of Melanie #E5BDC1
RGB
CMYK
RGB Variations
Color information
#E5BDC1 (or 0xE5BDC1) is known color: Melanie. HEX triplet: E5, BD and C1. RGB value is (229,189,193). Sum of RGB (Red+Green+Blue) = 229+189+193=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDC1 is #1A423E. Grayscale: #C9C9C9. Windows color (decimal): -1720895 or 12697061. OLE color: 12697061.
HSL color Cylindrical-coordinate representation of color #E5BDC1: hue angle of 354º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BDC1 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 193 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.10 |
| HSL | 354º | 0.43% | 0.82% | - |
| HSV(B) | 354º | 0.17% | 0.9% | - |
| XYZ | 60.14 | 56.9 | 58.27 | - |
| YUV | 201.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 193 | 0 | 0.17 | 0.16 | 0.10 | 354 | 0.43 | 0.82 |
| Hex | E5 | BD | C1 | 0 | 11 | 10 | A | 162 | 2B | 52 |
| Octal | 345 | 275 | 301 | 0 | 21 | 20 | 12 | 542 | 53 | 122 |
| Binary | 11100101 | 10111101 | 11000001 | 0 | 10001 | 10000 | 1010 | 101100010 | 101011 | 1010010 |
Color Harmonies of #E5BDC1
Complementary color
Monochromatic Colors of #E5BDC1
Black with #E5BDC1
Text Example
Text Example
White with #E5BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDC1; }
p { color: rgb(229,189,193); }
H1.HeaderClassName
{
color: #E5BDC1;
}
.AnyTagClassName
{
color: #E5BDC1;
}
</style>
background-color css
<style>
a { background-color: #E5BDC1; }
a { background-color: rgb(229,189,193); }
div.DivClassName
{
background-color: #E5BDC1;
}
.BgClassName
{
background-color: #E5BDC1;
}
</style>
border-color css
<style>
span { border-color: #E5BDC1; }
span { border-color: rgb(229,189,193); }
td.TdClassName
{
border-color: #E5BDC1;
}
.TagClassName
{
border-color: #E5BDC1;
}
</style>