#EFBCED

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

Shades of French Lilac #EFBCED

Tints of French Lilac #EFBCED

Color information

#EFBCED (or 0xEFBCED) is unknown color: approx French Lilac. HEX triplet: EF, BC and ED. RGB value is (239,188,237). Sum of RGB (Red+Green+Blue) = 239+188+237=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCED is #104312. Grayscale: #D0D0D0. Windows color (decimal): -1065747 or 15580399. OLE color: 15580399.

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

Color convert

RGB239188237-
CMYK00.210.010.06
HSL302.35º61.45%83.73%-
HSV(B)302.35º21.34%93.73%-
XYZ68.8760.4388.16-
YUV208.84143.9149.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 188 (73.83% from 255) = 28.31%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=35.99%
G=28.31%
B=35.69%

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
Decimal23918823700.210.010.06302.3561.4583.73
HexEFBCED0151612e3d54
Octal3572743550251645675124
Binary11101111101111001110110101010111101001011101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCED; }

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

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

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

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

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

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

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

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