#EDB2DC

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

Shades of French Lilac #EDB2DC

Tints of French Lilac #EDB2DC

Color information

#EDB2DC (or 0xEDB2DC) is unknown color: approx French Lilac. HEX triplet: ED, B2 and DC. RGB value is (237,178,220). Sum of RGB (Red+Green+Blue) = 237+178+220=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DC is #124D23. Grayscale: #C8C8C8. Windows color (decimal): -1199396 or 14463725. OLE color: 14463725.

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

Color convert

RGB237178220-
CMYK00.250.070.07
HSL317.29º62.11%81.37%-
HSV(B)317.29º24.89%92.94%-
XYZ63.7655.0174.97-
YUV200.43139.05154.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 178 (69.92% from 255) = 28.03%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=37.32%
G=28.03%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717822000.250.070.07317.2962.1181.37
HexEDB2DC0197713d3e51
Octal3552623340317747576121
Binary1110110110110010110111000110011111111001111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2DC; }

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

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

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

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

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

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

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

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