#EAC4DF

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

Shades of French Lilac #EAC4DF

Tints of French Lilac #EAC4DF

Color information

#EAC4DF (or 0xEAC4DF) is unknown color: approx French Lilac. HEX triplet: EA, C4 and DF. RGB value is (234,196,223). Sum of RGB (Red+Green+Blue) = 234+196+223=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4DF is #153B20. Grayscale: #D2D2D2. Windows color (decimal): -1391393 or 14664938. OLE color: 14664938.

HSL color Cylindrical-coordinate representation of color #EAC4DF: hue angle of 317.37º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC4DF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234196223-
CMYK00.160.050.08
HSL317.37º47.5%84.31%-
HSV(B)317.37º16.24%91.76%-
XYZ66.9962.378.31-
YUV210.44135.09144.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=35.83%
G=30.02%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419622300.160.050.08317.3747.584.31
HexEAC4DF0105813d3054
Octal35230433702051047560124
Binary11101010110001001101111101000010110001001111011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4DF; }

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

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

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

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

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

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

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

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