Shades of French Lilac #E1BFDF
Tints of French Lilac #E1BFDF
RGB
CMYK
RGB Variations
Color information
#E1BFDF (or 0xE1BFDF) is known color: French Lilac. HEX triplet: E1, BF and DF. RGB value is (225,191,223). Sum of RGB (Red+Green+Blue) = 225+191+223=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFDF is #1E4020. Grayscale: #CCCCCC. Windows color (decimal): -1982497 or 14663649. OLE color: 14663649.
HSL color Cylindrical-coordinate representation of color #E1BFDF: hue angle of 303.53º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFDF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 223 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.12 |
| HSL | 303.53º | 0.36% | 0.82% | - |
| HSV(B) | 303.53º | 0.15% | 0.88% | - |
| XYZ | 63 | 58.6 | 77.8 | - |
| YUV | 204.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 223 | 0 | 0.15 | 0.01 | 0.12 | 303.53 | 0.36 | 0.82 |
| Hex | E1 | BF | DF | 0 | F | 1 | C | 130 | 24 | 52 |
| Octal | 341 | 277 | 337 | 0 | 17 | 1 | 14 | 460 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11011111 | 0 | 1111 | 1 | 1100 | 100110000 | 100100 | 1010010 |
Color Harmonies of #E1BFDF
Complementary color
Monochromatic Colors of #E1BFDF
Black with #E1BFDF
Text Example
Text Example
White with #E1BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFDF; }
p { color: rgb(225,191,223); }
H1.HeaderClassName
{
color: #E1BFDF;
}
.AnyTagClassName
{
color: #E1BFDF;
}
</style>
background-color css
<style>
a { background-color: #E1BFDF; }
a { background-color: rgb(225,191,223); }
div.DivClassName
{
background-color: #E1BFDF;
}
.BgClassName
{
background-color: #E1BFDF;
}
</style>
border-color css
<style>
span { border-color: #E1BFDF; }
span { border-color: rgb(225,191,223); }
td.TdClassName
{
border-color: #E1BFDF;
}
.TagClassName
{
border-color: #E1BFDF;
}
</style>