#EDB3DD

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

Shades of French Lilac #EDB3DD

Tints of French Lilac #EDB3DD

Color information

#EDB3DD (or 0xEDB3DD) is unknown color: approx French Lilac. HEX triplet: ED, B3 and DD. RGB value is (237,179,221). Sum of RGB (Red+Green+Blue) = 237+179+221=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3DD is #124C22. Grayscale: #C9C9C9. Windows color (decimal): -1199139 or 14529517. OLE color: 14529517.

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

Color convert

RGB237179221-
CMYK00.240.070.07
HSL316.55º61.7%81.57%-
HSV(B)316.55º24.47%92.94%-
XYZ64.155.4775.73-
YUV201.13139.22153.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 179 (70.31% from 255) = 28.10%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=37.21%
G=28.10%
B=34.69%

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
Decimal23717922100.240.070.07316.5561.781.57
HexEDB3DD0187713d3e52
Octal3552633350307747576122
Binary1110110110110011110111010110001111111001111011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3DD; }

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

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

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

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

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

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

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

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