Shades of French Lilac #E1B5DC
Tints of French Lilac #E1B5DC
RGB
CMYK
RGB Variations
Color information
#E1B5DC (or 0xE1B5DC) is known color: French Lilac. HEX triplet: E1, B5 and DC. RGB value is (225,181,220). Sum of RGB (Red+Green+Blue) = 225+181+220=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5DC is #1E4A23. Grayscale: #C6C6C6. Windows color (decimal): -1985060 or 14464481. OLE color: 14464481.
HSL color Cylindrical-coordinate representation of color #E1B5DC: hue angle of 306.82º 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 #E1B5DC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 220 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.12 |
| HSL | 306.82º | 0.42% | 0.8% | - |
| HSV(B) | 306.82º | 0.2% | 0.88% | - |
| XYZ | 60.49 | 54.22 | 74.99 | - |
| YUV | 198.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 220 | 0 | 0.20 | 0.02 | 0.12 | 306.82 | 0.42 | 0.8 |
| Hex | E1 | B5 | DC | 0 | 14 | 2 | C | 133 | 2A | 50 |
| Octal | 341 | 265 | 334 | 0 | 24 | 2 | 14 | 463 | 52 | 120 |
| Binary | 11100001 | 10110101 | 11011100 | 0 | 10100 | 10 | 1100 | 100110011 | 101010 | 1010000 |
Color Harmonies of #E1B5DC
Complementary color
Monochromatic Colors of #E1B5DC
Black with #E1B5DC
Text Example
Text Example
White with #E1B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5DC; }
p { color: rgb(225,181,220); }
H1.HeaderClassName
{
color: #E1B5DC;
}
.AnyTagClassName
{
color: #E1B5DC;
}
</style>
background-color css
<style>
a { background-color: #E1B5DC; }
a { background-color: rgb(225,181,220); }
div.DivClassName
{
background-color: #E1B5DC;
}
.BgClassName
{
background-color: #E1B5DC;
}
</style>
border-color css
<style>
span { border-color: #E1B5DC; }
span { border-color: rgb(225,181,220); }
td.TdClassName
{
border-color: #E1B5DC;
}
.TagClassName
{
border-color: #E1B5DC;
}
</style>