#EFBBE0

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

Shades of French Lilac #EFBBE0

Tints of French Lilac #EFBBE0

Color information

#EFBBE0 (or 0xEFBBE0) is unknown color: approx French Lilac. HEX triplet: EF, BB and E0. RGB value is (239,187,224). Sum of RGB (Red+Green+Blue) = 239+187+224=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBE0 is #10441F. Grayscale: #CECECE. Windows color (decimal): -1066016 or 14728175. OLE color: 14728175.

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

Color convert

RGB239187224-
CMYK00.220.060.06
HSL317.31º61.9%83.53%-
HSV(B)317.31º21.76%93.73%-
XYZ66.8259.2778.44-
YUV206.77137.73150.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=36.77%
G=28.77%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918722400.220.060.06317.3161.983.53
HexEFBBE00166613d3e54
Octal3572733400266647576124
Binary1110111110111011111000000101101101101001111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBE0; }

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

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

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

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

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

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

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

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