#EDB1DA

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

Shades of French Lilac #EDB1DA

Tints of French Lilac #EDB1DA

Color information

#EDB1DA (or 0xEDB1DA) is unknown color: approx French Lilac. HEX triplet: ED, B1 and DA. RGB value is (237,177,218). Sum of RGB (Red+Green+Blue) = 237+177+218=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1DA is #124E25. Grayscale: #C7C7C7. Windows color (decimal): -1199654 or 14332397. OLE color: 14332397.

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

Color convert

RGB237177218-
CMYK00.250.080.07
HSL319º62.5%81.18%-
HSV(B)319º25.32%92.94%-
XYZ63.354.5173.51-
YUV199.61138.38154.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 177 (69.53% from 255) = 28.01%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=37.5%
G=28.01%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717721800.250.080.0731962.581.18
HexEDB1DA0198713f3e51
Octal35526133203110747776121
Binary11101101101100011101101001100110001111001111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1DA; }

 p { color: rgb(237,177,218); }

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

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

 a { background-color: rgb(237,177,218); }

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

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

 span { border-color: rgb(237,177,218); }

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