#EAAEDC

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

Shades of French Lilac #EAAEDC

Tints of French Lilac #EAAEDC

Color information

#EAAEDC (or 0xEAAEDC) is unknown color: approx French Lilac. HEX triplet: EA, AE and DC. RGB value is (234,174,220). Sum of RGB (Red+Green+Blue) = 234+174+220=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEDC is #155123. Grayscale: #C5C5C5. Windows color (decimal): -1397028 or 14462698. OLE color: 14462698.

HSL color Cylindrical-coordinate representation of color #EAAEDC: hue angle of 314º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEDC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234174220-
CMYK00.260.060.08
HSL314º58.82%80%-
HSV(B)314º25.64%91.76%-
XYZ61.9952.9374.66-
YUV197.18140.88154.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=37.26%
G=27.71%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417422000.260.060.0831458.8280
HexEAAEDC01A6813a3b50
Octal35225633403261047273120
Binary11101010101011101101110001101011010001001110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEDC; }

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

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

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

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

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

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

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

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