Shades of French Lilac #E2ACD0
Tints of French Lilac #E2ACD0
RGB
CMYK
RGB Variations
Color information
#E2ACD0 (or 0xE2ACD0) is known color: French Lilac. HEX triplet: E2, AC and D0. RGB value is (226,172,208). Sum of RGB (Red+Green+Blue) = 226+172+208=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACD0 is #1D532F. Grayscale: #C0C0C0. Windows color (decimal): -1921840 or 13675746. OLE color: 13675746.
HSL color Cylindrical-coordinate representation of color #E2ACD0: hue angle of 320º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACD0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 208 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.11 |
| HSL | 320º | 0.48% | 0.78% | - |
| HSV(B) | 320º | 0.24% | 0.89% | - |
| XYZ | 57.5 | 50.23 | 66.34 | - |
| YUV | 192.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 208 | 0 | 0.24 | 0.08 | 0.11 | 320 | 0.48 | 0.78 |
| Hex | E2 | AC | D0 | 0 | 18 | 8 | B | 140 | 30 | 4E |
| Octal | 342 | 254 | 320 | 0 | 30 | 10 | 13 | 500 | 60 | 116 |
| Binary | 11100010 | 10101100 | 11010000 | 0 | 11000 | 1000 | 1011 | 101000000 | 110000 | 1001110 |
Color Harmonies of #E2ACD0
Complementary color
Monochromatic Colors of #E2ACD0
Black with #E2ACD0
Text Example
Text Example
White with #E2ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACD0; }
p { color: rgb(226,172,208); }
H1.HeaderClassName
{
color: #E2ACD0;
}
.AnyTagClassName
{
color: #E2ACD0;
}
</style>
background-color css
<style>
a { background-color: #E2ACD0; }
a { background-color: rgb(226,172,208); }
div.DivClassName
{
background-color: #E2ACD0;
}
.BgClassName
{
background-color: #E2ACD0;
}
</style>
border-color css
<style>
span { border-color: #E2ACD0; }
span { border-color: rgb(226,172,208); }
td.TdClassName
{
border-color: #E2ACD0;
}
.TagClassName
{
border-color: #E2ACD0;
}
</style>