Shades of French Lilac #E1B7DB
Tints of French Lilac #E1B7DB
RGB
CMYK
RGB Variations
Color information
#E1B7DB (or 0xE1B7DB) is known color: French Lilac. HEX triplet: E1, B7 and DB. RGB value is (225,183,219). Sum of RGB (Red+Green+Blue) = 225+183+219=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7DB is #1E4824. Grayscale: #C7C7C7. Windows color (decimal): -1984549 or 14399457. OLE color: 14399457.
HSL color Cylindrical-coordinate representation of color #E1B7DB: hue angle of 308.57º 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 #E1B7DB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 219 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.12 |
| HSL | 308.57º | 0.41% | 0.8% | - |
| HSV(B) | 308.57º | 0.19% | 0.88% | - |
| XYZ | 60.77 | 54.99 | 74.43 | - |
| YUV | 199.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 219 | 0 | 0.19 | 0.03 | 0.12 | 308.57 | 0.41 | 0.8 |
| Hex | E1 | B7 | DB | 0 | 13 | 3 | C | 135 | 29 | 50 |
| Octal | 341 | 267 | 333 | 0 | 23 | 3 | 14 | 465 | 51 | 120 |
| Binary | 11100001 | 10110111 | 11011011 | 0 | 10011 | 11 | 1100 | 100110101 | 101001 | 1010000 |
Color Harmonies of #E1B7DB
Complementary color
Monochromatic Colors of #E1B7DB
Black with #E1B7DB
Text Example
Text Example
White with #E1B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7DB; }
p { color: rgb(225,183,219); }
H1.HeaderClassName
{
color: #E1B7DB;
}
.AnyTagClassName
{
color: #E1B7DB;
}
</style>
background-color css
<style>
a { background-color: #E1B7DB; }
a { background-color: rgb(225,183,219); }
div.DivClassName
{
background-color: #E1B7DB;
}
.BgClassName
{
background-color: #E1B7DB;
}
</style>
border-color css
<style>
span { border-color: #E1B7DB; }
span { border-color: rgb(225,183,219); }
td.TdClassName
{
border-color: #E1B7DB;
}
.TagClassName
{
border-color: #E1B7DB;
}
</style>