#EFB5EF

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

Shades of French Lilac #EFB5EF

Tints of French Lilac #EFB5EF

Color information

#EFB5EF (or 0xEFB5EF) is unknown color: approx French Lilac. HEX triplet: EF, B5 and EF. RGB value is (239,181,239). Sum of RGB (Red+Green+Blue) = 239+181+239=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5EF is #104A10. Grayscale: #CCCCCC. Windows color (decimal): -1067537 or 15709679. OLE color: 15709679.

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

Color convert

RGB239181239-
CMYK00.2400.06
HSL300º64.44%82.35%-
HSV(B)300º24.27%93.73%-
XYZ67.757.6389.22-
YUV204.95147.22152.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 181 (71.09% from 255) = 27.47%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=36.27%
G=27.47%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918123900.2400.0630064.4482.35
HexEFB5EF0180612c4052
Octal35726535703006454100122
Binary111011111011010111101111011000011010010110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5EF; }

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

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

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

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

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

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

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

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