#EFBFE5

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

Shades of French Lilac #EFBFE5

Tints of French Lilac #EFBFE5

Color information

#EFBFE5 (or 0xEFBFE5) is unknown color: approx French Lilac. HEX triplet: EF, BF and E5. RGB value is (239,191,229). Sum of RGB (Red+Green+Blue) = 239+191+229=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFE5 is #10401A. Grayscale: #D1D1D1. Windows color (decimal): -1064987 or 15056879. OLE color: 15056879.

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

Color convert

RGB239191229-
CMYK00.200.040.06
HSL312.5º60%84.31%-
HSV(B)312.5º20.08%93.73%-
XYZ68.3761.2782.35-
YUV209.68138.9148.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 191 (75% from 255) = 28.98%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=36.27%
G=28.98%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919122900.200.040.06312.56084.31
HexEFBFE5014461383c54
Octal3572773450244647074124
Binary1110111110111111111001010101001001101001110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFE5; }

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

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

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

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

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

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

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

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