Shades of French Lilac #E0BBDC
Tints of French Lilac #E0BBDC
RGB
CMYK
RGB Variations
Color information
#E0BBDC (or 0xE0BBDC) is known color: French Lilac. HEX triplet: E0, BB and DC. RGB value is (224,187,220). Sum of RGB (Red+Green+Blue) = 224+187+220=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBDC is #1F4423. Grayscale: #C9C9C9. Windows color (decimal): -2049060 or 14466016. OLE color: 14466016.
HSL color Cylindrical-coordinate representation of color #E0BBDC: hue angle of 306.49º 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 #E0BBDC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 220 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.12 |
| HSL | 306.49º | 0.37% | 0.81% | - |
| HSV(B) | 306.49º | 0.17% | 0.88% | - |
| XYZ | 61.43 | 56.56 | 75.39 | - |
| YUV | 201.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 220 | 0 | 0.17 | 0.02 | 0.12 | 306.49 | 0.37 | 0.81 |
| Hex | E0 | BB | DC | 0 | 11 | 2 | C | 132 | 25 | 51 |
| Octal | 340 | 273 | 334 | 0 | 21 | 2 | 14 | 462 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11011100 | 0 | 10001 | 10 | 1100 | 100110010 | 100101 | 1010001 |
Color Harmonies of #E0BBDC
Complementary color
Monochromatic Colors of #E0BBDC
Black with #E0BBDC
Text Example
Text Example
White with #E0BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBDC; }
p { color: rgb(224,187,220); }
H1.HeaderClassName
{
color: #E0BBDC;
}
.AnyTagClassName
{
color: #E0BBDC;
}
</style>
background-color css
<style>
a { background-color: #E0BBDC; }
a { background-color: rgb(224,187,220); }
div.DivClassName
{
background-color: #E0BBDC;
}
.BgClassName
{
background-color: #E0BBDC;
}
</style>
border-color css
<style>
span { border-color: #E0BBDC; }
span { border-color: rgb(224,187,220); }
td.TdClassName
{
border-color: #E0BBDC;
}
.TagClassName
{
border-color: #E0BBDC;
}
</style>