#E6AEDD

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

Shades of French Lilac #E6AEDD

Tints of French Lilac #E6AEDD

Color information

#E6AEDD (or 0xE6AEDD) is unknown color: approx French Lilac. HEX triplet: E6, AE and DD. RGB value is (230,174,221). Sum of RGB (Red+Green+Blue) = 230+174+221=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEDD is #195122. Grayscale: #C3C3C3. Windows color (decimal): -1659171 or 14528230. OLE color: 14528230.

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

Color convert

RGB230174221-
CMYK00.240.040.10
HSL309.64º52.83%79.22%-
HSV(B)309.64º24.35%90.2%-
XYZ60.8252.3275.3-
YUV196.1142.05152.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=36.8%
G=27.84%
B=35.36%

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
Decimal23017422100.240.040.10309.6452.8379.22
HexE6AEDD0184A136354f
Octal34625633503041246665117
Binary11100110101011101101110101100010010101001101101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEDD; }

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

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

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

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

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

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

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

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