#EABDE0

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

Shades of French Lilac #EABDE0

Tints of French Lilac #EABDE0

Color information

#EABDE0 (or 0xEABDE0) is unknown color: approx French Lilac. HEX triplet: EA, BD and E0. RGB value is (234,189,224). Sum of RGB (Red+Green+Blue) = 234+189+224=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDE0 is #15421F. Grayscale: #CECECE. Windows color (decimal): -1393184 or 14728682. OLE color: 14728682.

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

Color convert

RGB234189224-
CMYK00.190.040.08
HSL313.33º51.72%82.94%-
HSV(B)313.33º19.23%91.76%-
XYZ65.5859.2778.5-
YUV206.44137.91147.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=36.17%
G=29.21%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418922400.190.040.08313.3351.7282.94
HexEABDE0013481393453
Octal35227534002341047164123
Binary11101010101111011110000001001110010001001110011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDE0; }

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

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

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

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

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

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

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

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