#EABDE4

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

Shades of French Lilac #EABDE4

Tints of French Lilac #EABDE4

Color information

#EABDE4 (or 0xEABDE4) is unknown color: approx French Lilac. HEX triplet: EA, BD and E4. RGB value is (234,189,228). Sum of RGB (Red+Green+Blue) = 234+189+228=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDE4 is #15421B. Grayscale: #CECECE. Windows color (decimal): -1393180 or 14990826. OLE color: 14990826.

HSL color Cylindrical-coordinate representation of color #EABDE4: hue angle of 308º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDE4 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234189228-
CMYK00.190.030.08
HSL308º51.72%82.94%-
HSV(B)308º19.23%91.76%-
XYZ66.1359.4981.4-
YUV206.9139.91147.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 228 (89.45% from 255) = 35.02%
R=35.94%
G=29.03%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418922800.190.030.0830851.7282.94
HexEABDE4013381343453
Octal35227534402331046464123
Binary1110101010111101111001000100111110001001101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDE4; }

 p { color: rgb(234,189,228); }

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

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

 a { background-color: rgb(234,189,228); }

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

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

 span { border-color: rgb(234,189,228); }

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