Shades of Melanie #E5B6C3
Tints of Melanie #E5B6C3
RGB
CMYK
RGB Variations
Color information
#E5B6C3 (or 0xE5B6C3) is known color: Melanie. HEX triplet: E5, B6 and C3. RGB value is (229,182,195). Sum of RGB (Red+Green+Blue) = 229+182+195=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B6C3 is #1A493C. Grayscale: #C5C5C5. Windows color (decimal): -1722685 or 12826341. OLE color: 12826341.
HSL color Cylindrical-coordinate representation of color #E5B6C3: hue angle of 343.4º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B6C3 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 182 | 195 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.10 |
| HSL | 343.4º | 0.47% | 0.81% | - |
| HSV(B) | 343.4º | 0.21% | 0.9% | - |
| XYZ | 58.89 | 54.05 | 58.96 | - |
| YUV | 197.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 195 | 0 | 0.21 | 0.15 | 0.10 | 343.4 | 0.47 | 0.81 |
| Hex | E5 | B6 | C3 | 0 | 15 | F | A | 157 | 2F | 51 |
| Octal | 345 | 266 | 303 | 0 | 25 | 17 | 12 | 527 | 57 | 121 |
| Binary | 11100101 | 10110110 | 11000011 | 0 | 10101 | 1111 | 1010 | 101010111 | 101111 | 1010001 |
Color Harmonies of #E5B6C3
Complementary color
Monochromatic Colors of #E5B6C3
Black with #E5B6C3
Text Example
Text Example
White with #E5B6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B6C3; }
p { color: rgb(229,182,195); }
H1.HeaderClassName
{
color: #E5B6C3;
}
.AnyTagClassName
{
color: #E5B6C3;
}
</style>
background-color css
<style>
a { background-color: #E5B6C3; }
a { background-color: rgb(229,182,195); }
div.DivClassName
{
background-color: #E5B6C3;
}
.BgClassName
{
background-color: #E5B6C3;
}
</style>
border-color css
<style>
span { border-color: #E5B6C3; }
span { border-color: rgb(229,182,195); }
td.TdClassName
{
border-color: #E5B6C3;
}
.TagClassName
{
border-color: #E5B6C3;
}
</style>