#EEB7DC

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

Shades of French Lilac #EEB7DC

Tints of French Lilac #EEB7DC

Color information

#EEB7DC (or 0xEEB7DC) is unknown color: approx French Lilac. HEX triplet: EE, B7 and DC. RGB value is (238,183,220). Sum of RGB (Red+Green+Blue) = 238+183+220=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7DC is #114823. Grayscale: #CBCBCB. Windows color (decimal): -1132580 or 14465006. OLE color: 14465006.

HSL color Cylindrical-coordinate representation of color #EEB7DC: hue angle of 319.64º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEB7DC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238183220-
CMYK00.230.080.07
HSL319.64º61.8%82.55%-
HSV(B)319.64º23.11%93.33%-
XYZ65.1157.2175.32-
YUV203.66137.22152.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 183 (71.88% from 255) = 28.55%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=37.13%
G=28.55%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818322000.230.080.07319.6461.882.55
HexEEB7DC017871403e53
Octal35626733402710750076123
Binary11101110101101111101110001011110001111010000001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB7DC; }

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

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

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

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

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

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

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

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