#EDB0DF

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

Shades of French Lilac #EDB0DF

Tints of French Lilac #EDB0DF

Color information

#EDB0DF (or 0xEDB0DF) is unknown color: approx French Lilac. HEX triplet: ED, B0 and DF. RGB value is (237,176,223). Sum of RGB (Red+Green+Blue) = 237+176+223=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0DF is #124F20. Grayscale: #C7C7C7. Windows color (decimal): -1199905 or 14659821. OLE color: 14659821.

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

Color convert

RGB237176223-
CMYK00.260.060.07
HSL313.77º62.89%80.98%-
HSV(B)313.77º25.74%92.94%-
XYZ63.7754.3876.95-
YUV199.6141.21154.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 176 (69.14% from 255) = 27.67%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=37.26%
G=27.67%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717622300.260.060.07313.7762.8980.98
HexEDB0DF01A6713a3f51
Octal3552603370326747277121
Binary1110110110110000110111110110101101111001110101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0DF; }

 p { color: rgb(237,176,223); }

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

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

 a { background-color: rgb(237,176,223); }

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

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

 span { border-color: rgb(237,176,223); }

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