Shades of Melanie #E2ADBC
Tints of Melanie #E2ADBC
RGB
CMYK
RGB Variations
Color information
#E2ADBC (or 0xE2ADBC) is known color: Melanie. HEX triplet: E2, AD and BC. RGB value is (226,173,188). Sum of RGB (Red+Green+Blue) = 226+173+188=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADBC is #1D5243. Grayscale: #BEBEBE. Windows color (decimal): -1921604 or 12365282. OLE color: 12365282.
HSL color Cylindrical-coordinate representation of color #E2ADBC: hue angle of 343.02º 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 #E2ADBC is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 188 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.11 |
| HSL | 343.02º | 0.48% | 0.78% | - |
| HSV(B) | 343.02º | 0.23% | 0.89% | - |
| XYZ | 55.38 | 49.69 | 54.25 | - |
| YUV | 190.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 188 | 0 | 0.23 | 0.17 | 0.11 | 343.02 | 0.48 | 0.78 |
| Hex | E2 | AD | BC | 0 | 17 | 11 | B | 157 | 30 | 4E |
| Octal | 342 | 255 | 274 | 0 | 27 | 21 | 13 | 527 | 60 | 116 |
| Binary | 11100010 | 10101101 | 10111100 | 0 | 10111 | 10001 | 1011 | 101010111 | 110000 | 1001110 |
Color Harmonies of #E2ADBC
Complementary color
Monochromatic Colors of #E2ADBC
Black with #E2ADBC
Text Example
Text Example
White with #E2ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADBC; }
p { color: rgb(226,173,188); }
H1.HeaderClassName
{
color: #E2ADBC;
}
.AnyTagClassName
{
color: #E2ADBC;
}
</style>
background-color css
<style>
a { background-color: #E2ADBC; }
a { background-color: rgb(226,173,188); }
div.DivClassName
{
background-color: #E2ADBC;
}
.BgClassName
{
background-color: #E2ADBC;
}
</style>
border-color css
<style>
span { border-color: #E2ADBC; }
span { border-color: rgb(226,173,188); }
td.TdClassName
{
border-color: #E2ADBC;
}
.TagClassName
{
border-color: #E2ADBC;
}
</style>