#EEB4DD

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

Shades of French Lilac #EEB4DD

Tints of French Lilac #EEB4DD

Color information

#EEB4DD (or 0xEEB4DD) is unknown color: approx French Lilac. HEX triplet: EE, B4 and DD. RGB value is (238,180,221). Sum of RGB (Red+Green+Blue) = 238+180+221=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4DD is #114B22. Grayscale: #C9C9C9. Windows color (decimal): -1133347 or 14529774. OLE color: 14529774.

HSL color Cylindrical-coordinate representation of color #EEB4DD: hue angle of 317.59º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4DD is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238180221-
CMYK00.240.070.07
HSL317.59º63.04%81.96%-
HSV(B)317.59º24.37%93.33%-
XYZ64.6356.0475.82-
YUV202.02138.72153.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 180 (70.70% from 255) = 28.17%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=37.25%
G=28.17%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818022100.240.070.07317.5963.0481.96
HexEEB4DD0187713e3f52
Octal3562643350307747677122
Binary1110111010110100110111010110001111111001111101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4DD; }

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

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

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

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

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

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

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

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