#EDB3E7

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

Shades of French Lilac #EDB3E7

Tints of French Lilac #EDB3E7

Color information

#EDB3E7 (or 0xEDB3E7) is unknown color: approx French Lilac. HEX triplet: ED, B3 and E7. RGB value is (237,179,231). Sum of RGB (Red+Green+Blue) = 237+179+231=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3E7 is #124C18. Grayscale: #CACACA. Windows color (decimal): -1199129 or 15184877. OLE color: 15184877.

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

Color convert

RGB237179231-
CMYK00.240.030.07
HSL306.21º61.7%81.57%-
HSV(B)306.21º24.47%92.94%-
XYZ65.4756.0182.96-
YUV202.27144.22152.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 179 (70.31% from 255) = 27.67%
BLUE value IS 231 (90.62% from 255) = 35.70%
R=36.63%
G=27.67%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717923100.240.030.07306.2161.781.57
HexEDB3E7018371323e52
Octal3552633470303746276122
Binary111011011011001111100111011000111111001100101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3E7; }

 p { color: rgb(237,179,231); }

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

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

 a { background-color: rgb(237,179,231); }

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

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

 span { border-color: rgb(237,179,231); }

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