Shades of French Lilac #E1B2DF
Tints of French Lilac #E1B2DF
RGB
CMYK
RGB Variations
Color information
#E1B2DF (or 0xE1B2DF) is known color: French Lilac. HEX triplet: E1, B2 and DF. RGB value is (225,178,223). Sum of RGB (Red+Green+Blue) = 225+178+223=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2DF is #1E4D20. Grayscale: #C5C5C5. Windows color (decimal): -1985825 or 14660321. OLE color: 14660321.
HSL color Cylindrical-coordinate representation of color #E1B2DF: hue angle of 302.55º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B2DF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 223 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.12 |
| HSL | 302.55º | 0.44% | 0.79% | - |
| HSV(B) | 302.55º | 0.21% | 0.88% | - |
| XYZ | 60.29 | 53.18 | 76.9 | - |
| YUV | 197.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 223 | 0 | 0.21 | 0.01 | 0.12 | 302.55 | 0.44 | 0.79 |
| Hex | E1 | B2 | DF | 0 | 15 | 1 | C | 12F | 2C | 4F |
| Octal | 341 | 262 | 337 | 0 | 25 | 1 | 14 | 457 | 54 | 117 |
| Binary | 11100001 | 10110010 | 11011111 | 0 | 10101 | 1 | 1100 | 100101111 | 101100 | 1001111 |
Color Harmonies of #E1B2DF
Complementary color
Monochromatic Colors of #E1B2DF
Black with #E1B2DF
Text Example
Text Example
White with #E1B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2DF; }
p { color: rgb(225,178,223); }
H1.HeaderClassName
{
color: #E1B2DF;
}
.AnyTagClassName
{
color: #E1B2DF;
}
</style>
background-color css
<style>
a { background-color: #E1B2DF; }
a { background-color: rgb(225,178,223); }
div.DivClassName
{
background-color: #E1B2DF;
}
.BgClassName
{
background-color: #E1B2DF;
}
</style>
border-color css
<style>
span { border-color: #E1B2DF; }
span { border-color: rgb(225,178,223); }
td.TdClassName
{
border-color: #E1B2DF;
}
.TagClassName
{
border-color: #E1B2DF;
}
</style>