#EDB0E4

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

Shades of French Lilac #EDB0E4

Tints of French Lilac #EDB0E4

Color information

#EDB0E4 (or 0xEDB0E4) is unknown color: approx French Lilac. HEX triplet: ED, B0 and E4. RGB value is (237,176,228). Sum of RGB (Red+Green+Blue) = 237+176+228=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0E4 is #124F1B. Grayscale: #C8C8C8. Windows color (decimal): -1199900 or 14987501. OLE color: 14987501.

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

Color convert

RGB237176228-
CMYK00.260.040.07
HSL308.85º62.89%80.98%-
HSV(B)308.85º25.74%92.94%-
XYZ64.4554.6680.55-
YUV200.17143.71154.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 176 (69.14% from 255) = 27.46%
BLUE value IS 228 (89.45% from 255) = 35.57%
R=36.97%
G=27.46%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717622800.260.040.07308.8562.8980.98
HexEDB0E401A471353f51
Octal3552603440324746577121
Binary1110110110110000111001000110101001111001101011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0E4; }

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

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

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

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

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

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

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

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