Shades of French Lilac #E5BBDD
Tints of French Lilac #E5BBDD
RGB
CMYK
RGB Variations
Color information
#E5BBDD (or 0xE5BBDD) is known color: French Lilac. HEX triplet: E5, BB and DD. RGB value is (229,187,221). Sum of RGB (Red+Green+Blue) = 229+187+221=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBDD is #1A4422. Grayscale: #CBCBCB. Windows color (decimal): -1721379 or 14531557. OLE color: 14531557.
HSL color Cylindrical-coordinate representation of color #E5BBDD: hue angle of 311.43º 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 #E5BBDD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 221 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.10 |
| HSL | 311.43º | 0.45% | 0.82% | - |
| HSV(B) | 311.43º | 0.18% | 0.9% | - |
| XYZ | 63.13 | 57.42 | 76.16 | - |
| YUV | 203.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 221 | 0 | 0.18 | 0.03 | 0.10 | 311.43 | 0.45 | 0.82 |
| Hex | E5 | BB | DD | 0 | 12 | 3 | A | 137 | 2D | 52 |
| Octal | 345 | 273 | 335 | 0 | 22 | 3 | 12 | 467 | 55 | 122 |
| Binary | 11100101 | 10111011 | 11011101 | 0 | 10010 | 11 | 1010 | 100110111 | 101101 | 1010010 |
Color Harmonies of #E5BBDD
Complementary color
Monochromatic Colors of #E5BBDD
Black with #E5BBDD
Text Example
Text Example
White with #E5BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBDD; }
p { color: rgb(229,187,221); }
H1.HeaderClassName
{
color: #E5BBDD;
}
.AnyTagClassName
{
color: #E5BBDD;
}
</style>
background-color css
<style>
a { background-color: #E5BBDD; }
a { background-color: rgb(229,187,221); }
div.DivClassName
{
background-color: #E5BBDD;
}
.BgClassName
{
background-color: #E5BBDD;
}
</style>
border-color css
<style>
span { border-color: #E5BBDD; }
span { border-color: rgb(229,187,221); }
td.TdClassName
{
border-color: #E5BBDD;
}
.TagClassName
{
border-color: #E5BBDD;
}
</style>