Shades of French Lilac #E2ADDD
Tints of French Lilac #E2ADDD
RGB
CMYK
RGB Variations
Color information
#E2ADDD (or 0xE2ADDD) is known color: French Lilac. HEX triplet: E2, AD and DD. RGB value is (226,173,221). Sum of RGB (Red+Green+Blue) = 226+173+221=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADDD is #1D5222. Grayscale: #C2C2C2. Windows color (decimal): -1921571 or 14527970. OLE color: 14527970.
HSL color Cylindrical-coordinate representation of color #E2ADDD: hue angle of 305.66º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2ADDD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 221 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.11 |
| HSL | 305.66º | 0.48% | 0.78% | - |
| HSV(B) | 305.66º | 0.23% | 0.89% | - |
| XYZ | 59.36 | 51.28 | 75.18 | - |
| YUV | 194.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 221 | 0 | 0.23 | 0.02 | 0.11 | 305.66 | 0.48 | 0.78 |
| Hex | E2 | AD | DD | 0 | 17 | 2 | B | 132 | 30 | 4E |
| Octal | 342 | 255 | 335 | 0 | 27 | 2 | 13 | 462 | 60 | 116 |
| Binary | 11100010 | 10101101 | 11011101 | 0 | 10111 | 10 | 1011 | 100110010 | 110000 | 1001110 |
Color Harmonies of #E2ADDD
Complementary color
Monochromatic Colors of #E2ADDD
Black with #E2ADDD
Text Example
Text Example
White with #E2ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADDD; }
p { color: rgb(226,173,221); }
H1.HeaderClassName
{
color: #E2ADDD;
}
.AnyTagClassName
{
color: #E2ADDD;
}
</style>
background-color css
<style>
a { background-color: #E2ADDD; }
a { background-color: rgb(226,173,221); }
div.DivClassName
{
background-color: #E2ADDD;
}
.BgClassName
{
background-color: #E2ADDD;
}
</style>
border-color css
<style>
span { border-color: #E2ADDD; }
span { border-color: rgb(226,173,221); }
td.TdClassName
{
border-color: #E2ADDD;
}
.TagClassName
{
border-color: #E2ADDD;
}
</style>