#EFBAEE

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

Shades of French Lilac #EFBAEE

Tints of French Lilac #EFBAEE

Color information

#EFBAEE (or 0xEFBAEE) is unknown color: approx French Lilac. HEX triplet: EF, BA and EE. RGB value is (239,186,238). Sum of RGB (Red+Green+Blue) = 239+186+238=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAEE is #104511. Grayscale: #CFCFCF. Windows color (decimal): -1066258 or 15645423. OLE color: 15645423.

HSL color Cylindrical-coordinate representation of color #EFBAEE: hue angle of 301.13º 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 #EFBAEE is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239186238-
CMYK00.220.000.06
HSL301.13º62.35%83.33%-
HSV(B)301.13º22.18%93.73%-
XYZ68.5959.6488.79-
YUV207.77145.06150.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=36.05%
G=28.05%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918623800.220.000.06301.1362.3583.33
HexEFBAEE0160612d3e53
Octal3572723560260645576123
Binary11101111101110101110111001011001101001011011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAEE; }

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

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

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

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

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

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

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

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