#EDBAEC

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

Shades of French Lilac #EDBAEC

Tints of French Lilac #EDBAEC

Color information

#EDBAEC (or 0xEDBAEC) is unknown color: approx French Lilac. HEX triplet: ED, BA and EC. RGB value is (237,186,236). Sum of RGB (Red+Green+Blue) = 237+186+236=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAEC is #124513. Grayscale: #CECECE. Windows color (decimal): -1197332 or 15514349. OLE color: 15514349.

HSL color Cylindrical-coordinate representation of color #EDBAEC: hue angle of 301.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAEC is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237186236-
CMYK00.220.000.07
HSL301.18º58.62%82.94%-
HSV(B)301.18º21.52%92.94%-
XYZ67.6259.1887.22-
YUV206.95144.4149.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=35.96%
G=28.22%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718623600.220.000.07301.1858.6282.94
HexEDBAEC0160712d3b53
Octal3552723540260745573123
Binary11101101101110101110110001011001111001011011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAEC; }

 p { color: rgb(237,186,236); }

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

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

 a { background-color: rgb(237,186,236); }

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

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

 span { border-color: rgb(237,186,236); }

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