#eeb2ed

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

Shades of French Lilac #EEB2ED

Tints of French Lilac #EEB2ED

Color information

#EEB2ED (or 0xEEB2ED) is unknown color: approx French Lilac. HEX triplet: EE, B2 and ED. RGB value is (238,178,237). Sum of RGB (Red+Green+Blue) = 238+178+237=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2ED is #114D12. Grayscale: #CACACA. Windows color (decimal): -1133843 or 15577838. OLE color: 15577838.

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

Color convert

RGB238178237-
CMYK00.250.000.07
HSL301º63.83%81.57%-
HSV(B)301º25.21%93.33%-
XYZ66.4756.1387.45-
YUV202.67147.38153.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=36.45%
G=27.26%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817823700.250.000.0730163.8381.57
HexEEB2ED0190712d4052
Octal35626235503107455100122
Binary111011101011001011101101011001011110010110110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eeb2ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eeb2ed; }

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

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

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

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

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

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

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

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