#E7AEDD

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

Shades of French Lilac #E7AEDD

Tints of French Lilac #E7AEDD

Color information

#E7AEDD (or 0xE7AEDD) is unknown color: approx French Lilac. HEX triplet: E7, AE and DD. RGB value is (231,174,221). Sum of RGB (Red+Green+Blue) = 231+174+221=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AEDD is #185122. Grayscale: #C4C4C4. Windows color (decimal): -1593635 or 14528231. OLE color: 14528231.

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

Color convert

RGB231174221-
CMYK00.250.040.09
HSL310.53º54.29%79.41%-
HSV(B)310.53º24.68%90.59%-
XYZ61.1452.4875.31-
YUV196.4141.88152.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.90%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=36.90%
G=27.80%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117422100.250.040.09310.5354.2979.41
HexE7AEDD01949137364f
Octal34725633503141146766117
Binary11100111101011101101110101100110010011001101111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEDD; }

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

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

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

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

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

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

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

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