#EFBAEF

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

Shades of French Lilac #EFBAEF

Tints of French Lilac #EFBAEF

Color information

#EFBAEF (or 0xEFBAEF) is unknown color: approx French Lilac. HEX triplet: EF, BA and EF. RGB value is (239,186,239). Sum of RGB (Red+Green+Blue) = 239+186+239=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFBAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAEF is #104510. Grayscale: #CFCFCF. Windows color (decimal): -1066257 or 15710959. OLE color: 15710959.

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

Color convert

RGB239186239-
CMYK00.2200.06
HSL300º62.35%83.33%-
HSV(B)300º22.18%93.73%-
XYZ68.7459.789.56-
YUV207.89145.56150.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=35.99%
G=28.01%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918623900.2200.0630062.3583.33
HexEFBAEF0160612c3e53
Octal3572723570260645476123
Binary11101111101110101110111101011001101001011001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAEF; }

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

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

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

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

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

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

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

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