#E6AEDC

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

Shades of French Lilac #E6AEDC

Tints of French Lilac #E6AEDC

Color information

#E6AEDC (or 0xE6AEDC) is unknown color: approx French Lilac. HEX triplet: E6, AE and DC. RGB value is (230,174,220). Sum of RGB (Red+Green+Blue) = 230+174+220=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEDC is #195123. Grayscale: #C3C3C3. Windows color (decimal): -1659172 or 14462694. OLE color: 14462694.

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

Color convert

RGB230174220-
CMYK00.240.040.10
HSL310.71º52.83%79.22%-
HSV(B)310.71º24.35%90.2%-
XYZ60.6952.2674.6-
YUV195.99141.55152.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=36.86%
G=27.88%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017422000.240.040.10310.7152.8379.22
HexE6AEDC0184A137354f
Octal34625633403041246765117
Binary11100110101011101101110001100010010101001101111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEDC; }

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

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

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

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

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

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

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

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