Shades of French Lilac #E1BBDD
Tints of French Lilac #E1BBDD
RGB
CMYK
RGB Variations
Color information
#E1BBDD (or 0xE1BBDD) is known color: French Lilac. HEX triplet: E1, BB and DD. RGB value is (225,187,221). Sum of RGB (Red+Green+Blue) = 225+187+221=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBDD is #1E4422. Grayscale: #CACACA. Windows color (decimal): -1983523 or 14531553. OLE color: 14531553.
HSL color Cylindrical-coordinate representation of color #E1BBDD: hue angle of 306.32º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BBDD is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 221 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.12 |
| HSL | 306.32º | 0.39% | 0.81% | - |
| HSV(B) | 306.32º | 0.17% | 0.88% | - |
| XYZ | 61.87 | 56.77 | 76.1 | - |
| YUV | 202.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 221 | 0 | 0.17 | 0.02 | 0.12 | 306.32 | 0.39 | 0.81 |
| Hex | E1 | BB | DD | 0 | 11 | 2 | C | 132 | 27 | 51 |
| Octal | 341 | 273 | 335 | 0 | 21 | 2 | 14 | 462 | 47 | 121 |
| Binary | 11100001 | 10111011 | 11011101 | 0 | 10001 | 10 | 1100 | 100110010 | 100111 | 1010001 |
Color Harmonies of #E1BBDD
Complementary color
Monochromatic Colors of #E1BBDD
Black with #E1BBDD
Text Example
Text Example
White with #E1BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBDD; }
p { color: rgb(225,187,221); }
H1.HeaderClassName
{
color: #E1BBDD;
}
.AnyTagClassName
{
color: #E1BBDD;
}
</style>
background-color css
<style>
a { background-color: #E1BBDD; }
a { background-color: rgb(225,187,221); }
div.DivClassName
{
background-color: #E1BBDD;
}
.BgClassName
{
background-color: #E1BBDD;
}
</style>
border-color css
<style>
span { border-color: #E1BBDD; }
span { border-color: rgb(225,187,221); }
td.TdClassName
{
border-color: #E1BBDD;
}
.TagClassName
{
border-color: #E1BBDD;
}
</style>