#EEB2EB

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

Shades of French Lilac #EEB2EB

Tints of French Lilac #EEB2EB

Color information

#EEB2EB (or 0xEEB2EB) is unknown color: approx French Lilac. HEX triplet: EE, B2 and EB. RGB value is (238,178,235). Sum of RGB (Red+Green+Blue) = 238+178+235=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2EB is #114D14. Grayscale: #CACACA. Windows color (decimal): -1133845 or 15446766. OLE color: 15446766.

HSL color Cylindrical-coordinate representation of color #EEB2EB: hue angle of 303º 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 #EEB2EB is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238178235-
CMYK00.250.010.07
HSL303º63.83%81.57%-
HSV(B)303º25.21%93.33%-
XYZ66.1856.0285.92-
YUV202.44146.38153.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=36.56%
G=27.34%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817823500.250.010.0730363.8381.57
HexEEB2EB0191712f4052
Octal35626235303117457100122
Binary111011101011001011101011011001111110010111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2EB; }

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

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

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

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

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

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

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

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