Shades of French Lilac #E1B2D9
Tints of French Lilac #E1B2D9
RGB
CMYK
RGB Variations
Color information
#E1B2D9 (or 0xE1B2D9) is known color: French Lilac. HEX triplet: E1, B2 and D9. RGB value is (225,178,217). Sum of RGB (Red+Green+Blue) = 225+178+217=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2D9 is #1E4D26. Grayscale: #C4C4C4. Windows color (decimal): -1985831 or 14267105. OLE color: 14267105.
HSL color Cylindrical-coordinate representation of color #E1B2D9: hue angle of 310.21º 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 #E1B2D9 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 217 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.12 |
| HSL | 310.21º | 0.44% | 0.79% | - |
| HSV(B) | 310.21º | 0.21% | 0.88% | - |
| XYZ | 59.5 | 52.86 | 72.71 | - |
| YUV | 196.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 217 | 0 | 0.21 | 0.04 | 0.12 | 310.21 | 0.44 | 0.79 |
| Hex | E1 | B2 | D9 | 0 | 15 | 4 | C | 136 | 2C | 4F |
| Octal | 341 | 262 | 331 | 0 | 25 | 4 | 14 | 466 | 54 | 117 |
| Binary | 11100001 | 10110010 | 11011001 | 0 | 10101 | 100 | 1100 | 100110110 | 101100 | 1001111 |
Color Harmonies of #E1B2D9
Complementary color
Monochromatic Colors of #E1B2D9
Black with #E1B2D9
Text Example
Text Example
White with #E1B2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2D9; }
p { color: rgb(225,178,217); }
H1.HeaderClassName
{
color: #E1B2D9;
}
.AnyTagClassName
{
color: #E1B2D9;
}
</style>
background-color css
<style>
a { background-color: #E1B2D9; }
a { background-color: rgb(225,178,217); }
div.DivClassName
{
background-color: #E1B2D9;
}
.BgClassName
{
background-color: #E1B2D9;
}
</style>
border-color css
<style>
span { border-color: #E1B2D9; }
span { border-color: rgb(225,178,217); }
td.TdClassName
{
border-color: #E1B2D9;
}
.TagClassName
{
border-color: #E1B2D9;
}
</style>