#EFB9ED

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

Shades of French Lilac #EFB9ED

Tints of French Lilac #EFB9ED

Color information

#EFB9ED (or 0xEFB9ED) is unknown color: approx French Lilac. HEX triplet: EF, B9 and ED. RGB value is (239,185,237). Sum of RGB (Red+Green+Blue) = 239+185+237=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9ED is #104612. Grayscale: #CECECE. Windows color (decimal): -1066515 or 15579631. OLE color: 15579631.

HSL color Cylindrical-coordinate representation of color #EFB9ED: hue angle of 302.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9ED is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239185237-
CMYK00.230.010.06
HSL302.22º62.79%83.14%-
HSV(B)302.22º22.59%93.73%-
XYZ68.2359.1687.94-
YUV207.07144.89150.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 185 (72.66% from 255) = 27.99%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=36.16%
G=27.99%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918523700.230.010.06302.2262.7983.14
HexEFB9ED0171612e3f53
Octal3572713550271645677123
Binary11101111101110011110110101011111101001011101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9ED; }

 p { color: rgb(239,185,237); }

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

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

 a { background-color: rgb(239,185,237); }

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

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

 span { border-color: rgb(239,185,237); }

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