Shades of French Lilac #E5BDDD
Tints of French Lilac #E5BDDD
RGB
CMYK
RGB Variations
Color information
#E5BDDD (or 0xE5BDDD) is known color: French Lilac. HEX triplet: E5, BD and DD. RGB value is (229,189,221). Sum of RGB (Red+Green+Blue) = 229+189+221=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDD is #1A4222. Grayscale: #CCCCCC. Windows color (decimal): -1720867 or 14532069. OLE color: 14532069.
HSL color Cylindrical-coordinate representation of color #E5BDDD: hue angle of 312º 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 #E5BDDD is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 221 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.10 |
| HSL | 312º | 0.43% | 0.82% | - |
| HSV(B) | 312º | 0.17% | 0.9% | - |
| XYZ | 63.56 | 58.27 | 76.3 | - |
| YUV | 204.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 221 | 0 | 0.17 | 0.03 | 0.10 | 312 | 0.43 | 0.82 |
| Hex | E5 | BD | DD | 0 | 11 | 3 | A | 138 | 2B | 52 |
| Octal | 345 | 275 | 335 | 0 | 21 | 3 | 12 | 470 | 53 | 122 |
| Binary | 11100101 | 10111101 | 11011101 | 0 | 10001 | 11 | 1010 | 100111000 | 101011 | 1010010 |
Color Harmonies of #E5BDDD
Complementary color
Monochromatic Colors of #E5BDDD
Black with #E5BDDD
Text Example
Text Example
White with #E5BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDDD; }
p { color: rgb(229,189,221); }
H1.HeaderClassName
{
color: #E5BDDD;
}
.AnyTagClassName
{
color: #E5BDDD;
}
</style>
background-color css
<style>
a { background-color: #E5BDDD; }
a { background-color: rgb(229,189,221); }
div.DivClassName
{
background-color: #E5BDDD;
}
.BgClassName
{
background-color: #E5BDDD;
}
</style>
border-color css
<style>
span { border-color: #E5BDDD; }
span { border-color: rgb(229,189,221); }
td.TdClassName
{
border-color: #E5BDDD;
}
.TagClassName
{
border-color: #E5BDDD;
}
</style>