Shades of French Lilac #E1B7DC
Tints of French Lilac #E1B7DC
RGB
CMYK
RGB Variations
Color information
#E1B7DC (or 0xE1B7DC) is known color: French Lilac. HEX triplet: E1, B7 and DC. RGB value is (225,183,220). Sum of RGB (Red+Green+Blue) = 225+183+220=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7DC is #1E4823. Grayscale: #C7C7C7. Windows color (decimal): -1984548 or 14464993. OLE color: 14464993.
HSL color Cylindrical-coordinate representation of color #E1B7DC: hue angle of 307.14º 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 #E1B7DC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 220 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.12 |
| HSL | 307.14º | 0.41% | 0.8% | - |
| HSV(B) | 307.14º | 0.19% | 0.88% | - |
| XYZ | 60.9 | 55.04 | 75.12 | - |
| YUV | 199.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 220 | 0 | 0.19 | 0.02 | 0.12 | 307.14 | 0.41 | 0.8 |
| Hex | E1 | B7 | DC | 0 | 13 | 2 | C | 133 | 29 | 50 |
| Octal | 341 | 267 | 334 | 0 | 23 | 2 | 14 | 463 | 51 | 120 |
| Binary | 11100001 | 10110111 | 11011100 | 0 | 10011 | 10 | 1100 | 100110011 | 101001 | 1010000 |
Color Harmonies of #E1B7DC
Complementary color
Monochromatic Colors of #E1B7DC
Black with #E1B7DC
Text Example
Text Example
White with #E1B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7DC; }
p { color: rgb(225,183,220); }
H1.HeaderClassName
{
color: #E1B7DC;
}
.AnyTagClassName
{
color: #E1B7DC;
}
</style>
background-color css
<style>
a { background-color: #E1B7DC; }
a { background-color: rgb(225,183,220); }
div.DivClassName
{
background-color: #E1B7DC;
}
.BgClassName
{
background-color: #E1B7DC;
}
</style>
border-color css
<style>
span { border-color: #E1B7DC; }
span { border-color: rgb(225,183,220); }
td.TdClassName
{
border-color: #E1B7DC;
}
.TagClassName
{
border-color: #E1B7DC;
}
</style>