#EDB7DE

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

Shades of French Lilac #EDB7DE

Tints of French Lilac #EDB7DE

Color information

#EDB7DE (or 0xEDB7DE) is unknown color: approx French Lilac. HEX triplet: ED, B7 and DE. RGB value is (237,183,222). Sum of RGB (Red+Green+Blue) = 237+183+222=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7DE is #124821. Grayscale: #CBCBCB. Windows color (decimal): -1198114 or 14596077. OLE color: 14596077.

HSL color Cylindrical-coordinate representation of color #EDB7DE: hue angle of 316.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7DE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237183222-
CMYK00.230.060.07
HSL316.67º60%82.35%-
HSV(B)316.67º22.78%92.94%-
XYZ65.0457.1576.71-
YUV203.59138.39151.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 183 (71.88% from 255) = 28.50%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=36.92%
G=28.50%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718322200.230.060.07316.676082.35
HexEDB7DE0176713d3c52
Octal3552673360276747574122
Binary1110110110110111110111100101111101111001111011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB7DE; }

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

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

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

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

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

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

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

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