#EDB2DD

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

Shades of French Lilac #EDB2DD

Tints of French Lilac #EDB2DD

Color information

#EDB2DD (or 0xEDB2DD) is unknown color: approx French Lilac. HEX triplet: ED, B2 and DD. RGB value is (237,178,221). Sum of RGB (Red+Green+Blue) = 237+178+221=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DD is #124D22. Grayscale: #C8C8C8. Windows color (decimal): -1199395 or 14529261. OLE color: 14529261.

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

Color convert

RGB237178221-
CMYK00.250.070.07
HSL316.27º62.11%81.37%-
HSV(B)316.27º24.89%92.94%-
XYZ63.955.0775.67-
YUV200.54139.55154-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=37.26%
G=27.99%
B=34.75%

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
Decimal23717822100.250.070.07316.2762.1181.37
HexEDB2DD0197713c3e51
Octal3552623350317747476121
Binary1110110110110010110111010110011111111001111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2DD; }

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

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

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

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

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

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

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

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