Shades of French Lilac #E1B7DE
Tints of French Lilac #E1B7DE
RGB
CMYK
RGB Variations
Color information
#E1B7DE (or 0xE1B7DE) is known color: French Lilac. HEX triplet: E1, B7 and DE. RGB value is (225,183,222). Sum of RGB (Red+Green+Blue) = 225+183+222=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7DE is #1E4821. Grayscale: #C7C7C7. Windows color (decimal): -1984546 or 14596065. OLE color: 14596065.
HSL color Cylindrical-coordinate representation of color #E1B7DE: hue angle of 304.29º 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 #E1B7DE is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 222 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.12 |
| HSL | 304.29º | 0.41% | 0.8% | - |
| HSV(B) | 304.29º | 0.19% | 0.88% | - |
| XYZ | 61.17 | 55.15 | 76.53 | - |
| YUV | 200 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 222 | 0 | 0.19 | 0.01 | 0.12 | 304.29 | 0.41 | 0.8 |
| Hex | E1 | B7 | DE | 0 | 13 | 1 | C | 130 | 29 | 50 |
| Octal | 341 | 267 | 336 | 0 | 23 | 1 | 14 | 460 | 51 | 120 |
| Binary | 11100001 | 10110111 | 11011110 | 0 | 10011 | 1 | 1100 | 100110000 | 101001 | 1010000 |
Color Harmonies of #E1B7DE
Complementary color
Monochromatic Colors of #E1B7DE
Black with #E1B7DE
Text Example
Text Example
White with #E1B7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7DE; }
p { color: rgb(225,183,222); }
H1.HeaderClassName
{
color: #E1B7DE;
}
.AnyTagClassName
{
color: #E1B7DE;
}
</style>
background-color css
<style>
a { background-color: #E1B7DE; }
a { background-color: rgb(225,183,222); }
div.DivClassName
{
background-color: #E1B7DE;
}
.BgClassName
{
background-color: #E1B7DE;
}
</style>
border-color css
<style>
span { border-color: #E1B7DE; }
span { border-color: rgb(225,183,222); }
td.TdClassName
{
border-color: #E1B7DE;
}
.TagClassName
{
border-color: #E1B7DE;
}
</style>