Shades of French Lilac #E5B1DF
Tints of French Lilac #E5B1DF
RGB
CMYK
RGB Variations
Color information
#E5B1DF (or 0xE5B1DF) is known color: French Lilac. HEX triplet: E5, B1 and DF. RGB value is (229,177,223). Sum of RGB (Red+Green+Blue) = 229+177+223=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B1DF is #1A4E20. Grayscale: #C5C5C5. Windows color (decimal): -1723937 or 14660069. OLE color: 14660069.
HSL color Cylindrical-coordinate representation of color #E5B1DF: hue angle of 306.92º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B1DF is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 223 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.10 |
| HSL | 306.92º | 0.5% | 0.8% | - |
| HSV(B) | 306.92º | 0.23% | 0.9% | - |
| XYZ | 61.35 | 53.43 | 76.89 | - |
| YUV | 197.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 223 | 0 | 0.23 | 0.03 | 0.10 | 306.92 | 0.5 | 0.8 |
| Hex | E5 | B1 | DF | 0 | 17 | 3 | A | 133 | 32 | 50 |
| Octal | 345 | 261 | 337 | 0 | 27 | 3 | 12 | 463 | 62 | 120 |
| Binary | 11100101 | 10110001 | 11011111 | 0 | 10111 | 11 | 1010 | 100110011 | 110010 | 1010000 |
Color Harmonies of #E5B1DF
Complementary color
Monochromatic Colors of #E5B1DF
Black with #E5B1DF
Text Example
Text Example
White with #E5B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1DF; }
p { color: rgb(229,177,223); }
H1.HeaderClassName
{
color: #E5B1DF;
}
.AnyTagClassName
{
color: #E5B1DF;
}
</style>
background-color css
<style>
a { background-color: #E5B1DF; }
a { background-color: rgb(229,177,223); }
div.DivClassName
{
background-color: #E5B1DF;
}
.BgClassName
{
background-color: #E5B1DF;
}
</style>
border-color css
<style>
span { border-color: #E5B1DF; }
span { border-color: rgb(229,177,223); }
td.TdClassName
{
border-color: #E5B1DF;
}
.TagClassName
{
border-color: #E5B1DF;
}
</style>