#E6AED2

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

Shades of French Lilac #E6AED2

Tints of French Lilac #E6AED2

Color information

#E6AED2 (or 0xE6AED2) is unknown color: approx French Lilac. HEX triplet: E6, AE and D2. RGB value is (230,174,210). Sum of RGB (Red+Green+Blue) = 230+174+210=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AED2 is #19512D. Grayscale: #C2C2C2. Windows color (decimal): -1659182 or 13807334. OLE color: 13807334.

HSL color Cylindrical-coordinate representation of color #E6AED2: hue angle of 321.43º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AED2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB230174210-
CMYK00.240.090.10
HSL321.43º52.83%79.22%-
HSV(B)321.43º24.35%90.2%-
XYZ59.451.7567.83-
YUV194.85136.55153.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=37.46%
G=28.34%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017421000.240.090.10321.4352.8379.22
HexE6AED20189A141354f
Octal346256322030111250165117
Binary111001101010111011010010011000100110101010000011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AED2; }

 p { color: rgb(230,174,210); }

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

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

 a { background-color: rgb(230,174,210); }

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

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

 span { border-color: rgb(230,174,210); }

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