#EFBFE1

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

Shades of French Lilac #EFBFE1

Tints of French Lilac #EFBFE1

Color information

#EFBFE1 (or 0xEFBFE1) is unknown color: approx French Lilac. HEX triplet: EF, BF and E1. RGB value is (239,191,225). Sum of RGB (Red+Green+Blue) = 239+191+225=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFE1 is #10401E. Grayscale: #D1D1D1. Windows color (decimal): -1064991 or 14794735. OLE color: 14794735.

HSL color Cylindrical-coordinate representation of color #EFBFE1: hue angle of 317.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFE1 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239191225-
CMYK00.200.060.06
HSL317.5º60%84.31%-
HSV(B)317.5º20.08%93.73%-
XYZ67.8261.0579.44-
YUV209.23136.9149.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=36.49%
G=29.16%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919122500.200.060.06317.56084.31
HexEFBFE10146613e3c54
Octal3572773410246647674124
Binary1110111110111111111000010101001101101001111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFE1; }

 p { color: rgb(239,191,225); }

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

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

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

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

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

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

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