Shades of French Lilac #E1B2DD
Tints of French Lilac #E1B2DD
RGB
CMYK
RGB Variations
Color information
#E1B2DD (or 0xE1B2DD) is known color: French Lilac. HEX triplet: E1, B2 and DD. RGB value is (225,178,221). Sum of RGB (Red+Green+Blue) = 225+178+221=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2DD is #1E4D22. Grayscale: #C4C4C4. Windows color (decimal): -1985827 or 14529249. OLE color: 14529249.
HSL color Cylindrical-coordinate representation of color #E1B2DD: hue angle of 305.11º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B2DD is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 221 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.12 |
| HSL | 305.11º | 0.44% | 0.79% | - |
| HSV(B) | 305.11º | 0.21% | 0.88% | - |
| XYZ | 60.02 | 53.07 | 75.49 | - |
| YUV | 196.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 221 | 0 | 0.21 | 0.02 | 0.12 | 305.11 | 0.44 | 0.79 |
| Hex | E1 | B2 | DD | 0 | 15 | 2 | C | 131 | 2C | 4F |
| Octal | 341 | 262 | 335 | 0 | 25 | 2 | 14 | 461 | 54 | 117 |
| Binary | 11100001 | 10110010 | 11011101 | 0 | 10101 | 10 | 1100 | 100110001 | 101100 | 1001111 |
Color Harmonies of #E1B2DD
Complementary color
Monochromatic Colors of #E1B2DD
Black with #E1B2DD
Text Example
Text Example
White with #E1B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2DD; }
p { color: rgb(225,178,221); }
H1.HeaderClassName
{
color: #E1B2DD;
}
.AnyTagClassName
{
color: #E1B2DD;
}
</style>
background-color css
<style>
a { background-color: #E1B2DD; }
a { background-color: rgb(225,178,221); }
div.DivClassName
{
background-color: #E1B2DD;
}
.BgClassName
{
background-color: #E1B2DD;
}
</style>
border-color css
<style>
span { border-color: #E1B2DD; }
span { border-color: rgb(225,178,221); }
td.TdClassName
{
border-color: #E1B2DD;
}
.TagClassName
{
border-color: #E1B2DD;
}
</style>