Shades of Melanie #E5BDC6
Tints of Melanie #E5BDC6
RGB
CMYK
RGB Variations
Color information
#E5BDC6 (or 0xE5BDC6) is known color: Melanie. HEX triplet: E5, BD and C6. RGB value is (229,189,198). Sum of RGB (Red+Green+Blue) = 229+189+198=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDC6 is #1A4239. Grayscale: #C9C9C9. Windows color (decimal): -1720890 or 13024741. OLE color: 13024741.
HSL color Cylindrical-coordinate representation of color #E5BDC6: hue angle of 346.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BDC6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 198 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.10 |
| HSL | 346.5º | 0.43% | 0.82% | - |
| HSV(B) | 346.5º | 0.17% | 0.9% | - |
| XYZ | 60.7 | 57.13 | 61.25 | - |
| YUV | 201.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 198 | 0 | 0.17 | 0.14 | 0.10 | 346.5 | 0.43 | 0.82 |
| Hex | E5 | BD | C6 | 0 | 11 | E | A | 15A | 2B | 52 |
| Octal | 345 | 275 | 306 | 0 | 21 | 16 | 12 | 532 | 53 | 122 |
| Binary | 11100101 | 10111101 | 11000110 | 0 | 10001 | 1110 | 1010 | 101011010 | 101011 | 1010010 |
Color Harmonies of #E5BDC6
Complementary color
Monochromatic Colors of #E5BDC6
Black with #E5BDC6
Text Example
Text Example
White with #E5BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDC6; }
p { color: rgb(229,189,198); }
H1.HeaderClassName
{
color: #E5BDC6;
}
.AnyTagClassName
{
color: #E5BDC6;
}
</style>
background-color css
<style>
a { background-color: #E5BDC6; }
a { background-color: rgb(229,189,198); }
div.DivClassName
{
background-color: #E5BDC6;
}
.BgClassName
{
background-color: #E5BDC6;
}
</style>
border-color css
<style>
span { border-color: #E5BDC6; }
span { border-color: rgb(229,189,198); }
td.TdClassName
{
border-color: #E5BDC6;
}
.TagClassName
{
border-color: #E5BDC6;
}
</style>