#EAADD9

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

Shades of French Lilac #EAADD9

Tints of French Lilac #EAADD9

Color information

#EAADD9 (or 0xEAADD9) is unknown color: approx French Lilac. HEX triplet: EA, AD and D9. RGB value is (234,173,217). Sum of RGB (Red+Green+Blue) = 234+173+217=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADD9 is #155226. Grayscale: #C4C4C4. Windows color (decimal): -1397287 or 14265834. OLE color: 14265834.

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

Color convert

RGB234173217-
CMYK00.260.070.08
HSL316.72º59.22%79.8%-
HSV(B)316.72º26.07%91.76%-
XYZ61.452.3972.52-
YUV196.26139.71154.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=37.5%
G=27.72%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417321700.260.070.08316.7259.2279.8
HexEAADD901A7813d3b50
Octal35225533103271047573120
Binary11101010101011011101100101101011110001001111011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADD9; }

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

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

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

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

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

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

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

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