#E9AEDC

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

Shades of French Lilac #E9AEDC

Tints of French Lilac #E9AEDC

Color information

#E9AEDC (or 0xE9AEDC) is unknown color: approx French Lilac. HEX triplet: E9, AE and DC. RGB value is (233,174,220). Sum of RGB (Red+Green+Blue) = 233+174+220=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AEDC is #165123. Grayscale: #C4C4C4. Windows color (decimal): -1462564 or 14462697. OLE color: 14462697.

HSL color Cylindrical-coordinate representation of color #E9AEDC: hue angle of 313.22º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AEDC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233174220-
CMYK00.250.060.09
HSL313.22º57.28%79.8%-
HSV(B)313.22º25.32%91.37%-
XYZ61.6652.7674.64-
YUV196.89141.05153.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.16%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=37.16%
G=27.75%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317422000.250.060.09313.2257.2879.8
HexE9AEDC019691393950
Octal35125633403161147171120
Binary11101001101011101101110001100111010011001110011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEDC; }

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

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

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

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

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

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

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

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