#EEB6DE

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

Shades of French Lilac #EEB6DE

Tints of French Lilac #EEB6DE

Color information

#EEB6DE (or 0xEEB6DE) is unknown color: approx French Lilac. HEX triplet: EE, B6 and DE. RGB value is (238,182,222). Sum of RGB (Red+Green+Blue) = 238+182+222=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB6DE is #114921. Grayscale: #CBCBCB. Windows color (decimal): -1132834 or 14595822. OLE color: 14595822.

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

Color convert

RGB238182222-
CMYK00.240.070.07
HSL317.14º62.22%82.35%-
HSV(B)317.14º23.53%93.33%-
XYZ65.1756.9176.66-
YUV203.3138.55152.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 182 (71.48% from 255) = 28.35%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=37.07%
G=28.35%
B=34.58%

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
Decimal23818222200.240.070.07317.1462.2282.35
HexEEB6DE0187713d3e52
Octal3562663360307747576122
Binary1110111010110110110111100110001111111001111011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB6DE; }

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

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

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

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

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

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

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

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