#EFBEE1

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

Shades of French Lilac #EFBEE1

Tints of French Lilac #EFBEE1

Color information

#EFBEE1 (or 0xEFBEE1) is unknown color: approx French Lilac. HEX triplet: EF, BE and E1. RGB value is (239,190,225). Sum of RGB (Red+Green+Blue) = 239+190+225=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEE1 is #10411E. Grayscale: #D0D0D0. Windows color (decimal): -1065247 or 14794479. OLE color: 14794479.

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

Color convert

RGB239190225-
CMYK00.210.060.06
HSL317.14º60.49%84.12%-
HSV(B)317.14º20.5%93.73%-
XYZ67.660.6179.37-
YUV208.64137.23149.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=36.54%
G=29.05%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919022500.210.060.06317.1460.4984.12
HexEFBEE10156613d3c54
Octal3572763410256647574124
Binary1110111110111110111000010101011101101001111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEE1; }

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

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

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

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

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

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

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

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