Shades of Melanie #E5B7C5
Tints of Melanie #E5B7C5
RGB
CMYK
RGB Variations
Color information
#E5B7C5 (or 0xE5B7C5) is known color: Melanie. HEX triplet: E5, B7 and C5. RGB value is (229,183,197). Sum of RGB (Red+Green+Blue) = 229+183+197=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B7C5 is #1A483A. Grayscale: #C6C6C6. Windows color (decimal): -1722427 or 12957669. OLE color: 12957669.
HSL color Cylindrical-coordinate representation of color #E5B7C5: hue angle of 341.74º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5B7C5 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 197 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.10 |
| HSL | 341.74º | 0.47% | 0.81% | - |
| HSV(B) | 341.74º | 0.2% | 0.9% | - |
| XYZ | 59.32 | 54.56 | 60.23 | - |
| YUV | 198.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 197 | 0 | 0.20 | 0.14 | 0.10 | 341.74 | 0.47 | 0.81 |
| Hex | E5 | B7 | C5 | 0 | 14 | E | A | 156 | 2F | 51 |
| Octal | 345 | 267 | 305 | 0 | 24 | 16 | 12 | 526 | 57 | 121 |
| Binary | 11100101 | 10110111 | 11000101 | 0 | 10100 | 1110 | 1010 | 101010110 | 101111 | 1010001 |
Color Harmonies of #E5B7C5
Complementary color
Monochromatic Colors of #E5B7C5
Black with #E5B7C5
Text Example
Text Example
White with #E5B7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7C5; }
p { color: rgb(229,183,197); }
H1.HeaderClassName
{
color: #E5B7C5;
}
.AnyTagClassName
{
color: #E5B7C5;
}
</style>
background-color css
<style>
a { background-color: #E5B7C5; }
a { background-color: rgb(229,183,197); }
div.DivClassName
{
background-color: #E5B7C5;
}
.BgClassName
{
background-color: #E5B7C5;
}
</style>
border-color css
<style>
span { border-color: #E5B7C5; }
span { border-color: rgb(229,183,197); }
td.TdClassName
{
border-color: #E5B7C5;
}
.TagClassName
{
border-color: #E5B7C5;
}
</style>