#EFB2EC

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

Shades of French Lilac #EFB2EC

Tints of French Lilac #EFB2EC

Color information

#EFB2EC (or 0xEFB2EC) is unknown color: approx French Lilac. HEX triplet: EF, B2 and EC. RGB value is (239,178,236). Sum of RGB (Red+Green+Blue) = 239+178+236=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2EC is #104D13. Grayscale: #CACACA. Windows color (decimal): -1068308 or 15512303. OLE color: 15512303.

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

Color convert

RGB239178236-
CMYK00.260.010.06
HSL302.95º65.59%81.76%-
HSV(B)302.95º25.52%93.73%-
XYZ66.6656.2586.7-
YUV202.85146.71153.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=36.60%
G=27.26%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917823600.260.010.06302.9565.5981.76
HexEFB2EC01A1612f4252
Octal35726235403216457102122
Binary111011111011001011101100011010111010010111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2EC; }

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

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

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

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

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

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

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

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