#EFBCEC

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

Shades of French Lilac #EFBCEC

Tints of French Lilac #EFBCEC

Color information

#EFBCEC (or 0xEFBCEC) is unknown color: approx French Lilac. HEX triplet: EF, BC and EC. RGB value is (239,188,236). Sum of RGB (Red+Green+Blue) = 239+188+236=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCEC is #104313. Grayscale: #D0D0D0. Windows color (decimal): -1065748 or 15514863. OLE color: 15514863.

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

Color convert

RGB239188236-
CMYK00.210.010.06
HSL303.53º61.45%83.73%-
HSV(B)303.53º21.34%93.73%-
XYZ68.7260.3787.39-
YUV208.72143.4149.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 188 (73.83% from 255) = 28.36%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=36.05%
G=28.36%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918823600.210.010.06303.5361.4583.73
HexEFBCEC015161303d54
Octal3572743540251646075124
Binary11101111101111001110110001010111101001100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCEC; }

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

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

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

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

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

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

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

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