#EEB6DB

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

Shades of French Lilac #EEB6DB

Tints of French Lilac #EEB6DB

Color information

#EEB6DB (or 0xEEB6DB) is unknown color: approx French Lilac. HEX triplet: EE, B6 and DB. RGB value is (238,182,219). Sum of RGB (Red+Green+Blue) = 238+182+219=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB6DB is #114924. Grayscale: #CACACA. Windows color (decimal): -1132837 or 14399214. OLE color: 14399214.

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

Color convert

RGB238182219-
CMYK00.240.080.07
HSL320.36º62.22%82.35%-
HSV(B)320.36º23.53%93.33%-
XYZ64.7756.7574.56-
YUV202.96137.05152.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=37.25%
G=28.48%
B=34.27%

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
Decimal23818221900.240.080.07320.3662.2282.35
HexEEB6DB018871403e52
Octal35626633303010750076122
Binary11101110101101101101101101100010001111010000001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB6DB; }

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

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

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

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

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

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

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

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