Shades of French Lilac #E1BEDD
Tints of French Lilac #E1BEDD
RGB
CMYK
RGB Variations
Color information
#E1BEDD (or 0xE1BEDD) is known color: French Lilac. HEX triplet: E1, BE and DD. RGB value is (225,190,221). Sum of RGB (Red+Green+Blue) = 225+190+221=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEDD is #1E4122. Grayscale: #CBCBCB. Windows color (decimal): -1982755 or 14532321. OLE color: 14532321.
HSL color Cylindrical-coordinate representation of color #E1BEDD: hue angle of 306.86º degrees, saturation: 0.37, 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 #E1BEDD is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 221 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.12 |
| HSL | 306.86º | 0.37% | 0.81% | - |
| HSV(B) | 306.86º | 0.16% | 0.88% | - |
| XYZ | 62.52 | 58.05 | 76.32 | - |
| YUV | 204 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 221 | 0 | 0.16 | 0.02 | 0.12 | 306.86 | 0.37 | 0.81 |
| Hex | E1 | BE | DD | 0 | 10 | 2 | C | 133 | 25 | 51 |
| Octal | 341 | 276 | 335 | 0 | 20 | 2 | 14 | 463 | 45 | 121 |
| Binary | 11100001 | 10111110 | 11011101 | 0 | 10000 | 10 | 1100 | 100110011 | 100101 | 1010001 |
Color Harmonies of #E1BEDD
Complementary color
Monochromatic Colors of #E1BEDD
Black with #E1BEDD
Text Example
Text Example
White with #E1BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEDD; }
p { color: rgb(225,190,221); }
H1.HeaderClassName
{
color: #E1BEDD;
}
.AnyTagClassName
{
color: #E1BEDD;
}
</style>
background-color css
<style>
a { background-color: #E1BEDD; }
a { background-color: rgb(225,190,221); }
div.DivClassName
{
background-color: #E1BEDD;
}
.BgClassName
{
background-color: #E1BEDD;
}
</style>
border-color css
<style>
span { border-color: #E1BEDD; }
span { border-color: rgb(225,190,221); }
td.TdClassName
{
border-color: #E1BEDD;
}
.TagClassName
{
border-color: #E1BEDD;
}
</style>