#EFC0EC

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

Shades of French Lilac #EFC0EC

Tints of French Lilac #EFC0EC

Color information

#EFC0EC (or 0xEFC0EC) is unknown color: approx French Lilac. HEX triplet: EF, C0 and EC. RGB value is (239,192,236). Sum of RGB (Red+Green+Blue) = 239+192+236=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0EC is #103F13. Grayscale: #D2D2D2. Windows color (decimal): -1064724 or 15515887. OLE color: 15515887.

HSL color Cylindrical-coordinate representation of color #EFC0EC: hue angle of 303.83º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0EC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239192236-
CMYK00.200.010.06
HSL303.83º59.49%84.51%-
HSV(B)303.83º19.67%93.73%-
XYZ69.5962.1187.68-
YUV211.07142.07147.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=35.83%
G=28.79%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919223600.200.010.06303.8359.4984.51
HexEFC0EC014161303b55
Octal3573003540241646073125
Binary11101111110000001110110001010011101001100001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0EC; }

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

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

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

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

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

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

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

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