Shades of French Lilac #E2ADD0
Tints of French Lilac #E2ADD0
RGB
CMYK
RGB Variations
Color information
#E2ADD0 (or 0xE2ADD0) is known color: French Lilac. HEX triplet: E2, AD and D0. RGB value is (226,173,208). Sum of RGB (Red+Green+Blue) = 226+173+208=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADD0 is #1D522F. Grayscale: #C0C0C0. Windows color (decimal): -1921584 or 13676002. OLE color: 13676002.
HSL color Cylindrical-coordinate representation of color #E2ADD0: hue angle of 320.38º 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 #E2ADD0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 208 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.11 |
| HSL | 320.38º | 0.48% | 0.78% | - |
| HSV(B) | 320.38º | 0.23% | 0.89% | - |
| XYZ | 57.69 | 50.61 | 66.4 | - |
| YUV | 192.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 208 | 0 | 0.23 | 0.08 | 0.11 | 320.38 | 0.48 | 0.78 |
| Hex | E2 | AD | D0 | 0 | 17 | 8 | B | 140 | 30 | 4E |
| Octal | 342 | 255 | 320 | 0 | 27 | 10 | 13 | 500 | 60 | 116 |
| Binary | 11100010 | 10101101 | 11010000 | 0 | 10111 | 1000 | 1011 | 101000000 | 110000 | 1001110 |
Color Harmonies of #E2ADD0
Complementary color
Monochromatic Colors of #E2ADD0
Black with #E2ADD0
Text Example
Text Example
White with #E2ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADD0; }
p { color: rgb(226,173,208); }
H1.HeaderClassName
{
color: #E2ADD0;
}
.AnyTagClassName
{
color: #E2ADD0;
}
</style>
background-color css
<style>
a { background-color: #E2ADD0; }
a { background-color: rgb(226,173,208); }
div.DivClassName
{
background-color: #E2ADD0;
}
.BgClassName
{
background-color: #E2ADD0;
}
</style>
border-color css
<style>
span { border-color: #E2ADD0; }
span { border-color: rgb(226,173,208); }
td.TdClassName
{
border-color: #E2ADD0;
}
.TagClassName
{
border-color: #E2ADD0;
}
</style>