Shades of French Lilac #E1BCDD
Tints of French Lilac #E1BCDD
RGB
CMYK
RGB Variations
Color information
#E1BCDD (or 0xE1BCDD) is known color: French Lilac. HEX triplet: E1, BC and DD. RGB value is (225,188,221). Sum of RGB (Red+Green+Blue) = 225+188+221=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCDD is #1E4322. Grayscale: #CACACA. Windows color (decimal): -1983267 or 14531809. OLE color: 14531809.
HSL color Cylindrical-coordinate representation of color #E1BCDD: hue angle of 306.49º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BCDD is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 221 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.12 |
| HSL | 306.49º | 0.38% | 0.81% | - |
| HSV(B) | 306.49º | 0.16% | 0.88% | - |
| XYZ | 62.09 | 57.19 | 76.17 | - |
| YUV | 202.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 221 | 0 | 0.16 | 0.02 | 0.12 | 306.49 | 0.38 | 0.81 |
| Hex | E1 | BC | DD | 0 | 10 | 2 | C | 132 | 26 | 51 |
| Octal | 341 | 274 | 335 | 0 | 20 | 2 | 14 | 462 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11011101 | 0 | 10000 | 10 | 1100 | 100110010 | 100110 | 1010001 |
Color Harmonies of #E1BCDD
Complementary color
Monochromatic Colors of #E1BCDD
Black with #E1BCDD
Text Example
Text Example
White with #E1BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCDD; }
p { color: rgb(225,188,221); }
H1.HeaderClassName
{
color: #E1BCDD;
}
.AnyTagClassName
{
color: #E1BCDD;
}
</style>
background-color css
<style>
a { background-color: #E1BCDD; }
a { background-color: rgb(225,188,221); }
div.DivClassName
{
background-color: #E1BCDD;
}
.BgClassName
{
background-color: #E1BCDD;
}
</style>
border-color css
<style>
span { border-color: #E1BCDD; }
span { border-color: rgb(225,188,221); }
td.TdClassName
{
border-color: #E1BCDD;
}
.TagClassName
{
border-color: #E1BCDD;
}
</style>