#EDB2DE

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

Shades of French Lilac #EDB2DE

Tints of French Lilac #EDB2DE

Color information

#EDB2DE (or 0xEDB2DE) is unknown color: approx French Lilac. HEX triplet: ED, B2 and DE. RGB value is (237,178,222). Sum of RGB (Red+Green+Blue) = 237+178+222=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DE is #124D21. Grayscale: #C8C8C8. Windows color (decimal): -1199394 or 14594797. OLE color: 14594797.

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

Color convert

RGB237178222-
CMYK00.250.060.07
HSL315.25º62.11%81.37%-
HSV(B)315.25º24.89%92.94%-
XYZ64.0355.1276.37-
YUV200.66140.05153.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=37.21%
G=27.94%
B=34.85%

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
Decimal23717822200.250.060.07315.2562.1181.37
HexEDB2DE0196713b3e51
Octal3552623360316747376121
Binary1110110110110010110111100110011101111001110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2DE; }

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

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

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

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

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

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

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

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