#EAB7ED

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

Shades of French Lilac #EAB7ED

Tints of French Lilac #EAB7ED

Color information

#EAB7ED (or 0xEAB7ED) is unknown color: approx French Lilac. HEX triplet: EA, B7 and ED. RGB value is (234,183,237). Sum of RGB (Red+Green+Blue) = 234+183+237=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAB7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7ED is #154812. Grayscale: #CCCCCC. Windows color (decimal): -1394707 or 15579114. OLE color: 15579114.

HSL color Cylindrical-coordinate representation of color #EAB7ED: hue angle of 296.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB7ED is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234183237-
CMYK0.010.2300.07
HSL296.67º60%82.35%-
HSV(B)296.67º22.78%92.94%-
XYZ66.1557.4787.73-
YUV204.4146.4149.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 183 (71.88% from 255) = 27.98%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=35.78%
G=27.98%
B=36.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341832370.010.2300.07296.676082.35
HexEAB7ED117071293c52
Octal3522673551270745174122
Binary11101010101101111110110111011101111001010011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7ED; }

 p { color: rgb(234,183,237); }

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

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

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

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

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

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

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