#EEB4DC

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

Shades of French Lilac #EEB4DC

Tints of French Lilac #EEB4DC

Color information

#EEB4DC (or 0xEEB4DC) is unknown color: approx French Lilac. HEX triplet: EE, B4 and DC. RGB value is (238,180,220). Sum of RGB (Red+Green+Blue) = 238+180+220=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4DC is #114B23. Grayscale: #C9C9C9. Windows color (decimal): -1133348 or 14464238. OLE color: 14464238.

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

Color convert

RGB238180220-
CMYK00.240.080.07
HSL318.62º63.04%81.96%-
HSV(B)318.62º24.37%93.33%-
XYZ64.555.9975.12-
YUV201.9138.22153.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 180 (70.70% from 255) = 28.21%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=37.30%
G=28.21%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818022000.240.080.07318.6263.0481.96
HexEEB4DC0188713f3f52
Octal35626433403010747777122
Binary11101110101101001101110001100010001111001111111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4DC; }

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

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

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

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

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

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

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

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