Shades of French Lilac #E0B5DF
Tints of French Lilac #E0B5DF
RGB
CMYK
RGB Variations
Color information
#E0B5DF (or 0xE0B5DF) is known color: French Lilac. HEX triplet: E0, B5 and DF. RGB value is (224,181,223). Sum of RGB (Red+Green+Blue) = 224+181+223=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B5DF is #1F4A20. Grayscale: #C6C6C6. Windows color (decimal): -2050593 or 14661088. OLE color: 14661088.
HSL color Cylindrical-coordinate representation of color #E0B5DF: hue angle of 301.4º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0B5DF is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 223 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.12 |
| HSL | 301.4º | 0.41% | 0.79% | - |
| HSV(B) | 301.4º | 0.19% | 0.88% | - |
| XYZ | 60.58 | 54.22 | 77.08 | - |
| YUV | 198.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 223 | 0 | 0.19 | 0.00 | 0.12 | 301.4 | 0.41 | 0.79 |
| Hex | E0 | B5 | DF | 0 | 13 | 0 | C | 12D | 29 | 4F |
| Octal | 340 | 265 | 337 | 0 | 23 | 0 | 14 | 455 | 51 | 117 |
| Binary | 11100000 | 10110101 | 11011111 | 0 | 10011 | 0 | 1100 | 100101101 | 101001 | 1001111 |
Color Harmonies of #E0B5DF
Complementary color
Monochromatic Colors of #E0B5DF
Black with #E0B5DF
Text Example
Text Example
White with #E0B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B5DF; }
p { color: rgb(224,181,223); }
H1.HeaderClassName
{
color: #E0B5DF;
}
.AnyTagClassName
{
color: #E0B5DF;
}
</style>
background-color css
<style>
a { background-color: #E0B5DF; }
a { background-color: rgb(224,181,223); }
div.DivClassName
{
background-color: #E0B5DF;
}
.BgClassName
{
background-color: #E0B5DF;
}
</style>
border-color css
<style>
span { border-color: #E0B5DF; }
span { border-color: rgb(224,181,223); }
td.TdClassName
{
border-color: #E0B5DF;
}
.TagClassName
{
border-color: #E0B5DF;
}
</style>