#EFBDEC

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

Shades of French Lilac #EFBDEC

Tints of French Lilac #EFBDEC

Color information

#EFBDEC (or 0xEFBDEC) is unknown color: approx French Lilac. HEX triplet: EF, BD and EC. RGB value is (239,189,236). Sum of RGB (Red+Green+Blue) = 239+189+236=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEC is #104213. Grayscale: #D1D1D1. Windows color (decimal): -1065492 or 15515119. OLE color: 15515119.

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

Color convert

RGB239189236-
CMYK00.210.010.06
HSL303.6º60.98%83.92%-
HSV(B)303.6º20.92%93.73%-
XYZ68.9360.887.46-
YUV209.31143.06149.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=35.99%
G=28.46%
B=35.54%

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
Decimal23918923600.210.010.06303.660.9883.92
HexEFBDEC015161303d54
Octal3572753540251646075124
Binary11101111101111011110110001010111101001100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDEC; }

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

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

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

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

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

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

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

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