Shades of French Lilac #E2B9DD
Tints of French Lilac #E2B9DD
RGB
CMYK
RGB Variations
Color information
#E2B9DD (or 0xE2B9DD) is known color: French Lilac. HEX triplet: E2, B9 and DD. RGB value is (226,185,221). Sum of RGB (Red+Green+Blue) = 226+185+221=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9DD is #1D4622. Grayscale: #C9C9C9. Windows color (decimal): -1918499 or 14531042. OLE color: 14531042.
HSL color Cylindrical-coordinate representation of color #E2B9DD: hue angle of 307.32º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2B9DD is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 221 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.11 |
| HSL | 307.32º | 0.41% | 0.81% | - |
| HSV(B) | 307.32º | 0.18% | 0.89% | - |
| XYZ | 61.76 | 56.09 | 75.98 | - |
| YUV | 201.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 221 | 0 | 0.18 | 0.02 | 0.11 | 307.32 | 0.41 | 0.81 |
| Hex | E2 | B9 | DD | 0 | 12 | 2 | B | 133 | 29 | 51 |
| Octal | 342 | 271 | 335 | 0 | 22 | 2 | 13 | 463 | 51 | 121 |
| Binary | 11100010 | 10111001 | 11011101 | 0 | 10010 | 10 | 1011 | 100110011 | 101001 | 1010001 |
Color Harmonies of #E2B9DD
Complementary color
Monochromatic Colors of #E2B9DD
Black with #E2B9DD
Text Example
Text Example
White with #E2B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9DD; }
p { color: rgb(226,185,221); }
H1.HeaderClassName
{
color: #E2B9DD;
}
.AnyTagClassName
{
color: #E2B9DD;
}
</style>
background-color css
<style>
a { background-color: #E2B9DD; }
a { background-color: rgb(226,185,221); }
div.DivClassName
{
background-color: #E2B9DD;
}
.BgClassName
{
background-color: #E2B9DD;
}
</style>
border-color css
<style>
span { border-color: #E2B9DD; }
span { border-color: rgb(226,185,221); }
td.TdClassName
{
border-color: #E2B9DD;
}
.TagClassName
{
border-color: #E2B9DD;
}
</style>