Shades of French Lilac #E5B7DC
Tints of French Lilac #E5B7DC
RGB
CMYK
RGB Variations
Color information
#E5B7DC (or 0xE5B7DC) is known color: French Lilac. HEX triplet: E5, B7 and DC. RGB value is (229,183,220). Sum of RGB (Red+Green+Blue) = 229+183+220=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B7DC is #1A4823. Grayscale: #C8C8C8. Windows color (decimal): -1722404 or 14464997. OLE color: 14464997.
HSL color Cylindrical-coordinate representation of color #E5B7DC: hue angle of 311.74º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5B7DC is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 220 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.10 |
| HSL | 311.74º | 0.47% | 0.81% | - |
| HSV(B) | 311.74º | 0.2% | 0.9% | - |
| XYZ | 62.16 | 55.69 | 75.18 | - |
| YUV | 200.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 220 | 0 | 0.20 | 0.04 | 0.10 | 311.74 | 0.47 | 0.81 |
| Hex | E5 | B7 | DC | 0 | 14 | 4 | A | 138 | 2F | 51 |
| Octal | 345 | 267 | 334 | 0 | 24 | 4 | 12 | 470 | 57 | 121 |
| Binary | 11100101 | 10110111 | 11011100 | 0 | 10100 | 100 | 1010 | 100111000 | 101111 | 1010001 |
Color Harmonies of #E5B7DC
Complementary color
Monochromatic Colors of #E5B7DC
Black with #E5B7DC
Text Example
Text Example
White with #E5B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7DC; }
p { color: rgb(229,183,220); }
H1.HeaderClassName
{
color: #E5B7DC;
}
.AnyTagClassName
{
color: #E5B7DC;
}
</style>
background-color css
<style>
a { background-color: #E5B7DC; }
a { background-color: rgb(229,183,220); }
div.DivClassName
{
background-color: #E5B7DC;
}
.BgClassName
{
background-color: #E5B7DC;
}
</style>
border-color css
<style>
span { border-color: #E5B7DC; }
span { border-color: rgb(229,183,220); }
td.TdClassName
{
border-color: #E5B7DC;
}
.TagClassName
{
border-color: #E5B7DC;
}
</style>