Shades of French Lilac #E0B1DF
Tints of French Lilac #E0B1DF
RGB
CMYK
RGB Variations
Color information
#E0B1DF (or 0xE0B1DF) is known color: French Lilac. HEX triplet: E0, B1 and DF. RGB value is (224,177,223). Sum of RGB (Red+Green+Blue) = 224+177+223=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B1DF is #1F4E20. Grayscale: #C4C4C4. Windows color (decimal): -2051617 or 14660064. OLE color: 14660064.
HSL color Cylindrical-coordinate representation of color #E0B1DF: hue angle of 301.28º degrees, saturation: 0.43, 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 #E0B1DF is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 223 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.12 |
| HSL | 301.28º | 0.43% | 0.79% | - |
| HSV(B) | 301.28º | 0.21% | 0.88% | - |
| XYZ | 59.78 | 52.62 | 76.82 | - |
| YUV | 196.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 223 | 0 | 0.21 | 0.00 | 0.12 | 301.28 | 0.43 | 0.79 |
| Hex | E0 | B1 | DF | 0 | 15 | 0 | C | 12D | 2B | 4F |
| Octal | 340 | 261 | 337 | 0 | 25 | 0 | 14 | 455 | 53 | 117 |
| Binary | 11100000 | 10110001 | 11011111 | 0 | 10101 | 0 | 1100 | 100101101 | 101011 | 1001111 |
Color Harmonies of #E0B1DF
Complementary color
Monochromatic Colors of #E0B1DF
Black with #E0B1DF
Text Example
Text Example
White with #E0B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B1DF; }
p { color: rgb(224,177,223); }
H1.HeaderClassName
{
color: #E0B1DF;
}
.AnyTagClassName
{
color: #E0B1DF;
}
</style>
background-color css
<style>
a { background-color: #E0B1DF; }
a { background-color: rgb(224,177,223); }
div.DivClassName
{
background-color: #E0B1DF;
}
.BgClassName
{
background-color: #E0B1DF;
}
</style>
border-color css
<style>
span { border-color: #E0B1DF; }
span { border-color: rgb(224,177,223); }
td.TdClassName
{
border-color: #E0B1DF;
}
.TagClassName
{
border-color: #E0B1DF;
}
</style>