#EFBAEA

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

Shades of French Lilac #EFBAEA

Tints of French Lilac #EFBAEA

Color information

#EFBAEA (or 0xEFBAEA) is unknown color: approx French Lilac. HEX triplet: EF, BA and EA. RGB value is (239,186,234). Sum of RGB (Red+Green+Blue) = 239+186+234=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAEA is #104515. Grayscale: #CFCFCF. Windows color (decimal): -1066262 or 15383279. OLE color: 15383279.

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

Color convert

RGB239186234-
CMYK00.220.020.06
HSL305.66º62.35%83.33%-
HSV(B)305.66º22.18%93.73%-
XYZ68.0159.4185.72-
YUV207.32143.06150.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=36.27%
G=28.22%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918623400.220.020.06305.6662.3583.33
HexEFBAEA016261323e53
Octal3572723520262646276123
Binary111011111011101011101010010110101101001100101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAEA; }

 p { color: rgb(239,186,234); }

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

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

 a { background-color: rgb(239,186,234); }

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

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

 span { border-color: rgb(239,186,234); }

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