Shades of French Lilac #E1BEDF
Tints of French Lilac #E1BEDF
RGB
CMYK
RGB Variations
Color information
#E1BEDF (or 0xE1BEDF) is known color: French Lilac. HEX triplet: E1, BE and DF. RGB value is (225,190,223). Sum of RGB (Red+Green+Blue) = 225+190+223=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEDF is #1E4120. Grayscale: #CCCCCC. Windows color (decimal): -1982753 or 14663393. OLE color: 14663393.
HSL color Cylindrical-coordinate representation of color #E1BEDF: hue angle of 303.43º 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 #E1BEDF is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 223 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.12 |
| HSL | 303.43º | 0.37% | 0.81% | - |
| HSV(B) | 303.43º | 0.16% | 0.88% | - |
| XYZ | 62.78 | 58.16 | 77.73 | - |
| YUV | 204.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 223 | 0 | 0.16 | 0.01 | 0.12 | 303.43 | 0.37 | 0.81 |
| Hex | E1 | BE | DF | 0 | 10 | 1 | C | 12F | 25 | 51 |
| Octal | 341 | 276 | 337 | 0 | 20 | 1 | 14 | 457 | 45 | 121 |
| Binary | 11100001 | 10111110 | 11011111 | 0 | 10000 | 1 | 1100 | 100101111 | 100101 | 1010001 |
Color Harmonies of #E1BEDF
Complementary color
Monochromatic Colors of #E1BEDF
Black with #E1BEDF
Text Example
Text Example
White with #E1BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEDF; }
p { color: rgb(225,190,223); }
H1.HeaderClassName
{
color: #E1BEDF;
}
.AnyTagClassName
{
color: #E1BEDF;
}
</style>
background-color css
<style>
a { background-color: #E1BEDF; }
a { background-color: rgb(225,190,223); }
div.DivClassName
{
background-color: #E1BEDF;
}
.BgClassName
{
background-color: #E1BEDF;
}
</style>
border-color css
<style>
span { border-color: #E1BEDF; }
span { border-color: rgb(225,190,223); }
td.TdClassName
{
border-color: #E1BEDF;
}
.TagClassName
{
border-color: #E1BEDF;
}
</style>