#EFAFEA

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

Shades of French Lilac #EFAFEA

Tints of French Lilac #EFAFEA

Color information

#EFAFEA (or 0xEFAFEA) is unknown color: approx French Lilac. HEX triplet: EF, AF and EA. RGB value is (239,175,234). Sum of RGB (Red+Green+Blue) = 239+175+234=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFEA is #105015. Grayscale: #C8C8C8. Windows color (decimal): -1069078 or 15380463. OLE color: 15380463.

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

Color convert

RGB239175234-
CMYK00.270.020.06
HSL304.69º66.67%81.18%-
HSV(B)304.69º26.78%93.73%-
XYZ65.7854.9584.98-
YUV200.86146.7155.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 175 (68.75% from 255) = 27.01%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=36.88%
G=27.01%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917523400.270.020.06304.6966.6781.18
HexEFAFEA01B261314351
Octal35725735203326461103121
Binary1110111110101111111010100110111011010011000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFEA; }

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

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

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

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

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

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

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

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