#EFB2EE

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

Shades of French Lilac #EFB2EE

Tints of French Lilac #EFB2EE

Color information

#EFB2EE (or 0xEFB2EE) is unknown color: approx French Lilac. HEX triplet: EF, B2 and EE. RGB value is (239,178,238). Sum of RGB (Red+Green+Blue) = 239+178+238=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2EE is #104D11. Grayscale: #CACACA. Windows color (decimal): -1068306 or 15643375. OLE color: 15643375.

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

Color convert

RGB239178238-
CMYK00.260.000.06
HSL300.98º65.59%81.76%-
HSV(B)300.98º25.52%93.73%-
XYZ66.9556.3688.24-
YUV203.08147.71153.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 178 (69.92% from 255) = 27.18%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=36.49%
G=27.18%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917823800.260.000.06300.9865.5981.76
HexEFB2EE01A0612d4252
Octal35726235603206455102122
Binary111011111011001011101110011010011010010110110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2EE; }

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

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

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

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

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

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

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

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