Shades of French Lilac #E0BBDF
Tints of French Lilac #E0BBDF
RGB
CMYK
RGB Variations
Color information
#E0BBDF (or 0xE0BBDF) is known color: French Lilac. HEX triplet: E0, BB and DF. RGB value is (224,187,223). Sum of RGB (Red+Green+Blue) = 224+187+223=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBDF is #1F4420. Grayscale: #CACACA. Windows color (decimal): -2049057 or 14662624. OLE color: 14662624.
HSL color Cylindrical-coordinate representation of color #E0BBDF: hue angle of 301.62º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBDF is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 223 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.12 |
| HSL | 301.62º | 0.37% | 0.81% | - |
| HSV(B) | 301.62º | 0.17% | 0.88% | - |
| XYZ | 61.83 | 56.72 | 77.5 | - |
| YUV | 202.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 223 | 0 | 0.17 | 0.00 | 0.12 | 301.62 | 0.37 | 0.81 |
| Hex | E0 | BB | DF | 0 | 11 | 0 | C | 12E | 25 | 51 |
| Octal | 340 | 273 | 337 | 0 | 21 | 0 | 14 | 456 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11011111 | 0 | 10001 | 0 | 1100 | 100101110 | 100101 | 1010001 |
Color Harmonies of #E0BBDF
Complementary color
Monochromatic Colors of #E0BBDF
Black with #E0BBDF
Text Example
Text Example
White with #E0BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBDF; }
p { color: rgb(224,187,223); }
H1.HeaderClassName
{
color: #E0BBDF;
}
.AnyTagClassName
{
color: #E0BBDF;
}
</style>
background-color css
<style>
a { background-color: #E0BBDF; }
a { background-color: rgb(224,187,223); }
div.DivClassName
{
background-color: #E0BBDF;
}
.BgClassName
{
background-color: #E0BBDF;
}
</style>
border-color css
<style>
span { border-color: #E0BBDF; }
span { border-color: rgb(224,187,223); }
td.TdClassName
{
border-color: #E0BBDF;
}
.TagClassName
{
border-color: #E0BBDF;
}
</style>