#EDBCEC

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

Shades of French Lilac #EDBCEC

Tints of French Lilac #EDBCEC

Color information

#EDBCEC (or 0xEDBCEC) is unknown color: approx French Lilac. HEX triplet: ED, BC and EC. RGB value is (237,188,236). Sum of RGB (Red+Green+Blue) = 237+188+236=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCEC is #124313. Grayscale: #CFCFCF. Windows color (decimal): -1196820 or 15514861. OLE color: 15514861.

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

Color convert

RGB237188236-
CMYK00.210.000.07
HSL301.22º57.65%83.33%-
HSV(B)301.22º20.68%92.94%-
XYZ68.0560.0387.36-
YUV208.12143.73148.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 188 (73.83% from 255) = 28.44%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=35.85%
G=28.44%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718823600.210.000.07301.2257.6583.33
HexEDBCEC0150712d3a53
Octal3552743540250745572123
Binary11101101101111001110110001010101111001011011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCEC; }

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

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

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

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

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

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

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

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