#EDB2DA

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

Shades of French Lilac #EDB2DA

Tints of French Lilac #EDB2DA

Color information

#EDB2DA (or 0xEDB2DA) is unknown color: approx French Lilac. HEX triplet: ED, B2 and DA. RGB value is (237,178,218). Sum of RGB (Red+Green+Blue) = 237+178+218=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DA is #124D25. Grayscale: #C8C8C8. Windows color (decimal): -1199398 or 14332653. OLE color: 14332653.

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

Color convert

RGB237178218-
CMYK00.250.080.07
HSL319.32º62.11%81.37%-
HSV(B)319.32º24.89%92.94%-
XYZ63.554.9173.58-
YUV200.2138.05154.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 178 (69.92% from 255) = 28.12%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=37.44%
G=28.12%
B=34.44%

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
Decimal23717821800.250.080.07319.3262.1181.37
HexEDB2DA0198713f3e51
Octal35526233203110747776121
Binary11101101101100101101101001100110001111001111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2DA; }

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

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

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

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

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

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

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

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