Shades of French Lilac #E5B9DD
Tints of French Lilac #E5B9DD
RGB
CMYK
RGB Variations
Color information
#E5B9DD (or 0xE5B9DD) is known color: French Lilac. HEX triplet: E5, B9 and DD. RGB value is (229,185,221). Sum of RGB (Red+Green+Blue) = 229+185+221=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B9DD is #1A4622. Grayscale: #CACACA. Windows color (decimal): -1721891 or 14531045. OLE color: 14531045.
HSL color Cylindrical-coordinate representation of color #E5B9DD: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5B9DD is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 221 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.10 |
| HSL | 310.91º | 0.46% | 0.81% | - |
| HSV(B) | 310.91º | 0.19% | 0.9% | - |
| XYZ | 62.71 | 56.58 | 76.02 | - |
| YUV | 202.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 221 | 0 | 0.19 | 0.03 | 0.10 | 310.91 | 0.46 | 0.81 |
| Hex | E5 | B9 | DD | 0 | 13 | 3 | A | 137 | 2E | 51 |
| Octal | 345 | 271 | 335 | 0 | 23 | 3 | 12 | 467 | 56 | 121 |
| Binary | 11100101 | 10111001 | 11011101 | 0 | 10011 | 11 | 1010 | 100110111 | 101110 | 1010001 |
Color Harmonies of #E5B9DD
Complementary color
Monochromatic Colors of #E5B9DD
Black with #E5B9DD
Text Example
Text Example
White with #E5B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9DD; }
p { color: rgb(229,185,221); }
H1.HeaderClassName
{
color: #E5B9DD;
}
.AnyTagClassName
{
color: #E5B9DD;
}
</style>
background-color css
<style>
a { background-color: #E5B9DD; }
a { background-color: rgb(229,185,221); }
div.DivClassName
{
background-color: #E5B9DD;
}
.BgClassName
{
background-color: #E5B9DD;
}
</style>
border-color css
<style>
span { border-color: #E5B9DD; }
span { border-color: rgb(229,185,221); }
td.TdClassName
{
border-color: #E5B9DD;
}
.TagClassName
{
border-color: #E5B9DD;
}
</style>