Shades of Melanie #E1B8C6
Tints of Melanie #E1B8C6
RGB
CMYK
RGB Variations
Color information
#E1B8C6 (or 0xE1B8C6) is known color: Melanie. HEX triplet: E1, B8 and C6. RGB value is (225,184,198). Sum of RGB (Red+Green+Blue) = 225+184+198=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B8C6 is #1E4739. Grayscale: #C5C5C5. Windows color (decimal): -1984314 or 13023457. OLE color: 13023457.
HSL color Cylindrical-coordinate representation of color #E1B8C6: hue angle of 339.51º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B8C6 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 198 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.12 |
| HSL | 339.51º | 0.41% | 0.8% | - |
| HSV(B) | 339.51º | 0.18% | 0.88% | - |
| XYZ | 58.38 | 54.37 | 60.84 | - |
| YUV | 197.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 198 | 0 | 0.18 | 0.12 | 0.12 | 339.51 | 0.41 | 0.8 |
| Hex | E1 | B8 | C6 | 0 | 12 | C | C | 154 | 29 | 50 |
| Octal | 341 | 270 | 306 | 0 | 22 | 14 | 14 | 524 | 51 | 120 |
| Binary | 11100001 | 10111000 | 11000110 | 0 | 10010 | 1100 | 1100 | 101010100 | 101001 | 1010000 |
Color Harmonies of #E1B8C6
Complementary color
Monochromatic Colors of #E1B8C6
Black with #E1B8C6
Text Example
Text Example
White with #E1B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B8C6; }
p { color: rgb(225,184,198); }
H1.HeaderClassName
{
color: #E1B8C6;
}
.AnyTagClassName
{
color: #E1B8C6;
}
</style>
background-color css
<style>
a { background-color: #E1B8C6; }
a { background-color: rgb(225,184,198); }
div.DivClassName
{
background-color: #E1B8C6;
}
.BgClassName
{
background-color: #E1B8C6;
}
</style>
border-color css
<style>
span { border-color: #E1B8C6; }
span { border-color: rgb(225,184,198); }
td.TdClassName
{
border-color: #E1B8C6;
}
.TagClassName
{
border-color: #E1B8C6;
}
</style>