Shades of Melanie #E5BDC2
Tints of Melanie #E5BDC2
RGB
CMYK
RGB Variations
Color information
#E5BDC2 (or 0xE5BDC2) is known color: Melanie. HEX triplet: E5, BD and C2. RGB value is (229,189,194). Sum of RGB (Red+Green+Blue) = 229+189+194=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDC2 is #1A423D. Grayscale: #C9C9C9. Windows color (decimal): -1720894 or 12762597. OLE color: 12762597.
HSL color Cylindrical-coordinate representation of color #E5BDC2: hue angle of 352.5º 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 #E5BDC2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 194 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.10 |
| HSL | 352.5º | 0.43% | 0.82% | - |
| HSV(B) | 352.5º | 0.17% | 0.9% | - |
| XYZ | 60.25 | 56.95 | 58.86 | - |
| YUV | 201.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 194 | 0 | 0.17 | 0.15 | 0.10 | 352.5 | 0.43 | 0.82 |
| Hex | E5 | BD | C2 | 0 | 11 | F | A | 160 | 2B | 52 |
| Octal | 345 | 275 | 302 | 0 | 21 | 17 | 12 | 540 | 53 | 122 |
| Binary | 11100101 | 10111101 | 11000010 | 0 | 10001 | 1111 | 1010 | 101100000 | 101011 | 1010010 |
Color Harmonies of #E5BDC2
Complementary color
Monochromatic Colors of #E5BDC2
Black with #E5BDC2
Text Example
Text Example
White with #E5BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDC2; }
p { color: rgb(229,189,194); }
H1.HeaderClassName
{
color: #E5BDC2;
}
.AnyTagClassName
{
color: #E5BDC2;
}
</style>
background-color css
<style>
a { background-color: #E5BDC2; }
a { background-color: rgb(229,189,194); }
div.DivClassName
{
background-color: #E5BDC2;
}
.BgClassName
{
background-color: #E5BDC2;
}
</style>
border-color css
<style>
span { border-color: #E5BDC2; }
span { border-color: rgb(229,189,194); }
td.TdClassName
{
border-color: #E5BDC2;
}
.TagClassName
{
border-color: #E5BDC2;
}
</style>