#EAACDF

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

Shades of French Lilac #EAACDF

Tints of French Lilac #EAACDF

Color information

#EAACDF (or 0xEAACDF) is unknown color: approx French Lilac. HEX triplet: EA, AC and DF. RGB value is (234,172,223). Sum of RGB (Red+Green+Blue) = 234+172+223=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACDF is #155320. Grayscale: #C4C4C4. Windows color (decimal): -1397537 or 14658794. OLE color: 14658794.

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

Color convert

RGB234172223-
CMYK00.260.050.08
HSL310.65º59.62%79.61%-
HSV(B)310.65º26.5%91.76%-
XYZ6252.3376.64-
YUV196.35143.04154.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=37.20%
G=27.34%
B=35.45%

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
Decimal23417222300.260.050.08310.6559.6279.61
HexEAACDF01A581373c50
Octal35225433703251046774120
Binary11101010101011001101111101101010110001001101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACDF; }

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

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

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

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

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

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

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

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