#EFB6EC

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

Shades of French Lilac #EFB6EC

Tints of French Lilac #EFB6EC

Color information

#EFB6EC (or 0xEFB6EC) is unknown color: approx French Lilac. HEX triplet: EF, B6 and EC. RGB value is (239,182,236). Sum of RGB (Red+Green+Blue) = 239+182+236=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6EC is #104913. Grayscale: #CDCDCD. Windows color (decimal): -1067284 or 15513327. OLE color: 15513327.

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

Color convert

RGB239182236-
CMYK00.240.010.06
HSL303.16º64.04%82.55%-
HSV(B)303.16º23.85%93.73%-
XYZ67.4657.8686.97-
YUV205.2145.38152.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 182 (71.48% from 255) = 27.70%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=36.38%
G=27.70%
B=35.92%

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
Decimal23918223600.240.010.06303.1664.0482.55
HexEFB6EC0181612f4053
Octal35726635403016457100123
Binary111011111011011011101100011000111010010111110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6EC; }

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

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

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

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

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

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

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

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