#EDB2DF

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

Shades of French Lilac #EDB2DF

Tints of French Lilac #EDB2DF

Color information

#EDB2DF (or 0xEDB2DF) is unknown color: approx French Lilac. HEX triplet: ED, B2 and DF. RGB value is (237,178,223). Sum of RGB (Red+Green+Blue) = 237+178+223=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DF is #124D20. Grayscale: #C8C8C8. Windows color (decimal): -1199393 or 14660333. OLE color: 14660333.

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

Color convert

RGB237178223-
CMYK00.250.060.07
HSL314.24º62.11%81.37%-
HSV(B)314.24º24.89%92.94%-
XYZ64.1655.1777.08-
YUV200.77140.55153.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 178 (69.92% from 255) = 27.90%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=37.15%
G=27.90%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717822300.250.060.07314.2462.1181.37
HexEDB2DF0196713a3e51
Octal3552623370316747276121
Binary1110110110110010110111110110011101111001110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2DF; }

 p { color: rgb(237,178,223); }

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

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

 a { background-color: rgb(237,178,223); }

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

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

 span { border-color: rgb(237,178,223); }

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