Shades of Melanie #E9ADBD
Tints of Melanie #E9ADBD
RGB
CMYK
RGB Variations
Color information
#E9ADBD (or 0xE9ADBD) is known color: Melanie. HEX triplet: E9, AD and BD. RGB value is (233,173,189). Sum of RGB (Red+Green+Blue) = 233+173+189=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADBD is #165242. Grayscale: #C0C0C0. Windows color (decimal): -1462851 or 12430825. OLE color: 12430825.
HSL color Cylindrical-coordinate representation of color #E9ADBD: hue angle of 344º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADBD is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 189 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.09 |
| HSL | 344º | 0.58% | 0.8% | - |
| HSV(B) | 344º | 0.26% | 0.91% | - |
| XYZ | 57.73 | 50.88 | 54.92 | - |
| YUV | 192.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 189 | 0 | 0.26 | 0.19 | 0.09 | 344 | 0.58 | 0.8 |
| Hex | E9 | AD | BD | 0 | 1A | 13 | 9 | 158 | 3A | 50 |
| Octal | 351 | 255 | 275 | 0 | 32 | 23 | 11 | 530 | 72 | 120 |
| Binary | 11101001 | 10101101 | 10111101 | 0 | 11010 | 10011 | 1001 | 101011000 | 111010 | 1010000 |
Color Harmonies of #E9ADBD
Complementary color
Monochromatic Colors of #E9ADBD
Black with #E9ADBD
Text Example
Text Example
White with #E9ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADBD; }
p { color: rgb(233,173,189); }
H1.HeaderClassName
{
color: #E9ADBD;
}
.AnyTagClassName
{
color: #E9ADBD;
}
</style>
background-color css
<style>
a { background-color: #E9ADBD; }
a { background-color: rgb(233,173,189); }
div.DivClassName
{
background-color: #E9ADBD;
}
.BgClassName
{
background-color: #E9ADBD;
}
</style>
border-color css
<style>
span { border-color: #E9ADBD; }
span { border-color: rgb(233,173,189); }
td.TdClassName
{
border-color: #E9ADBD;
}
.TagClassName
{
border-color: #E9ADBD;
}
</style>