#EDBEEC

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

Shades of French Lilac #EDBEEC

Tints of French Lilac #EDBEEC

Color information

#EDBEEC (or 0xEDBEEC) is unknown color: approx French Lilac. HEX triplet: ED, BE and EC. RGB value is (237,190,236). Sum of RGB (Red+Green+Blue) = 237+190+236=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEEC is #124113. Grayscale: #D1D1D1. Windows color (decimal): -1196308 or 15515373. OLE color: 15515373.

HSL color Cylindrical-coordinate representation of color #EDBEEC: hue angle of 301.28º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEEC is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237190236-
CMYK00.200.000.07
HSL301.28º56.63%83.73%-
HSV(B)301.28º19.83%92.94%-
XYZ68.4860.8987.5-
YUV209.3143.07147.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 190 (74.61% from 255) = 28.66%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=35.75%
G=28.66%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719023600.200.000.07301.2856.6383.73
HexEDBEEC0140712d3954
Octal3552763540240745571124
Binary11101101101111101110110001010001111001011011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEEC; }

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

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

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

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

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

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

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

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