#EABDE8

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

Shades of French Lilac #EABDE8

Tints of French Lilac #EABDE8

Color information

#EABDE8 (or 0xEABDE8) is unknown color: approx French Lilac. HEX triplet: EA, BD and E8. RGB value is (234,189,232). Sum of RGB (Red+Green+Blue) = 234+189+232=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDE8 is #154217. Grayscale: #CFCFCF. Windows color (decimal): -1393176 or 15252970. OLE color: 15252970.

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

Color convert

RGB234189232-
CMYK00.190.010.08
HSL302.67º51.72%82.94%-
HSV(B)302.67º19.23%91.76%-
XYZ66.6959.7184.35-
YUV207.36141.91147-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 232 (91.02% from 255) = 35.42%
R=35.73%
G=28.85%
B=35.42%

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
Decimal23418923200.190.010.08302.6751.7282.94
HexEABDE80131812f3453
Octal35227535002311045764123
Binary111010101011110111101000010011110001001011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDE8; }

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

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

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

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

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

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

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

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