Shades of French Lilac #E5B8D9
Tints of French Lilac #E5B8D9
RGB
CMYK
RGB Variations
Color information
#E5B8D9 (or 0xE5B8D9) is known color: French Lilac. HEX triplet: E5, B8 and D9. RGB value is (229,184,217). Sum of RGB (Red+Green+Blue) = 229+184+217=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B8D9 is #1A4726. Grayscale: #C9C9C9. Windows color (decimal): -1722151 or 14268645. OLE color: 14268645.
HSL color Cylindrical-coordinate representation of color #E5B8D9: hue angle of 316º 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 #E5B8D9 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 217 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.10 |
| HSL | 316º | 0.46% | 0.81% | - |
| HSV(B) | 316º | 0.2% | 0.9% | - |
| XYZ | 61.98 | 55.95 | 73.18 | - |
| YUV | 201.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 217 | 0 | 0.20 | 0.05 | 0.10 | 316 | 0.46 | 0.81 |
| Hex | E5 | B8 | D9 | 0 | 14 | 5 | A | 13C | 2E | 51 |
| Octal | 345 | 270 | 331 | 0 | 24 | 5 | 12 | 474 | 56 | 121 |
| Binary | 11100101 | 10111000 | 11011001 | 0 | 10100 | 101 | 1010 | 100111100 | 101110 | 1010001 |
Color Harmonies of #E5B8D9
Complementary color
Monochromatic Colors of #E5B8D9
Black with #E5B8D9
Text Example
Text Example
White with #E5B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B8D9; }
p { color: rgb(229,184,217); }
H1.HeaderClassName
{
color: #E5B8D9;
}
.AnyTagClassName
{
color: #E5B8D9;
}
</style>
background-color css
<style>
a { background-color: #E5B8D9; }
a { background-color: rgb(229,184,217); }
div.DivClassName
{
background-color: #E5B8D9;
}
.BgClassName
{
background-color: #E5B8D9;
}
</style>
border-color css
<style>
span { border-color: #E5B8D9; }
span { border-color: rgb(229,184,217); }
td.TdClassName
{
border-color: #E5B8D9;
}
.TagClassName
{
border-color: #E5B8D9;
}
</style>