#EAACD6

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

Shades of French Lilac #EAACD6

Tints of French Lilac #EAACD6

Color information

#EAACD6 (or 0xEAACD6) is unknown color: approx French Lilac. HEX triplet: EA, AC and D6. RGB value is (234,172,214). Sum of RGB (Red+Green+Blue) = 234+172+214=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD6 is #155329. Grayscale: #C3C3C3. Windows color (decimal): -1397546 or 14068970. OLE color: 14068970.

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

Color convert

RGB234172214-
CMYK00.260.090.08
HSL319.35º59.62%79.61%-
HSV(B)319.35º26.5%91.76%-
XYZ60.8251.8570.42-
YUV195.33138.54155.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=37.74%
G=27.74%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417221400.260.090.08319.3559.6279.61
HexEAACD601A9813f3c50
Octal352254326032111047774120
Binary111010101010110011010110011010100110001001111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACD6; }

 p { color: rgb(234,172,214); }

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

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

 a { background-color: rgb(234,172,214); }

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

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

 span { border-color: rgb(234,172,214); }

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