#EAAEDF

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

Shades of French Lilac #EAAEDF

Tints of French Lilac #EAAEDF

Color information

#EAAEDF (or 0xEAAEDF) is unknown color: approx French Lilac. HEX triplet: EA, AE and DF. RGB value is (234,174,223). Sum of RGB (Red+Green+Blue) = 234+174+223=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEDF is #155120. Grayscale: #C5C5C5. Windows color (decimal): -1397025 or 14659306. OLE color: 14659306.

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

Color convert

RGB234174223-
CMYK00.260.050.08
HSL311º58.82%80%-
HSV(B)311º25.64%91.76%-
XYZ62.3953.0976.77-
YUV197.53142.38154.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 174 (68.36% from 255) = 27.58%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=37.08%
G=27.58%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417422300.260.050.0831158.8280
HexEAAEDF01A581373b50
Octal35225633703251046773120
Binary11101010101011101101111101101010110001001101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEDF; }

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

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

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

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

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

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

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

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