Shades of French Lilac #E4BBDD
Tints of French Lilac #E4BBDD
RGB
CMYK
RGB Variations
Color information
#E4BBDD (or 0xE4BBDD) is known color: French Lilac. HEX triplet: E4, BB and DD. RGB value is (228,187,221). Sum of RGB (Red+Green+Blue) = 228+187+221=636 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.85% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBDD is #1B4422. Grayscale: #CBCBCB. Windows color (decimal): -1786915 or 14531556. OLE color: 14531556.
HSL color Cylindrical-coordinate representation of color #E4BBDD: hue angle of 310.24º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BBDD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 221 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.11 |
| HSL | 310.24º | 0.43% | 0.81% | - |
| HSV(B) | 310.24º | 0.18% | 0.89% | - |
| XYZ | 62.82 | 57.26 | 76.15 | - |
| YUV | 203.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 221 | 0 | 0.18 | 0.03 | 0.11 | 310.24 | 0.43 | 0.81 |
| Hex | E4 | BB | DD | 0 | 12 | 3 | B | 136 | 2B | 51 |
| Octal | 344 | 273 | 335 | 0 | 22 | 3 | 13 | 466 | 53 | 121 |
| Binary | 11100100 | 10111011 | 11011101 | 0 | 10010 | 11 | 1011 | 100110110 | 101011 | 1010001 |
Color Harmonies of #E4BBDD
Complementary color
Monochromatic Colors of #E4BBDD
Black with #E4BBDD
Text Example
Text Example
White with #E4BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBDD; }
p { color: rgb(228,187,221); }
H1.HeaderClassName
{
color: #E4BBDD;
}
.AnyTagClassName
{
color: #E4BBDD;
}
</style>
background-color css
<style>
a { background-color: #E4BBDD; }
a { background-color: rgb(228,187,221); }
div.DivClassName
{
background-color: #E4BBDD;
}
.BgClassName
{
background-color: #E4BBDD;
}
</style>
border-color css
<style>
span { border-color: #E4BBDD; }
span { border-color: rgb(228,187,221); }
td.TdClassName
{
border-color: #E4BBDD;
}
.TagClassName
{
border-color: #E4BBDD;
}
</style>