#EEB2EF

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

Shades of French Lilac #EEB2EF

Tints of French Lilac #EEB2EF

Color information

#EEB2EF (or 0xEEB2EF) is unknown color: approx French Lilac. HEX triplet: EE, B2 and EF. RGB value is (238,178,239). Sum of RGB (Red+Green+Blue) = 238+178+239=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2EF is #114D10. Grayscale: #CACACA. Windows color (decimal): -1133841 or 15708910. OLE color: 15708910.

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

Color convert

RGB238178239-
CMYK0.000.2600.06
HSL299.02º65.59%81.76%-
HSV(B)299.02º25.52%93.73%-
XYZ66.7656.2589-
YUV202.89148.38153.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 178 (69.92% from 255) = 27.18%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=36.34%
G=27.18%
B=36.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381782390.000.2600.06299.0265.5981.76
HexEEB2EF01A0612b4252
Octal35626235703206453102122
Binary111011101011001011101111011010011010010101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2EF; }

 p { color: rgb(238,178,239); }

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

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

 a { background-color: rgb(238,178,239); }

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

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

 span { border-color: rgb(238,178,239); }

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