#EAADE0

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

Shades of French Lilac #EAADE0

Tints of French Lilac #EAADE0

Color information

#EAADE0 (or 0xEAADE0) is unknown color: approx French Lilac. HEX triplet: EA, AD and E0. RGB value is (234,173,224). Sum of RGB (Red+Green+Blue) = 234+173+224=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADE0 is #15521F. Grayscale: #C4C4C4. Windows color (decimal): -1397280 or 14724586. OLE color: 14724586.

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

Color convert

RGB234173224-
CMYK00.260.040.08
HSL309.84º59.22%79.8%-
HSV(B)309.84º26.07%91.76%-
XYZ62.3352.7677.42-
YUV197.05143.21154.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=37.08%
G=27.42%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417322400.260.040.08309.8459.2279.8
HexEAADE001A481363b50
Octal35225534003241046673120
Binary11101010101011011110000001101010010001001101101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADE0; }

 p { color: rgb(234,173,224); }

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

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

 a { background-color: rgb(234,173,224); }

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

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

 span { border-color: rgb(234,173,224); }

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