Shades of Melanie #E7B8BF
Tints of Melanie #E7B8BF
RGB
CMYK
RGB Variations
Color information
#E7B8BF (or 0xE7B8BF) is known color: Melanie. HEX triplet: E7, B8 and BF. RGB value is (231,184,191). Sum of RGB (Red+Green+Blue) = 231+184+191=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8BF is #184740. Grayscale: #C6C6C6. Windows color (decimal): -1591105 or 12564711. OLE color: 12564711.
HSL color Cylindrical-coordinate representation of color #E7B8BF: hue angle of 351.06º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B8BF is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 191 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.09 |
| HSL | 351.06º | 0.49% | 0.81% | - |
| HSV(B) | 351.06º | 0.2% | 0.91% | - |
| XYZ | 59.5 | 55.03 | 56.78 | - |
| YUV | 198.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 191 | 0 | 0.20 | 0.17 | 0.09 | 351.06 | 0.49 | 0.81 |
| Hex | E7 | B8 | BF | 0 | 14 | 11 | 9 | 15F | 31 | 51 |
| Octal | 347 | 270 | 277 | 0 | 24 | 21 | 11 | 537 | 61 | 121 |
| Binary | 11100111 | 10111000 | 10111111 | 0 | 10100 | 10001 | 1001 | 101011111 | 110001 | 1010001 |
Color Harmonies of #E7B8BF
Complementary color
Monochromatic Colors of #E7B8BF
Black with #E7B8BF
Text Example
Text Example
White with #E7B8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8BF; }
p { color: rgb(231,184,191); }
H1.HeaderClassName
{
color: #E7B8BF;
}
.AnyTagClassName
{
color: #E7B8BF;
}
</style>
background-color css
<style>
a { background-color: #E7B8BF; }
a { background-color: rgb(231,184,191); }
div.DivClassName
{
background-color: #E7B8BF;
}
.BgClassName
{
background-color: #E7B8BF;
}
</style>
border-color css
<style>
span { border-color: #E7B8BF; }
span { border-color: rgb(231,184,191); }
td.TdClassName
{
border-color: #E7B8BF;
}
.TagClassName
{
border-color: #E7B8BF;
}
</style>