#EAAEDD

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

Shades of French Lilac #EAAEDD

Tints of French Lilac #EAAEDD

Color information

#EAAEDD (or 0xEAAEDD) is unknown color: approx French Lilac. HEX triplet: EA, AE and DD. RGB value is (234,174,221). Sum of RGB (Red+Green+Blue) = 234+174+221=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEDD is #155122. Grayscale: #C5C5C5. Windows color (decimal): -1397027 or 14528234. OLE color: 14528234.

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

Color convert

RGB234174221-
CMYK00.260.060.08
HSL313º58.82%80%-
HSV(B)313º25.64%91.76%-
XYZ62.1252.9875.36-
YUV197.3141.38154.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=37.20%
G=27.66%
B=35.14%

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
Decimal23417422100.260.060.0831358.8280
HexEAAEDD01A681393b50
Octal35225633503261047173120
Binary11101010101011101101110101101011010001001110011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEDD; }

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

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

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

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

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

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

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

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