#EABDE1

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

Shades of French Lilac #EABDE1

Tints of French Lilac #EABDE1

Color information

#EABDE1 (or 0xEABDE1) is unknown color: approx French Lilac. HEX triplet: EA, BD and E1. RGB value is (234,189,225). Sum of RGB (Red+Green+Blue) = 234+189+225=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDE1 is #15421E. Grayscale: #CECECE. Windows color (decimal): -1393183 or 14794218. OLE color: 14794218.

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

Color convert

RGB234189225-
CMYK00.190.040.08
HSL312º51.72%82.94%-
HSV(B)312º19.23%91.76%-
XYZ65.7259.3279.22-
YUV206.56138.41147.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 225 (88.28% from 255) = 34.72%
R=36.11%
G=29.17%
B=34.72%

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
Decimal23418922500.190.040.0831251.7282.94
HexEABDE1013481383453
Octal35227534102341047064123
Binary11101010101111011110000101001110010001001110001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDE1; }

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

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

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

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

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

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

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

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