#EFBBE8

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

Shades of French Lilac #EFBBE8

Tints of French Lilac #EFBBE8

Color information

#EFBBE8 (or 0xEFBBE8) is unknown color: approx French Lilac. HEX triplet: EF, BB and E8. RGB value is (239,187,232). Sum of RGB (Red+Green+Blue) = 239+187+232=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBE8 is #104417. Grayscale: #CFCFCF. Windows color (decimal): -1066008 or 15252463. OLE color: 15252463.

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

Color convert

RGB239187232-
CMYK00.220.030.06
HSL308.08º61.9%83.53%-
HSV(B)308.08º21.76%93.73%-
XYZ67.9359.7284.29-
YUV207.68141.73150.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=36.32%
G=28.42%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918723200.220.030.06308.0861.983.53
HexEFBBE8016361343e54
Octal3572733500263646476124
Binary111011111011101111101000010110111101001101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBE8; }

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

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

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

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

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

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

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

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