#EEB3DC

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

Shades of French Lilac #EEB3DC

Tints of French Lilac #EEB3DC

Color information

#EEB3DC (or 0xEEB3DC) is unknown color: approx French Lilac. HEX triplet: EE, B3 and DC. RGB value is (238,179,220). Sum of RGB (Red+Green+Blue) = 238+179+220=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3DC is #114C23. Grayscale: #C9C9C9. Windows color (decimal): -1133604 or 14463982. OLE color: 14463982.

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

Color convert

RGB238179220-
CMYK00.250.080.07
HSL318.31º63.44%81.76%-
HSV(B)318.31º24.79%93.33%-
XYZ64.355.5875.05-
YUV201.32138.55154.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 179 (70.31% from 255) = 28.10%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=37.36%
G=28.10%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817922000.250.080.07318.3163.4481.76
HexEEB3DC0198713e3f52
Octal35626333403110747677122
Binary11101110101100111101110001100110001111001111101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3DC; }

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

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

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

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

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

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

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

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