#EFB2EF

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

Shades of French Lilac #EFB2EF

Tints of French Lilac #EFB2EF

Color information

#EFB2EF (or 0xEFB2EF) is unknown color: approx French Lilac. HEX triplet: EF, B2 and EF. RGB value is (239,178,239). Sum of RGB (Red+Green+Blue) = 239+178+239=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2EF is #104D10. Grayscale: #CBCBCB. Windows color (decimal): -1068305 or 15708911. OLE color: 15708911.

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

Color convert

RGB239178239-
CMYK00.2600.06
HSL300º65.59%81.76%-
HSV(B)300º25.52%93.73%-
XYZ67.156.4289.02-
YUV203.19148.21153.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 178 (69.92% from 255) = 27.13%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=36.43%
G=27.13%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917823900.2600.0630065.5981.76
HexEFB2EF01A0612c4252
Octal35726235703206454102122
Binary111011111011001011101111011010011010010110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2EF; }

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

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

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

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

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

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

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

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