#EFB9EF

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

Shades of French Lilac #EFB9EF

Tints of French Lilac #EFB9EF

Color information

#EFB9EF (or 0xEFB9EF) is unknown color: approx French Lilac. HEX triplet: EF, B9 and EF. RGB value is (239,185,239). Sum of RGB (Red+Green+Blue) = 239+185+239=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9EF is #104610. Grayscale: #CFCFCF. Windows color (decimal): -1066513 or 15710703. OLE color: 15710703.

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

Color convert

RGB239185239-
CMYK00.2300.06
HSL300º62.79%83.14%-
HSV(B)300º22.59%93.73%-
XYZ68.5359.2889.49-
YUV207.3145.89150.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 185 (72.66% from 255) = 27.90%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=36.05%
G=27.90%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918523900.2300.0630062.7983.14
HexEFB9EF0170612c3f53
Octal3572713570270645477123
Binary11101111101110011110111101011101101001011001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9EF; }

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

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

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

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

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

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

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

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