#EDB4EF

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

Shades of French Lilac #EDB4EF

Tints of French Lilac #EDB4EF

Color information

#EDB4EF (or 0xEDB4EF) is unknown color: approx French Lilac. HEX triplet: ED, B4 and EF. RGB value is (237,180,239). Sum of RGB (Red+Green+Blue) = 237+180+239=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4EF is #124B10. Grayscale: #CBCBCB. Windows color (decimal): -1198865 or 15709421. OLE color: 15709421.

HSL color Cylindrical-coordinate representation of color #EDB4EF: hue angle of 297.97º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB4EF is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237180239-
CMYK0.010.2500.06
HSL297.97º64.84%82.16%-
HSV(B)297.97º24.69%93.73%-
XYZ66.8356.8889.12-
YUV203.77147.88151.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 180 (70.70% from 255) = 27.44%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=36.13%
G=27.44%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371802390.010.2500.06297.9764.8482.16
HexEDB4EF1190612a4152
Octal35526435713106452101122
Binary111011011011010011101111111001011010010101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB4EF; }

 p { color: rgb(237,180,239); }

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

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

 a { background-color: rgb(237,180,239); }

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

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

 span { border-color: rgb(237,180,239); }

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