#EABDE7

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

Shades of French Lilac #EABDE7

Tints of French Lilac #EABDE7

Color information

#EABDE7 (or 0xEABDE7) is unknown color: approx French Lilac. HEX triplet: EA, BD and E7. RGB value is (234,189,231). Sum of RGB (Red+Green+Blue) = 234+189+231=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDE7 is #154218. Grayscale: #CFCFCF. Windows color (decimal): -1393177 or 15187434. OLE color: 15187434.

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

Color convert

RGB234189231-
CMYK00.190.010.08
HSL304º51.72%82.94%-
HSV(B)304º19.23%91.76%-
XYZ66.5559.6683.61-
YUV207.24141.41147.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 231 (90.62% from 255) = 35.32%
R=35.78%
G=28.90%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418923100.190.010.0830451.7282.94
HexEABDE7013181303453
Octal35227534702311046064123
Binary111010101011110111100111010011110001001100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDE7; }

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

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

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

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

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

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

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

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