#EFB3EF

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

Shades of French Lilac #EFB3EF

Tints of French Lilac #EFB3EF

Color information

#EFB3EF (or 0xEFB3EF) is unknown color: approx French Lilac. HEX triplet: EF, B3 and EF. RGB value is (239,179,239). Sum of RGB (Red+Green+Blue) = 239+179+239=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3EF is #104C10. Grayscale: #CBCBCB. Windows color (decimal): -1068049 or 15709167. OLE color: 15709167.

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

Color convert

RGB239179239-
CMYK00.2500.06
HSL300º65.22%81.96%-
HSV(B)300º25.1%93.73%-
XYZ67.356.8289.08-
YUV203.78147.88153.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 179 (70.31% from 255) = 27.25%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=36.38%
G=27.25%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917923900.2500.0630065.2281.96
HexEFB3EF0190612c4152
Octal35726335703106454101122
Binary111011111011001111101111011001011010010110010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3EF; }

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

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

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

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

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

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

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

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