#EEB3DE

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

Shades of French Lilac #EEB3DE

Tints of French Lilac #EEB3DE

Color information

#EEB3DE (or 0xEEB3DE) is unknown color: approx French Lilac. HEX triplet: EE, B3 and DE. RGB value is (238,179,222). Sum of RGB (Red+Green+Blue) = 238+179+222=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3DE is #114C21. Grayscale: #C9C9C9. Windows color (decimal): -1133602 or 14595054. OLE color: 14595054.

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

Color convert

RGB238179222-
CMYK00.250.070.07
HSL316.27º63.44%81.76%-
HSV(B)316.27º24.79%93.33%-
XYZ64.5655.6976.45-
YUV201.54139.55154-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 179 (70.31% from 255) = 28.01%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=37.25%
G=28.01%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817922200.250.070.07316.2763.4481.76
HexEEB3DE0197713c3f52
Octal3562633360317747477122
Binary1110111010110011110111100110011111111001111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3DE; }

 p { color: rgb(238,179,222); }

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

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

 a { background-color: rgb(238,179,222); }

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

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

 span { border-color: rgb(238,179,222); }

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