#E7AEDF

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

Shades of French Lilac #E7AEDF

Tints of French Lilac #E7AEDF

Color information

#E7AEDF (or 0xE7AEDF) is unknown color: approx French Lilac. HEX triplet: E7, AE and DF. RGB value is (231,174,223). Sum of RGB (Red+Green+Blue) = 231+174+223=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AEDF is #185120. Grayscale: #C4C4C4. Windows color (decimal): -1593633 or 14659303. OLE color: 14659303.

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

Color convert

RGB231174223-
CMYK00.250.030.09
HSL308.42º54.29%79.41%-
HSV(B)308.42º24.68%90.59%-
XYZ61.4152.5976.73-
YUV196.63142.88152.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=36.78%
G=27.71%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117422300.250.030.09308.4254.2979.41
HexE7AEDF01939134364f
Octal34725633703131146466117
Binary1110011110101110110111110110011110011001101001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEDF; }

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

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

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

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

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

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

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

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