#EEB4DB

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

Shades of French Lilac #EEB4DB

Tints of French Lilac #EEB4DB

Color information

#EEB4DB (or 0xEEB4DB) is unknown color: approx French Lilac. HEX triplet: EE, B4 and DB. RGB value is (238,180,219). Sum of RGB (Red+Green+Blue) = 238+180+219=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4DB is #114B24. Grayscale: #C9C9C9. Windows color (decimal): -1133349 or 14398702. OLE color: 14398702.

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

Color convert

RGB238180219-
CMYK00.240.080.07
HSL319.66º63.04%81.96%-
HSV(B)319.66º24.37%93.33%-
XYZ64.3755.9374.42-
YUV201.79137.72153.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 180 (70.70% from 255) = 28.26%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=37.36%
G=28.26%
B=34.38%

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
Decimal23818021900.240.080.07319.6663.0481.96
HexEEB4DB018871403f52
Octal35626433303010750077122
Binary11101110101101001101101101100010001111010000001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4DB; }

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

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

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

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

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

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

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

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