#E7AED5

Color #E7AED5 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E7AED5

Tints of French Lilac #E7AED5

Color information

#E7AED5 (or 0xE7AED5) is unknown color: approx French Lilac. HEX triplet: E7, AE and D5. RGB value is (231,174,213). Sum of RGB (Red+Green+Blue) = 231+174+213=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AED5 is #18512A. Grayscale: #C3C3C3. Windows color (decimal): -1593643 or 14003943. OLE color: 14003943.

HSL color Cylindrical-coordinate representation of color #E7AED5: hue angle of 318.95º 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 #E7AED5 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB231174213-
CMYK00.250.080.09
HSL318.95º54.29%79.41%-
HSV(B)318.95º24.68%90.59%-
XYZ60.152.0769.83-
YUV195.49137.88153.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 37.38%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=37.38%
G=28.16%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117421300.250.080.09318.9554.2979.41
HexE7AED50198913f364f
Octal347256325031101147766117
Binary111001111010111011010101011001100010011001111111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AED5; }

 p { color: rgb(231,174,213); }

 H1.HeaderClassName
 {
   color: #E7AED5;
 }
 .AnyTagClassName
 {
   color: #E7AED5;
 }
</style>
background-color css

<style>
 a { background-color: #E7AED5; }

 a { background-color: rgb(231,174,213); }

 div.DivClassName
 {
   background-color: #E7AED5;
 }
 .BgClassName
 {
   background-color: #E7AED5;
 }
</style>
border-color css

<style>
 span { border-color: #E7AED5; }

 span { border-color: rgb(231,174,213); }

 td.TdClassName
 {
   border-color: #E7AED5;
 }
 .TagClassName
 {
   border-color: #E7AED5;
 }
</style>