#EFBCEA

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

Shades of French Lilac #EFBCEA

Tints of French Lilac #EFBCEA

Color information

#EFBCEA (or 0xEFBCEA) is unknown color: approx French Lilac. HEX triplet: EF, BC and EA. RGB value is (239,188,234). Sum of RGB (Red+Green+Blue) = 239+188+234=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCEA is #104315. Grayscale: #D0D0D0. Windows color (decimal): -1065750 or 15383791. OLE color: 15383791.

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

Color convert

RGB239188234-
CMYK00.210.020.06
HSL305.88º61.45%83.73%-
HSV(B)305.88º21.34%93.73%-
XYZ68.4360.2685.87-
YUV208.49142.4149.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 188 (73.83% from 255) = 28.44%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=36.16%
G=28.44%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918823400.210.020.06305.8861.4583.73
HexEFBCEA015261323d54
Octal3572743520252646275124
Binary111011111011110011101010010101101101001100101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCEA; }

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

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

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

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

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

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

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

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