Shades of French Lilac #E5B0DF
Tints of French Lilac #E5B0DF
RGB
CMYK
RGB Variations
Color information
#E5B0DF (or 0xE5B0DF) is known color: French Lilac. HEX triplet: E5, B0 and DF. RGB value is (229,176,223). Sum of RGB (Red+Green+Blue) = 229+176+223=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B0DF is #1A4F20. Grayscale: #C5C5C5. Windows color (decimal): -1724193 or 14659813. OLE color: 14659813.
HSL color Cylindrical-coordinate representation of color #E5B0DF: hue angle of 306.79º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B0DF is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 223 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.10 |
| HSL | 306.79º | 0.5% | 0.79% | - |
| HSV(B) | 306.79º | 0.23% | 0.9% | - |
| XYZ | 61.16 | 53.04 | 76.83 | - |
| YUV | 197.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 223 | 0 | 0.23 | 0.03 | 0.10 | 306.79 | 0.5 | 0.79 |
| Hex | E5 | B0 | DF | 0 | 17 | 3 | A | 133 | 32 | 4F |
| Octal | 345 | 260 | 337 | 0 | 27 | 3 | 12 | 463 | 62 | 117 |
| Binary | 11100101 | 10110000 | 11011111 | 0 | 10111 | 11 | 1010 | 100110011 | 110010 | 1001111 |
Color Harmonies of #E5B0DF
Complementary color
Monochromatic Colors of #E5B0DF
Black with #E5B0DF
Text Example
Text Example
White with #E5B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0DF; }
p { color: rgb(229,176,223); }
H1.HeaderClassName
{
color: #E5B0DF;
}
.AnyTagClassName
{
color: #E5B0DF;
}
</style>
background-color css
<style>
a { background-color: #E5B0DF; }
a { background-color: rgb(229,176,223); }
div.DivClassName
{
background-color: #E5B0DF;
}
.BgClassName
{
background-color: #E5B0DF;
}
</style>
border-color css
<style>
span { border-color: #E5B0DF; }
span { border-color: rgb(229,176,223); }
td.TdClassName
{
border-color: #E5B0DF;
}
.TagClassName
{
border-color: #E5B0DF;
}
</style>