#EEB3DD

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

Shades of French Lilac #EEB3DD

Tints of French Lilac #EEB3DD

Color information

#EEB3DD (or 0xEEB3DD) is unknown color: approx French Lilac. HEX triplet: EE, B3 and DD. RGB value is (238,179,221). Sum of RGB (Red+Green+Blue) = 238+179+221=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3DD is #114C22. Grayscale: #C9C9C9. Windows color (decimal): -1133603 or 14529518. OLE color: 14529518.

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

Color convert

RGB238179221-
CMYK00.250.070.07
HSL317.29º63.44%81.76%-
HSV(B)317.29º24.79%93.33%-
XYZ64.4355.6475.75-
YUV201.43139.05154.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 179 (70.31% from 255) = 28.06%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=37.30%
G=28.06%
B=34.64%

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
Decimal23817922100.250.070.07317.2963.4481.76
HexEEB3DD0197713d3f52
Octal3562633350317747577122
Binary1110111010110011110111010110011111111001111011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3DD; }

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

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

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

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

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

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

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

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