Shades of French Lilac #E1B7DA
Tints of French Lilac #E1B7DA
RGB
CMYK
RGB Variations
Color information
#E1B7DA (or 0xE1B7DA) is known color: French Lilac. HEX triplet: E1, B7 and DA. RGB value is (225,183,218). Sum of RGB (Red+Green+Blue) = 225+183+218=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7DA is #1E4825. Grayscale: #C7C7C7. Windows color (decimal): -1984550 or 14333921. OLE color: 14333921.
HSL color Cylindrical-coordinate representation of color #E1B7DA: hue angle of 310º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B7DA is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 218 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.12 |
| HSL | 310º | 0.41% | 0.8% | - |
| HSV(B) | 310º | 0.19% | 0.88% | - |
| XYZ | 60.64 | 54.94 | 73.74 | - |
| YUV | 199.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 218 | 0 | 0.19 | 0.03 | 0.12 | 310 | 0.41 | 0.8 |
| Hex | E1 | B7 | DA | 0 | 13 | 3 | C | 136 | 29 | 50 |
| Octal | 341 | 267 | 332 | 0 | 23 | 3 | 14 | 466 | 51 | 120 |
| Binary | 11100001 | 10110111 | 11011010 | 0 | 10011 | 11 | 1100 | 100110110 | 101001 | 1010000 |
Color Harmonies of #E1B7DA
Complementary color
Monochromatic Colors of #E1B7DA
Black with #E1B7DA
Text Example
Text Example
White with #E1B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7DA; }
p { color: rgb(225,183,218); }
H1.HeaderClassName
{
color: #E1B7DA;
}
.AnyTagClassName
{
color: #E1B7DA;
}
</style>
background-color css
<style>
a { background-color: #E1B7DA; }
a { background-color: rgb(225,183,218); }
div.DivClassName
{
background-color: #E1B7DA;
}
.BgClassName
{
background-color: #E1B7DA;
}
</style>
border-color css
<style>
span { border-color: #E1B7DA; }
span { border-color: rgb(225,183,218); }
td.TdClassName
{
border-color: #E1B7DA;
}
.TagClassName
{
border-color: #E1B7DA;
}
</style>