#EFB7F1

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

Shades of French Lilac #EFB7F1

Tints of French Lilac #EFB7F1

Color information

#EFB7F1 (or 0xEFB7F1) is unknown color: approx French Lilac. HEX triplet: EF, B7 and F1. RGB value is (239,183,241). Sum of RGB (Red+Green+Blue) = 239+183+241=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7F1 is #10480E. Grayscale: #CECECE. Windows color (decimal): -1067023 or 15841263. OLE color: 15841263.

HSL color Cylindrical-coordinate representation of color #EFB7F1: hue angle of 297.93º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB7F1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239183241-
CMYK0.010.2400.05
HSL297.93º67.44%83.14%-
HSV(B)297.93º24.07%94.51%-
XYZ68.4158.5790.92-
YUV206.36147.55151.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 183 (71.88% from 255) = 27.60%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=36.05%
G=27.60%
B=36.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391832410.010.2400.05297.9367.4483.14
HexEFB7F11180512a4353
Octal35726736113005452103123
Binary111011111011011111110001111000010110010101010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7F1; }

 p { color: rgb(239,183,241); }

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

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

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

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

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

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

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