Shades of French Lilac #E5B4DE
Tints of French Lilac #E5B4DE
RGB
CMYK
RGB Variations
Color information
#E5B4DE (or 0xE5B4DE) is known color: French Lilac. HEX triplet: E5, B4 and DE. RGB value is (229,180,222). Sum of RGB (Red+Green+Blue) = 229+180+222=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4DE is #1A4B21. Grayscale: #C7C7C7. Windows color (decimal): -1723170 or 14595301. OLE color: 14595301.
HSL color Cylindrical-coordinate representation of color #E5B4DE: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B4DE is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 222 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.10 |
| HSL | 308.57º | 0.49% | 0.8% | - |
| HSV(B) | 308.57º | 0.21% | 0.9% | - |
| XYZ | 61.82 | 54.57 | 76.38 | - |
| YUV | 199.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 222 | 0 | 0.21 | 0.03 | 0.10 | 308.57 | 0.49 | 0.8 |
| Hex | E5 | B4 | DE | 0 | 15 | 3 | A | 135 | 31 | 50 |
| Octal | 345 | 264 | 336 | 0 | 25 | 3 | 12 | 465 | 61 | 120 |
| Binary | 11100101 | 10110100 | 11011110 | 0 | 10101 | 11 | 1010 | 100110101 | 110001 | 1010000 |
Color Harmonies of #E5B4DE
Complementary color
Monochromatic Colors of #E5B4DE
Black with #E5B4DE
Text Example
Text Example
White with #E5B4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4DE; }
p { color: rgb(229,180,222); }
H1.HeaderClassName
{
color: #E5B4DE;
}
.AnyTagClassName
{
color: #E5B4DE;
}
</style>
background-color css
<style>
a { background-color: #E5B4DE; }
a { background-color: rgb(229,180,222); }
div.DivClassName
{
background-color: #E5B4DE;
}
.BgClassName
{
background-color: #E5B4DE;
}
</style>
border-color css
<style>
span { border-color: #E5B4DE; }
span { border-color: rgb(229,180,222); }
td.TdClassName
{
border-color: #E5B4DE;
}
.TagClassName
{
border-color: #E5B4DE;
}
</style>