#EDB2DB

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

Shades of French Lilac #EDB2DB

Tints of French Lilac #EDB2DB

Color information

#EDB2DB (or 0xEDB2DB) is unknown color: approx French Lilac. HEX triplet: ED, B2 and DB. RGB value is (237,178,219). Sum of RGB (Red+Green+Blue) = 237+178+219=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DB is #124D24. Grayscale: #C8C8C8. Windows color (decimal): -1199397 or 14398189. OLE color: 14398189.

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

Color convert

RGB237178219-
CMYK00.250.080.07
HSL318.31º62.11%81.37%-
HSV(B)318.31º24.89%92.94%-
XYZ63.6354.9674.27-
YUV200.32138.55154.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=37.38%
G=28.08%
B=34.54%

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
Decimal23717821900.250.080.07318.3162.1181.37
HexEDB2DB0198713e3e51
Octal35526233303110747676121
Binary11101101101100101101101101100110001111001111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2DB; }

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

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

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

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

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

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

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

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