Shades of French Lilac #E1BDDF
Tints of French Lilac #E1BDDF
RGB
CMYK
RGB Variations
Color information
#E1BDDF (or 0xE1BDDF) is known color: French Lilac. HEX triplet: E1, BD and DF. RGB value is (225,189,223). Sum of RGB (Red+Green+Blue) = 225+189+223=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDDF is #1E4220. Grayscale: #CBCBCB. Windows color (decimal): -1983009 or 14663137. OLE color: 14663137.
HSL color Cylindrical-coordinate representation of color #E1BDDF: hue angle of 303.33º 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 #E1BDDF is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 223 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.12 |
| HSL | 303.33º | 0.38% | 0.81% | - |
| HSV(B) | 303.33º | 0.16% | 0.88% | - |
| XYZ | 62.57 | 57.73 | 77.66 | - |
| YUV | 203.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 223 | 0 | 0.16 | 0.01 | 0.12 | 303.33 | 0.38 | 0.81 |
| Hex | E1 | BD | DF | 0 | 10 | 1 | C | 12F | 26 | 51 |
| Octal | 341 | 275 | 337 | 0 | 20 | 1 | 14 | 457 | 46 | 121 |
| Binary | 11100001 | 10111101 | 11011111 | 0 | 10000 | 1 | 1100 | 100101111 | 100110 | 1010001 |
Color Harmonies of #E1BDDF
Complementary color
Monochromatic Colors of #E1BDDF
Black with #E1BDDF
Text Example
Text Example
White with #E1BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDDF; }
p { color: rgb(225,189,223); }
H1.HeaderClassName
{
color: #E1BDDF;
}
.AnyTagClassName
{
color: #E1BDDF;
}
</style>
background-color css
<style>
a { background-color: #E1BDDF; }
a { background-color: rgb(225,189,223); }
div.DivClassName
{
background-color: #E1BDDF;
}
.BgClassName
{
background-color: #E1BDDF;
}
</style>
border-color css
<style>
span { border-color: #E1BDDF; }
span { border-color: rgb(225,189,223); }
td.TdClassName
{
border-color: #E1BDDF;
}
.TagClassName
{
border-color: #E1BDDF;
}
</style>