#EEB2DE

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

Shades of French Lilac #EEB2DE

Tints of French Lilac #EEB2DE

Color information

#EEB2DE (or 0xEEB2DE) is unknown color: approx French Lilac. HEX triplet: EE, B2 and DE. RGB value is (238,178,222). Sum of RGB (Red+Green+Blue) = 238+178+222=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2DE is #114D21. Grayscale: #C8C8C8. Windows color (decimal): -1133858 or 14594798. OLE color: 14594798.

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

Color convert

RGB238178222-
CMYK00.250.070.07
HSL316º63.83%81.57%-
HSV(B)316º25.21%93.33%-
XYZ64.3755.2976.39-
YUV200.96139.88154.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 178 (69.92% from 255) = 27.90%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=37.30%
G=27.90%
B=34.80%

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
Decimal23817822200.250.070.0731663.8381.57
HexEEB2DE0197713c4052
Octal35626233603177474100122
Binary11101110101100101101111001100111111110011110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2DE; }

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

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

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

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

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

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

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

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