Shades of French Lilac #E1BBDA
Tints of French Lilac #E1BBDA
RGB
CMYK
RGB Variations
Color information
#E1BBDA (or 0xE1BBDA) is known color: French Lilac. HEX triplet: E1, BB and DA. RGB value is (225,187,218). Sum of RGB (Red+Green+Blue) = 225+187+218=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBDA is #1E4425. Grayscale: #C9C9C9. Windows color (decimal): -1983526 or 14334945. OLE color: 14334945.
HSL color Cylindrical-coordinate representation of color #E1BBDA: hue angle of 311.05º 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 #E1BBDA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 218 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.12 |
| HSL | 311.05º | 0.39% | 0.81% | - |
| HSV(B) | 311.05º | 0.17% | 0.88% | - |
| XYZ | 61.48 | 56.61 | 74.02 | - |
| YUV | 201.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 218 | 0 | 0.17 | 0.03 | 0.12 | 311.05 | 0.39 | 0.81 |
| Hex | E1 | BB | DA | 0 | 11 | 3 | C | 137 | 27 | 51 |
| Octal | 341 | 273 | 332 | 0 | 21 | 3 | 14 | 467 | 47 | 121 |
| Binary | 11100001 | 10111011 | 11011010 | 0 | 10001 | 11 | 1100 | 100110111 | 100111 | 1010001 |
Color Harmonies of #E1BBDA
Complementary color
Monochromatic Colors of #E1BBDA
Black with #E1BBDA
Text Example
Text Example
White with #E1BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBDA; }
p { color: rgb(225,187,218); }
H1.HeaderClassName
{
color: #E1BBDA;
}
.AnyTagClassName
{
color: #E1BBDA;
}
</style>
background-color css
<style>
a { background-color: #E1BBDA; }
a { background-color: rgb(225,187,218); }
div.DivClassName
{
background-color: #E1BBDA;
}
.BgClassName
{
background-color: #E1BBDA;
}
</style>
border-color css
<style>
span { border-color: #E1BBDA; }
span { border-color: rgb(225,187,218); }
td.TdClassName
{
border-color: #E1BBDA;
}
.TagClassName
{
border-color: #E1BBDA;
}
</style>