Shades of French Lilac #E5B4DD
Tints of French Lilac #E5B4DD
RGB
CMYK
RGB Variations
Color information
#E5B4DD (or 0xE5B4DD) is known color: French Lilac. HEX triplet: E5, B4 and DD. RGB value is (229,180,221). Sum of RGB (Red+Green+Blue) = 229+180+221=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4DD is #1A4B22. Grayscale: #C7C7C7. Windows color (decimal): -1723171 or 14529765. OLE color: 14529765.
HSL color Cylindrical-coordinate representation of color #E5B4DD: hue angle of 309.8º 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 #E5B4DD is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 221 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.10 |
| HSL | 309.8º | 0.49% | 0.8% | - |
| HSV(B) | 309.8º | 0.21% | 0.9% | - |
| XYZ | 61.69 | 54.52 | 75.68 | - |
| YUV | 199.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 221 | 0 | 0.21 | 0.03 | 0.10 | 309.8 | 0.49 | 0.8 |
| Hex | E5 | B4 | DD | 0 | 15 | 3 | A | 136 | 31 | 50 |
| Octal | 345 | 264 | 335 | 0 | 25 | 3 | 12 | 466 | 61 | 120 |
| Binary | 11100101 | 10110100 | 11011101 | 0 | 10101 | 11 | 1010 | 100110110 | 110001 | 1010000 |
Color Harmonies of #E5B4DD
Complementary color
Monochromatic Colors of #E5B4DD
Black with #E5B4DD
Text Example
Text Example
White with #E5B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4DD; }
p { color: rgb(229,180,221); }
H1.HeaderClassName
{
color: #E5B4DD;
}
.AnyTagClassName
{
color: #E5B4DD;
}
</style>
background-color css
<style>
a { background-color: #E5B4DD; }
a { background-color: rgb(229,180,221); }
div.DivClassName
{
background-color: #E5B4DD;
}
.BgClassName
{
background-color: #E5B4DD;
}
</style>
border-color css
<style>
span { border-color: #E5B4DD; }
span { border-color: rgb(229,180,221); }
td.TdClassName
{
border-color: #E5B4DD;
}
.TagClassName
{
border-color: #E5B4DD;
}
</style>