#EEB5F1

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

Shades of French Lilac #EEB5F1

Tints of French Lilac #EEB5F1

Color information

#EEB5F1 (or 0xEEB5F1) is unknown color: approx French Lilac. HEX triplet: EE, B5 and F1. RGB value is (238,181,241). Sum of RGB (Red+Green+Blue) = 238+181+241=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 181 (71.09% from 255 or 27.42% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEB5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5F1 is #114A0E. Grayscale: #CCCCCC. Windows color (decimal): -1133071 or 15840750. OLE color: 15840750.

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

Color convert

RGB238181241-
CMYK0.010.2500.05
HSL297º68.18%82.75%-
HSV(B)297º24.9%94.51%-
XYZ67.6657.5890.77-
YUV204.88148.38151.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 181 (71.09% from 255) = 27.42%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=36.06%
G=27.42%
B=36.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381812410.010.2500.0529768.1882.75
HexEEB5F1119051294453
Octal35626536113105451104123
Binary111011101011010111110001111001010110010100110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5F1; }

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

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

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

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

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

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

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

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