#EEB9ED

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

Shades of French Lilac #EEB9ED

Tints of French Lilac #EEB9ED

Color information

#EEB9ED (or 0xEEB9ED) is unknown color: approx French Lilac. HEX triplet: EE, B9 and ED. RGB value is (238,185,237). Sum of RGB (Red+Green+Blue) = 238+185+237=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB9ED is #114612. Grayscale: #CECECE. Windows color (decimal): -1132051 or 15579630. OLE color: 15579630.

HSL color Cylindrical-coordinate representation of color #EEB9ED: hue angle of 301.13º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEB9ED is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238185237-
CMYK00.220.000.07
HSL301.13º60.92%82.94%-
HSV(B)301.13º22.27%93.33%-
XYZ67.8958.9987.93-
YUV206.78145.06150.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 185 (72.66% from 255) = 28.03%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=36.06%
G=28.03%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818523700.220.000.07301.1360.9282.94
HexEEB9ED0160712d3d53
Octal3562713550260745575123
Binary11101110101110011110110101011001111001011011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9ED; }

 p { color: rgb(238,185,237); }

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

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

 a { background-color: rgb(238,185,237); }

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

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

 span { border-color: rgb(238,185,237); }

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