Shades of French Lilac #E2ADDF
Tints of French Lilac #E2ADDF
RGB
CMYK
RGB Variations
Color information
#E2ADDF (or 0xE2ADDF) is known color: French Lilac. HEX triplet: E2, AD and DF. RGB value is (226,173,223). Sum of RGB (Red+Green+Blue) = 226+173+223=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADDF is #1D5220. Grayscale: #C2C2C2. Windows color (decimal): -1921569 or 14659042. OLE color: 14659042.
HSL color Cylindrical-coordinate representation of color #E2ADDF: hue angle of 303.4º 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 #E2ADDF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 223 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.11 |
| HSL | 303.4º | 0.48% | 0.78% | - |
| HSV(B) | 303.4º | 0.23% | 0.89% | - |
| XYZ | 59.63 | 51.38 | 76.59 | - |
| YUV | 194.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 223 | 0 | 0.23 | 0.01 | 0.11 | 303.4 | 0.48 | 0.78 |
| Hex | E2 | AD | DF | 0 | 17 | 1 | B | 12F | 30 | 4E |
| Octal | 342 | 255 | 337 | 0 | 27 | 1 | 13 | 457 | 60 | 116 |
| Binary | 11100010 | 10101101 | 11011111 | 0 | 10111 | 1 | 1011 | 100101111 | 110000 | 1001110 |
Color Harmonies of #E2ADDF
Complementary color
Monochromatic Colors of #E2ADDF
Black with #E2ADDF
Text Example
Text Example
White with #E2ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADDF; }
p { color: rgb(226,173,223); }
H1.HeaderClassName
{
color: #E2ADDF;
}
.AnyTagClassName
{
color: #E2ADDF;
}
</style>
background-color css
<style>
a { background-color: #E2ADDF; }
a { background-color: rgb(226,173,223); }
div.DivClassName
{
background-color: #E2ADDF;
}
.BgClassName
{
background-color: #E2ADDF;
}
</style>
border-color css
<style>
span { border-color: #E2ADDF; }
span { border-color: rgb(226,173,223); }
td.TdClassName
{
border-color: #E2ADDF;
}
.TagClassName
{
border-color: #E2ADDF;
}
</style>