Shades of French Lilac #E5B0DD
Tints of French Lilac #E5B0DD
RGB
CMYK
RGB Variations
Color information
#E5B0DD (or 0xE5B0DD) is known color: French Lilac. HEX triplet: E5, B0 and DD. RGB value is (229,176,221). Sum of RGB (Red+Green+Blue) = 229+176+221=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B0DD is #1A4F22. Grayscale: #C4C4C4. Windows color (decimal): -1724195 or 14528741. OLE color: 14528741.
HSL color Cylindrical-coordinate representation of color #E5B0DD: hue angle of 309.06º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B0DD is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 221 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.10 |
| HSL | 309.06º | 0.5% | 0.79% | - |
| HSV(B) | 309.06º | 0.23% | 0.9% | - |
| XYZ | 60.89 | 52.93 | 75.41 | - |
| YUV | 196.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 221 | 0 | 0.23 | 0.03 | 0.10 | 309.06 | 0.5 | 0.79 |
| Hex | E5 | B0 | DD | 0 | 17 | 3 | A | 135 | 32 | 4F |
| Octal | 345 | 260 | 335 | 0 | 27 | 3 | 12 | 465 | 62 | 117 |
| Binary | 11100101 | 10110000 | 11011101 | 0 | 10111 | 11 | 1010 | 100110101 | 110010 | 1001111 |
Color Harmonies of #E5B0DD
Complementary color
Monochromatic Colors of #E5B0DD
Black with #E5B0DD
Text Example
Text Example
White with #E5B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0DD; }
p { color: rgb(229,176,221); }
H1.HeaderClassName
{
color: #E5B0DD;
}
.AnyTagClassName
{
color: #E5B0DD;
}
</style>
background-color css
<style>
a { background-color: #E5B0DD; }
a { background-color: rgb(229,176,221); }
div.DivClassName
{
background-color: #E5B0DD;
}
.BgClassName
{
background-color: #E5B0DD;
}
</style>
border-color css
<style>
span { border-color: #E5B0DD; }
span { border-color: rgb(229,176,221); }
td.TdClassName
{
border-color: #E5B0DD;
}
.TagClassName
{
border-color: #E5B0DD;
}
</style>