#EDB3DC

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

Shades of French Lilac #EDB3DC

Tints of French Lilac #EDB3DC

Color information

#EDB3DC (or 0xEDB3DC) is unknown color: approx French Lilac. HEX triplet: ED, B3 and DC. RGB value is (237,179,220). Sum of RGB (Red+Green+Blue) = 237+179+220=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3DC is #124C23. Grayscale: #C8C8C8. Windows color (decimal): -1199140 or 14463981. OLE color: 14463981.

HSL color Cylindrical-coordinate representation of color #EDB3DC: hue angle of 317.59º 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 #EDB3DC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237179220-
CMYK00.240.070.07
HSL317.59º61.7%81.57%-
HSV(B)317.59º24.47%92.94%-
XYZ63.9655.4175.03-
YUV201.02138.72153.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 179 (70.31% from 255) = 28.14%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=37.26%
G=28.14%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717922000.240.070.07317.5961.781.57
HexEDB3DC0187713e3e52
Octal3552633340307747676122
Binary1110110110110011110111000110001111111001111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3DC; }

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

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

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

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

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

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

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

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