#EDB3EC

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

Shades of French Lilac #EDB3EC

Tints of French Lilac #EDB3EC

Color information

#EDB3EC (or 0xEDB3EC) is unknown color: approx French Lilac. HEX triplet: ED, B3 and EC. RGB value is (237,179,236). Sum of RGB (Red+Green+Blue) = 237+179+236=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3EC is #124C13. Grayscale: #CACACA. Windows color (decimal): -1199124 or 15512557. OLE color: 15512557.

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

Color convert

RGB237179236-
CMYK00.240.000.07
HSL301.03º61.7%81.57%-
HSV(B)301.03º24.47%92.94%-
XYZ66.1956.386.74-
YUV202.84146.72152.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 179 (70.31% from 255) = 27.45%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=36.35%
G=27.45%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717923600.240.000.07301.0361.781.57
HexEDB3EC0180712d3e52
Octal3552633540300745576122
Binary11101101101100111110110001100001111001011011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3EC; }

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

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

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

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

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

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

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

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