Shades of French Lilac #E1B3DF
Tints of French Lilac #E1B3DF
RGB
CMYK
RGB Variations
Color information
#E1B3DF (or 0xE1B3DF) is known color: French Lilac. HEX triplet: E1, B3 and DF. RGB value is (225,179,223). Sum of RGB (Red+Green+Blue) = 225+179+223=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3DF is #1E4C20. Grayscale: #C5C5C5. Windows color (decimal): -1985569 or 14660577. OLE color: 14660577.
HSL color Cylindrical-coordinate representation of color #E1B3DF: hue angle of 302.61º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3DF is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 223 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.12 |
| HSL | 302.61º | 0.43% | 0.79% | - |
| HSV(B) | 302.61º | 0.2% | 0.88% | - |
| XYZ | 60.49 | 53.58 | 76.96 | - |
| YUV | 197.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 223 | 0 | 0.20 | 0.01 | 0.12 | 302.61 | 0.43 | 0.79 |
| Hex | E1 | B3 | DF | 0 | 14 | 1 | C | 12F | 2B | 4F |
| Octal | 341 | 263 | 337 | 0 | 24 | 1 | 14 | 457 | 53 | 117 |
| Binary | 11100001 | 10110011 | 11011111 | 0 | 10100 | 1 | 1100 | 100101111 | 101011 | 1001111 |
Color Harmonies of #E1B3DF
Complementary color
Monochromatic Colors of #E1B3DF
Black with #E1B3DF
Text Example
Text Example
White with #E1B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B3DF; }
p { color: rgb(225,179,223); }
H1.HeaderClassName
{
color: #E1B3DF;
}
.AnyTagClassName
{
color: #E1B3DF;
}
</style>
background-color css
<style>
a { background-color: #E1B3DF; }
a { background-color: rgb(225,179,223); }
div.DivClassName
{
background-color: #E1B3DF;
}
.BgClassName
{
background-color: #E1B3DF;
}
</style>
border-color css
<style>
span { border-color: #E1B3DF; }
span { border-color: rgb(225,179,223); }
td.TdClassName
{
border-color: #E1B3DF;
}
.TagClassName
{
border-color: #E1B3DF;
}
</style>