#EAC1DE

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

Shades of French Lilac #EAC1DE

Tints of French Lilac #EAC1DE

Color information

#EAC1DE (or 0xEAC1DE) is unknown color: approx French Lilac. HEX triplet: EA, C1 and DE. RGB value is (234,193,222). Sum of RGB (Red+Green+Blue) = 234+193+222=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1DE is #153E21. Grayscale: #D0D0D0. Windows color (decimal): -1392162 or 14598634. OLE color: 14598634.

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

Color convert

RGB234193222-
CMYK00.180.050.08
HSL317.56º49.4%83.73%-
HSV(B)317.56º17.52%91.76%-
XYZ66.1960.9177.37-
YUV208.56135.58146.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=36.06%
G=29.74%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419322200.180.050.08317.5649.483.73
HexEAC1DE0125813e3154
Octal35230133602251047661124
Binary11101010110000011101111001001010110001001111101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1DE; }

 p { color: rgb(234,193,222); }

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

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

 a { background-color: rgb(234,193,222); }

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

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

 span { border-color: rgb(234,193,222); }

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