Shades of French Lilac #E1BDDD
Tints of French Lilac #E1BDDD
RGB
CMYK
RGB Variations
Color information
#E1BDDD (or 0xE1BDDD) is known color: French Lilac. HEX triplet: E1, BD and DD. RGB value is (225,189,221). Sum of RGB (Red+Green+Blue) = 225+189+221=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDDD is #1E4222. Grayscale: #CBCBCB. Windows color (decimal): -1983011 or 14532065. OLE color: 14532065.
HSL color Cylindrical-coordinate representation of color #E1BDDD: hue angle of 306.67º 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 #E1BDDD is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 221 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.12 |
| HSL | 306.67º | 0.38% | 0.81% | - |
| HSV(B) | 306.67º | 0.16% | 0.88% | - |
| XYZ | 62.3 | 57.62 | 76.25 | - |
| YUV | 203.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 221 | 0 | 0.16 | 0.02 | 0.12 | 306.67 | 0.38 | 0.81 |
| Hex | E1 | BD | DD | 0 | 10 | 2 | C | 133 | 26 | 51 |
| Octal | 341 | 275 | 335 | 0 | 20 | 2 | 14 | 463 | 46 | 121 |
| Binary | 11100001 | 10111101 | 11011101 | 0 | 10000 | 10 | 1100 | 100110011 | 100110 | 1010001 |
Color Harmonies of #E1BDDD
Complementary color
Monochromatic Colors of #E1BDDD
Black with #E1BDDD
Text Example
Text Example
White with #E1BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDDD; }
p { color: rgb(225,189,221); }
H1.HeaderClassName
{
color: #E1BDDD;
}
.AnyTagClassName
{
color: #E1BDDD;
}
</style>
background-color css
<style>
a { background-color: #E1BDDD; }
a { background-color: rgb(225,189,221); }
div.DivClassName
{
background-color: #E1BDDD;
}
.BgClassName
{
background-color: #E1BDDD;
}
</style>
border-color css
<style>
span { border-color: #E1BDDD; }
span { border-color: rgb(225,189,221); }
td.TdClassName
{
border-color: #E1BDDD;
}
.TagClassName
{
border-color: #E1BDDD;
}
</style>