Shades of Melanie #E5B8C3
Tints of Melanie #E5B8C3
RGB
CMYK
RGB Variations
Color information
#E5B8C3 (or 0xE5B8C3) is known color: Melanie. HEX triplet: E5, B8 and C3. RGB value is (229,184,195). Sum of RGB (Red+Green+Blue) = 229+184+195=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B8C3 is #1A473C. Grayscale: #C6C6C6. Windows color (decimal): -1722173 or 12826853. OLE color: 12826853.
HSL color Cylindrical-coordinate representation of color #E5B8C3: hue angle of 345.33º degrees, saturation: 0.46, 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 #E5B8C3 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 195 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.10 |
| HSL | 345.33º | 0.46% | 0.81% | - |
| HSV(B) | 345.33º | 0.2% | 0.9% | - |
| XYZ | 59.3 | 54.88 | 59.1 | - |
| YUV | 198.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 195 | 0 | 0.20 | 0.15 | 0.10 | 345.33 | 0.46 | 0.81 |
| Hex | E5 | B8 | C3 | 0 | 14 | F | A | 159 | 2E | 51 |
| Octal | 345 | 270 | 303 | 0 | 24 | 17 | 12 | 531 | 56 | 121 |
| Binary | 11100101 | 10111000 | 11000011 | 0 | 10100 | 1111 | 1010 | 101011001 | 101110 | 1010001 |
Color Harmonies of #E5B8C3
Complementary color
Monochromatic Colors of #E5B8C3
Black with #E5B8C3
Text Example
Text Example
White with #E5B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B8C3; }
p { color: rgb(229,184,195); }
H1.HeaderClassName
{
color: #E5B8C3;
}
.AnyTagClassName
{
color: #E5B8C3;
}
</style>
background-color css
<style>
a { background-color: #E5B8C3; }
a { background-color: rgb(229,184,195); }
div.DivClassName
{
background-color: #E5B8C3;
}
.BgClassName
{
background-color: #E5B8C3;
}
</style>
border-color css
<style>
span { border-color: #E5B8C3; }
span { border-color: rgb(229,184,195); }
td.TdClassName
{
border-color: #E5B8C3;
}
.TagClassName
{
border-color: #E5B8C3;
}
</style>