Shades of Melanie #E2BDC8
Tints of Melanie #E2BDC8
RGB
CMYK
RGB Variations
Color information
#E2BDC8 (or 0xE2BDC8) is known color: Melanie. HEX triplet: E2, BD and C8. RGB value is (226,189,200). Sum of RGB (Red+Green+Blue) = 226+189+200=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDC8 is #1D4237. Grayscale: #C9C9C9. Windows color (decimal): -1917496 or 13155810. OLE color: 13155810.
HSL color Cylindrical-coordinate representation of color #E2BDC8: hue angle of 342.16º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BDC8 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 200 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.11 |
| HSL | 342.16º | 0.39% | 0.81% | - |
| HSV(B) | 342.16º | 0.16% | 0.89% | - |
| XYZ | 59.99 | 56.73 | 62.43 | - |
| YUV | 201.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 200 | 0 | 0.16 | 0.12 | 0.11 | 342.16 | 0.39 | 0.81 |
| Hex | E2 | BD | C8 | 0 | 10 | C | B | 156 | 27 | 51 |
| Octal | 342 | 275 | 310 | 0 | 20 | 14 | 13 | 526 | 47 | 121 |
| Binary | 11100010 | 10111101 | 11001000 | 0 | 10000 | 1100 | 1011 | 101010110 | 100111 | 1010001 |
Color Harmonies of #E2BDC8
Complementary color
Monochromatic Colors of #E2BDC8
Black with #E2BDC8
Text Example
Text Example
White with #E2BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDC8; }
p { color: rgb(226,189,200); }
H1.HeaderClassName
{
color: #E2BDC8;
}
.AnyTagClassName
{
color: #E2BDC8;
}
</style>
background-color css
<style>
a { background-color: #E2BDC8; }
a { background-color: rgb(226,189,200); }
div.DivClassName
{
background-color: #E2BDC8;
}
.BgClassName
{
background-color: #E2BDC8;
}
</style>
border-color css
<style>
span { border-color: #E2BDC8; }
span { border-color: rgb(226,189,200); }
td.TdClassName
{
border-color: #E2BDC8;
}
.TagClassName
{
border-color: #E2BDC8;
}
</style>