#EFB5EC

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

Shades of French Lilac #EFB5EC

Tints of French Lilac #EFB5EC

Color information

#EFB5EC (or 0xEFB5EC) is unknown color: approx French Lilac. HEX triplet: EF, B5 and EC. RGB value is (239,181,236). Sum of RGB (Red+Green+Blue) = 239+181+236=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5EC is #104A13. Grayscale: #CCCCCC. Windows color (decimal): -1067540 or 15513071. OLE color: 15513071.

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

Color convert

RGB239181236-
CMYK00.240.010.06
HSL303.1º64.44%82.35%-
HSV(B)303.1º24.27%93.73%-
XYZ67.2657.4586.9-
YUV204.61145.72152.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 181 (71.09% from 255) = 27.59%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=36.43%
G=27.59%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918123600.240.010.06303.164.4482.35
HexEFB5EC0181612f4052
Octal35726535403016457100122
Binary111011111011010111101100011000111010010111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5EC; }

 p { color: rgb(239,181,236); }

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

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

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

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

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

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

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