Shades of French Lilac #E7AED4
Tints of French Lilac #E7AED4
RGB
CMYK
RGB Variations
Color information
#E7AED4 (or 0xE7AED4) is known color: French Lilac. HEX triplet: E7, AE and D4. RGB value is (231,174,212). Sum of RGB (Red+Green+Blue) = 231+174+212=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AED4 is #18512B. Grayscale: #C3C3C3. Windows color (decimal): -1593644 or 13938407. OLE color: 13938407.
HSL color Cylindrical-coordinate representation of color #E7AED4: hue angle of 320º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7AED4 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 174 | 212 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.09 |
| HSL | 320º | 0.54% | 0.79% | - |
| HSV(B) | 320º | 0.25% | 0.91% | - |
| XYZ | 59.97 | 52.01 | 69.17 | - |
| YUV | 195.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 174 | 212 | 0 | 0.25 | 0.08 | 0.09 | 320 | 0.54 | 0.79 |
| Hex | E7 | AE | D4 | 0 | 19 | 8 | 9 | 140 | 36 | 4F |
| Octal | 347 | 256 | 324 | 0 | 31 | 10 | 11 | 500 | 66 | 117 |
| Binary | 11100111 | 10101110 | 11010100 | 0 | 11001 | 1000 | 1001 | 101000000 | 110110 | 1001111 |
Color Harmonies of #E7AED4
Complementary color
Monochromatic Colors of #E7AED4
Black with #E7AED4
Text Example
Text Example
White with #E7AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AED4; }
p { color: rgb(231,174,212); }
H1.HeaderClassName
{
color: #E7AED4;
}
.AnyTagClassName
{
color: #E7AED4;
}
</style>
background-color css
<style>
a { background-color: #E7AED4; }
a { background-color: rgb(231,174,212); }
div.DivClassName
{
background-color: #E7AED4;
}
.BgClassName
{
background-color: #E7AED4;
}
</style>
border-color css
<style>
span { border-color: #E7AED4; }
span { border-color: rgb(231,174,212); }
td.TdClassName
{
border-color: #E7AED4;
}
.TagClassName
{
border-color: #E7AED4;
}
</style>