Shades of French Lilac #E1B2DC
Tints of French Lilac #E1B2DC
RGB
CMYK
RGB Variations
Color information
#E1B2DC (or 0xE1B2DC) is known color: French Lilac. HEX triplet: E1, B2 and DC. RGB value is (225,178,220). Sum of RGB (Red+Green+Blue) = 225+178+220=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2DC is #1E4D23. Grayscale: #C4C4C4. Windows color (decimal): -1985828 or 14463713. OLE color: 14463713.
HSL color Cylindrical-coordinate representation of color #E1B2DC: hue angle of 306.38º 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 #E1B2DC is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 220 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.12 |
| HSL | 306.38º | 0.44% | 0.79% | - |
| HSV(B) | 306.38º | 0.21% | 0.88% | - |
| XYZ | 59.89 | 53.02 | 74.79 | - |
| YUV | 196.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 220 | 0 | 0.21 | 0.02 | 0.12 | 306.38 | 0.44 | 0.79 |
| Hex | E1 | B2 | DC | 0 | 15 | 2 | C | 132 | 2C | 4F |
| Octal | 341 | 262 | 334 | 0 | 25 | 2 | 14 | 462 | 54 | 117 |
| Binary | 11100001 | 10110010 | 11011100 | 0 | 10101 | 10 | 1100 | 100110010 | 101100 | 1001111 |
Color Harmonies of #E1B2DC
Complementary color
Monochromatic Colors of #E1B2DC
Black with #E1B2DC
Text Example
Text Example
White with #E1B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2DC; }
p { color: rgb(225,178,220); }
H1.HeaderClassName
{
color: #E1B2DC;
}
.AnyTagClassName
{
color: #E1B2DC;
}
</style>
background-color css
<style>
a { background-color: #E1B2DC; }
a { background-color: rgb(225,178,220); }
div.DivClassName
{
background-color: #E1B2DC;
}
.BgClassName
{
background-color: #E1B2DC;
}
</style>
border-color css
<style>
span { border-color: #E1B2DC; }
span { border-color: rgb(225,178,220); }
td.TdClassName
{
border-color: #E1B2DC;
}
.TagClassName
{
border-color: #E1B2DC;
}
</style>