Shades of French Lilac #E1B0DD
Tints of French Lilac #E1B0DD
RGB
CMYK
RGB Variations
Color information
#E1B0DD (or 0xE1B0DD) is known color: French Lilac. HEX triplet: E1, B0 and DD. RGB value is (225,176,221). Sum of RGB (Red+Green+Blue) = 225+176+221=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0DD is #1E4F22. Grayscale: #C3C3C3. Windows color (decimal): -1986339 or 14528737. OLE color: 14528737.
HSL color Cylindrical-coordinate representation of color #E1B0DD: hue angle of 304.9º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0DD is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 221 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.12 |
| HSL | 304.9º | 0.45% | 0.79% | - |
| HSV(B) | 304.9º | 0.22% | 0.88% | - |
| XYZ | 59.63 | 52.28 | 75.35 | - |
| YUV | 195.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 221 | 0 | 0.22 | 0.02 | 0.12 | 304.9 | 0.45 | 0.79 |
| Hex | E1 | B0 | DD | 0 | 16 | 2 | C | 131 | 2D | 4F |
| Octal | 341 | 260 | 335 | 0 | 26 | 2 | 14 | 461 | 55 | 117 |
| Binary | 11100001 | 10110000 | 11011101 | 0 | 10110 | 10 | 1100 | 100110001 | 101101 | 1001111 |
Color Harmonies of #E1B0DD
Complementary color
Monochromatic Colors of #E1B0DD
Black with #E1B0DD
Text Example
Text Example
White with #E1B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0DD; }
p { color: rgb(225,176,221); }
H1.HeaderClassName
{
color: #E1B0DD;
}
.AnyTagClassName
{
color: #E1B0DD;
}
</style>
background-color css
<style>
a { background-color: #E1B0DD; }
a { background-color: rgb(225,176,221); }
div.DivClassName
{
background-color: #E1B0DD;
}
.BgClassName
{
background-color: #E1B0DD;
}
</style>
border-color css
<style>
span { border-color: #E1B0DD; }
span { border-color: rgb(225,176,221); }
td.TdClassName
{
border-color: #E1B0DD;
}
.TagClassName
{
border-color: #E1B0DD;
}
</style>