Shades of French Lilac #E1B6DF
Tints of French Lilac #E1B6DF
RGB
CMYK
RGB Variations
Color information
#E1B6DF (or 0xE1B6DF) is known color: French Lilac. HEX triplet: E1, B6 and DF. RGB value is (225,182,223). Sum of RGB (Red+Green+Blue) = 225+182+223=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6DF is #1E4920. Grayscale: #C7C7C7. Windows color (decimal): -1984801 or 14661345. OLE color: 14661345.
HSL color Cylindrical-coordinate representation of color #E1B6DF: hue angle of 302.79º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B6DF is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 223 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.12 |
| HSL | 302.79º | 0.42% | 0.8% | - |
| HSV(B) | 302.79º | 0.19% | 0.88% | - |
| XYZ | 61.1 | 54.79 | 77.17 | - |
| YUV | 199.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 223 | 0 | 0.19 | 0.01 | 0.12 | 302.79 | 0.42 | 0.8 |
| Hex | E1 | B6 | DF | 0 | 13 | 1 | C | 12F | 2A | 50 |
| Octal | 341 | 266 | 337 | 0 | 23 | 1 | 14 | 457 | 52 | 120 |
| Binary | 11100001 | 10110110 | 11011111 | 0 | 10011 | 1 | 1100 | 100101111 | 101010 | 1010000 |
Color Harmonies of #E1B6DF
Complementary color
Monochromatic Colors of #E1B6DF
Black with #E1B6DF
Text Example
Text Example
White with #E1B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6DF; }
p { color: rgb(225,182,223); }
H1.HeaderClassName
{
color: #E1B6DF;
}
.AnyTagClassName
{
color: #E1B6DF;
}
</style>
background-color css
<style>
a { background-color: #E1B6DF; }
a { background-color: rgb(225,182,223); }
div.DivClassName
{
background-color: #E1B6DF;
}
.BgClassName
{
background-color: #E1B6DF;
}
</style>
border-color css
<style>
span { border-color: #E1B6DF; }
span { border-color: rgb(225,182,223); }
td.TdClassName
{
border-color: #E1B6DF;
}
.TagClassName
{
border-color: #E1B6DF;
}
</style>