Shades of French Lilac #E1B9DE
Tints of French Lilac #E1B9DE
RGB
CMYK
RGB Variations
Color information
#E1B9DE (or 0xE1B9DE) is known color: French Lilac. HEX triplet: E1, B9 and DE. RGB value is (225,185,222). Sum of RGB (Red+Green+Blue) = 225+185+222=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9DE is #1E4621. Grayscale: #C9C9C9. Windows color (decimal): -1984034 or 14596577. OLE color: 14596577.
HSL color Cylindrical-coordinate representation of color #E1B9DE: hue angle of 304.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B9DE is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 222 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.12 |
| HSL | 304.5º | 0.4% | 0.8% | - |
| HSV(B) | 304.5º | 0.18% | 0.88% | - |
| XYZ | 61.59 | 55.98 | 76.67 | - |
| YUV | 201.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 222 | 0 | 0.18 | 0.01 | 0.12 | 304.5 | 0.4 | 0.8 |
| Hex | E1 | B9 | DE | 0 | 12 | 1 | C | 130 | 28 | 50 |
| Octal | 341 | 271 | 336 | 0 | 22 | 1 | 14 | 460 | 50 | 120 |
| Binary | 11100001 | 10111001 | 11011110 | 0 | 10010 | 1 | 1100 | 100110000 | 101000 | 1010000 |
Color Harmonies of #E1B9DE
Complementary color
Monochromatic Colors of #E1B9DE
Black with #E1B9DE
Text Example
Text Example
White with #E1B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B9DE; }
p { color: rgb(225,185,222); }
H1.HeaderClassName
{
color: #E1B9DE;
}
.AnyTagClassName
{
color: #E1B9DE;
}
</style>
background-color css
<style>
a { background-color: #E1B9DE; }
a { background-color: rgb(225,185,222); }
div.DivClassName
{
background-color: #E1B9DE;
}
.BgClassName
{
background-color: #E1B9DE;
}
</style>
border-color css
<style>
span { border-color: #E1B9DE; }
span { border-color: rgb(225,185,222); }
td.TdClassName
{
border-color: #E1B9DE;
}
.TagClassName
{
border-color: #E1B9DE;
}
</style>