Shades of French Lilac #E5BBDF
Tints of French Lilac #E5BBDF
RGB
CMYK
RGB Variations
Color information
#E5BBDF (or 0xE5BBDF) is known color: French Lilac. HEX triplet: E5, BB and DF. RGB value is (229,187,223). Sum of RGB (Red+Green+Blue) = 229+187+223=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBDF is #1A4420. Grayscale: #CBCBCB. Windows color (decimal): -1721377 or 14662629. OLE color: 14662629.
HSL color Cylindrical-coordinate representation of color #E5BBDF: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BBDF is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 223 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.10 |
| HSL | 308.57º | 0.45% | 0.82% | - |
| HSV(B) | 308.57º | 0.18% | 0.9% | - |
| XYZ | 63.4 | 57.53 | 77.57 | - |
| YUV | 203.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 223 | 0 | 0.18 | 0.03 | 0.10 | 308.57 | 0.45 | 0.82 |
| Hex | E5 | BB | DF | 0 | 12 | 3 | A | 135 | 2D | 52 |
| Octal | 345 | 273 | 337 | 0 | 22 | 3 | 12 | 465 | 55 | 122 |
| Binary | 11100101 | 10111011 | 11011111 | 0 | 10010 | 11 | 1010 | 100110101 | 101101 | 1010010 |
Color Harmonies of #E5BBDF
Complementary color
Monochromatic Colors of #E5BBDF
Black with #E5BBDF
Text Example
Text Example
White with #E5BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBDF; }
p { color: rgb(229,187,223); }
H1.HeaderClassName
{
color: #E5BBDF;
}
.AnyTagClassName
{
color: #E5BBDF;
}
</style>
background-color css
<style>
a { background-color: #E5BBDF; }
a { background-color: rgb(229,187,223); }
div.DivClassName
{
background-color: #E5BBDF;
}
.BgClassName
{
background-color: #E5BBDF;
}
</style>
border-color css
<style>
span { border-color: #E5BBDF; }
span { border-color: rgb(229,187,223); }
td.TdClassName
{
border-color: #E5BBDF;
}
.TagClassName
{
border-color: #E5BBDF;
}
</style>