Shades of Melanie #E0BDC7
Tints of Melanie #E0BDC7
RGB
CMYK
RGB Variations
Color information
#E0BDC7 (or 0xE0BDC7) is known color: Melanie. HEX triplet: E0, BD and C7. RGB value is (224,189,199). Sum of RGB (Red+Green+Blue) = 224+189+199=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDC7 is #1F4238. Grayscale: #C8C8C8. Windows color (decimal): -2048569 or 13090272. OLE color: 13090272.
HSL color Cylindrical-coordinate representation of color #E0BDC7: hue angle of 342.86º 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 #E0BDC7 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 199 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.12 |
| HSL | 342.86º | 0.36% | 0.81% | - |
| HSV(B) | 342.86º | 0.16% | 0.88% | - |
| XYZ | 59.25 | 56.37 | 61.79 | - |
| YUV | 200.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 199 | 0 | 0.16 | 0.11 | 0.12 | 342.86 | 0.36 | 0.81 |
| Hex | E0 | BD | C7 | 0 | 10 | B | C | 157 | 24 | 51 |
| Octal | 340 | 275 | 307 | 0 | 20 | 13 | 14 | 527 | 44 | 121 |
| Binary | 11100000 | 10111101 | 11000111 | 0 | 10000 | 1011 | 1100 | 101010111 | 100100 | 1010001 |
Color Harmonies of #E0BDC7
Complementary color
Monochromatic Colors of #E0BDC7
Black with #E0BDC7
Text Example
Text Example
White with #E0BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDC7; }
p { color: rgb(224,189,199); }
H1.HeaderClassName
{
color: #E0BDC7;
}
.AnyTagClassName
{
color: #E0BDC7;
}
</style>
background-color css
<style>
a { background-color: #E0BDC7; }
a { background-color: rgb(224,189,199); }
div.DivClassName
{
background-color: #E0BDC7;
}
.BgClassName
{
background-color: #E0BDC7;
}
</style>
border-color css
<style>
span { border-color: #E0BDC7; }
span { border-color: rgb(224,189,199); }
td.TdClassName
{
border-color: #E0BDC7;
}
.TagClassName
{
border-color: #E0BDC7;
}
</style>