#EAB5DE

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

Shades of French Lilac #EAB5DE

Tints of French Lilac #EAB5DE

Color information

#EAB5DE (or 0xEAB5DE) is unknown color: approx French Lilac. HEX triplet: EA, B5 and DE. RGB value is (234,181,222). Sum of RGB (Red+Green+Blue) = 234+181+222=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5DE is #154A21. Grayscale: #C9C9C9. Windows color (decimal): -1395234 or 14595562. OLE color: 14595562.

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

Color convert

RGB234181222-
CMYK00.230.050.08
HSL313.58º55.79%81.37%-
HSV(B)313.58º22.65%91.76%-
XYZ63.6455.8176.53-
YUV201.52139.56151.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 181 (71.09% from 255) = 28.41%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=36.73%
G=28.41%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418122200.230.050.08313.5855.7981.37
HexEAB5DE0175813a3851
Octal35226533602751047270121
Binary11101010101101011101111001011110110001001110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5DE; }

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

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

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

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

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

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

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

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