Shades of Melanie #E2ADBD
Tints of Melanie #E2ADBD
RGB
CMYK
RGB Variations
Color information
#E2ADBD (or 0xE2ADBD) is known color: Melanie. HEX triplet: E2, AD and BD. RGB value is (226,173,189). Sum of RGB (Red+Green+Blue) = 226+173+189=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADBD is #1D5242. Grayscale: #BEBEBE. Windows color (decimal): -1921603 or 12430818. OLE color: 12430818.
HSL color Cylindrical-coordinate representation of color #E2ADBD: hue angle of 341.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2ADBD is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 189 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.11 |
| HSL | 341.89º | 0.48% | 0.78% | - |
| HSV(B) | 341.89º | 0.23% | 0.89% | - |
| XYZ | 55.49 | 49.73 | 54.82 | - |
| YUV | 190.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 189 | 0 | 0.23 | 0.16 | 0.11 | 341.89 | 0.48 | 0.78 |
| Hex | E2 | AD | BD | 0 | 17 | 10 | B | 156 | 30 | 4E |
| Octal | 342 | 255 | 275 | 0 | 27 | 20 | 13 | 526 | 60 | 116 |
| Binary | 11100010 | 10101101 | 10111101 | 0 | 10111 | 10000 | 1011 | 101010110 | 110000 | 1001110 |
Color Harmonies of #E2ADBD
Complementary color
Monochromatic Colors of #E2ADBD
Black with #E2ADBD
Text Example
Text Example
White with #E2ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADBD; }
p { color: rgb(226,173,189); }
H1.HeaderClassName
{
color: #E2ADBD;
}
.AnyTagClassName
{
color: #E2ADBD;
}
</style>
background-color css
<style>
a { background-color: #E2ADBD; }
a { background-color: rgb(226,173,189); }
div.DivClassName
{
background-color: #E2ADBD;
}
.BgClassName
{
background-color: #E2ADBD;
}
</style>
border-color css
<style>
span { border-color: #E2ADBD; }
span { border-color: rgb(226,173,189); }
td.TdClassName
{
border-color: #E2ADBD;
}
.TagClassName
{
border-color: #E2ADBD;
}
</style>