#EEB5F0

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

Shades of French Lilac #EEB5F0

Tints of French Lilac #EEB5F0

Color information

#EEB5F0 (or 0xEEB5F0) is unknown color: approx French Lilac. HEX triplet: EE, B5 and F0. RGB value is (238,181,240). Sum of RGB (Red+Green+Blue) = 238+181+240=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEB5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5F0 is #114A0F. Grayscale: #CCCCCC. Windows color (decimal): -1133072 or 15775214. OLE color: 15775214.

HSL color Cylindrical-coordinate representation of color #EEB5F0: hue angle of 297.97º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB5F0 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238181240-
CMYK0.010.2500.06
HSL297.97º66.29%82.55%-
HSV(B)297.97º24.58%94.12%-
XYZ67.5157.5289.98-
YUV204.77147.88151.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 181 (71.09% from 255) = 27.47%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=36.12%
G=27.47%
B=36.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381812400.010.2500.06297.9766.2982.55
HexEEB5F01190612a4253
Octal35626536013106452102123
Binary111011101011010111110000111001011010010101010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5F0; }

 p { color: rgb(238,181,240); }

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

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

 a { background-color: rgb(238,181,240); }

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

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

 span { border-color: rgb(238,181,240); }

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