Shades of French Lilac #E1B5DB
Tints of French Lilac #E1B5DB
RGB
CMYK
RGB Variations
Color information
#E1B5DB (or 0xE1B5DB) is known color: French Lilac. HEX triplet: E1, B5 and DB. RGB value is (225,181,219). Sum of RGB (Red+Green+Blue) = 225+181+219=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5DB is #1E4A24. Grayscale: #C6C6C6. Windows color (decimal): -1985061 or 14398945. OLE color: 14398945.
HSL color Cylindrical-coordinate representation of color #E1B5DB: hue angle of 308.18º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B5DB is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 219 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.12 |
| HSL | 308.18º | 0.42% | 0.8% | - |
| HSV(B) | 308.18º | 0.2% | 0.88% | - |
| XYZ | 60.36 | 54.17 | 74.29 | - |
| YUV | 198.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 219 | 0 | 0.20 | 0.03 | 0.12 | 308.18 | 0.42 | 0.8 |
| Hex | E1 | B5 | DB | 0 | 14 | 3 | C | 134 | 2A | 50 |
| Octal | 341 | 265 | 333 | 0 | 24 | 3 | 14 | 464 | 52 | 120 |
| Binary | 11100001 | 10110101 | 11011011 | 0 | 10100 | 11 | 1100 | 100110100 | 101010 | 1010000 |
Color Harmonies of #E1B5DB
Complementary color
Monochromatic Colors of #E1B5DB
Black with #E1B5DB
Text Example
Text Example
White with #E1B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5DB; }
p { color: rgb(225,181,219); }
H1.HeaderClassName
{
color: #E1B5DB;
}
.AnyTagClassName
{
color: #E1B5DB;
}
</style>
background-color css
<style>
a { background-color: #E1B5DB; }
a { background-color: rgb(225,181,219); }
div.DivClassName
{
background-color: #E1B5DB;
}
.BgClassName
{
background-color: #E1B5DB;
}
</style>
border-color css
<style>
span { border-color: #E1B5DB; }
span { border-color: rgb(225,181,219); }
td.TdClassName
{
border-color: #E1B5DB;
}
.TagClassName
{
border-color: #E1B5DB;
}
</style>