#EFBEE0

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

Shades of French Lilac #EFBEE0

Tints of French Lilac #EFBEE0

Color information

#EFBEE0 (or 0xEFBEE0) is unknown color: approx French Lilac. HEX triplet: EF, BE and E0. RGB value is (239,190,224). Sum of RGB (Red+Green+Blue) = 239+190+224=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEE0 is #10411F. Grayscale: #D0D0D0. Windows color (decimal): -1065248 or 14728943. OLE color: 14728943.

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

Color convert

RGB239190224-
CMYK00.210.060.06
HSL318.37º60.49%84.12%-
HSV(B)318.37º20.5%93.73%-
XYZ67.4660.5678.65-
YUV208.53136.73149.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 190 (74.61% from 255) = 29.10%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=36.60%
G=29.10%
B=34.30%

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
Decimal23919022400.210.060.06318.3760.4984.12
HexEFBEE00156613e3c54
Octal3572763400256647674124
Binary1110111110111110111000000101011101101001111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEE0; }

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

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

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

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

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

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

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

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