Shades of French Lilac #E5BDDF
Tints of French Lilac #E5BDDF
RGB
CMYK
RGB Variations
Color information
#E5BDDF (or 0xE5BDDF) is known color: French Lilac. HEX triplet: E5, BD and DF. RGB value is (229,189,223). Sum of RGB (Red+Green+Blue) = 229+189+223=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDF is #1A4220. Grayscale: #CCCCCC. Windows color (decimal): -1720865 or 14663141. OLE color: 14663141.
HSL color Cylindrical-coordinate representation of color #E5BDDF: hue angle of 309º 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 #E5BDDF is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 223 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.10 |
| HSL | 309º | 0.43% | 0.82% | - |
| HSV(B) | 309º | 0.17% | 0.9% | - |
| XYZ | 63.83 | 58.38 | 77.72 | - |
| YUV | 204.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 223 | 0 | 0.17 | 0.03 | 0.10 | 309 | 0.43 | 0.82 |
| Hex | E5 | BD | DF | 0 | 11 | 3 | A | 135 | 2B | 52 |
| Octal | 345 | 275 | 337 | 0 | 21 | 3 | 12 | 465 | 53 | 122 |
| Binary | 11100101 | 10111101 | 11011111 | 0 | 10001 | 11 | 1010 | 100110101 | 101011 | 1010010 |
Color Harmonies of #E5BDDF
Complementary color
Monochromatic Colors of #E5BDDF
Black with #E5BDDF
Text Example
Text Example
White with #E5BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDDF; }
p { color: rgb(229,189,223); }
H1.HeaderClassName
{
color: #E5BDDF;
}
.AnyTagClassName
{
color: #E5BDDF;
}
</style>
background-color css
<style>
a { background-color: #E5BDDF; }
a { background-color: rgb(229,189,223); }
div.DivClassName
{
background-color: #E5BDDF;
}
.BgClassName
{
background-color: #E5BDDF;
}
</style>
border-color css
<style>
span { border-color: #E5BDDF; }
span { border-color: rgb(229,189,223); }
td.TdClassName
{
border-color: #E5BDDF;
}
.TagClassName
{
border-color: #E5BDDF;
}
</style>