#EABDEA

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

Shades of French Lilac #EABDEA

Tints of French Lilac #EABDEA

Color information

#EABDEA (or 0xEABDEA) is unknown color: approx French Lilac. HEX triplet: EA, BD and EA. RGB value is (234,189,234). Sum of RGB (Red+Green+Blue) = 234+189+234=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EABDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDEA is #154215. Grayscale: #CFCFCF. Windows color (decimal): -1393174 or 15384042. OLE color: 15384042.

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

Color convert

RGB234189234-
CMYK00.1900.08
HSL300º51.72%82.94%-
HSV(B)300º19.23%91.76%-
XYZ66.9859.8385.86-
YUV207.58142.91146.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=35.62%
G=28.77%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418923400.1900.0830051.7282.94
HexEABDEA0130812c3453
Octal35227535202301045464123
Binary111010101011110111101010010011010001001011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDEA; }

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

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

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

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

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

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

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

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