#EDB4EE

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

Shades of French Lilac #EDB4EE

Tints of French Lilac #EDB4EE

Color information

#EDB4EE (or 0xEDB4EE) is unknown color: approx French Lilac. HEX triplet: ED, B4 and EE. RGB value is (237,180,238). Sum of RGB (Red+Green+Blue) = 237+180+238=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4EE is #124B11. Grayscale: #CBCBCB. Windows color (decimal): -1198866 or 15643885. OLE color: 15643885.

HSL color Cylindrical-coordinate representation of color #EDB4EE: hue angle of 298.97º degrees, saturation: 0.63, 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 #EDB4EE is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237180238-
CMYK0.000.2400.07
HSL298.97º63.04%81.96%-
HSV(B)298.97º24.37%93.33%-
XYZ66.6856.8288.34-
YUV203.66147.38151.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 180 (70.70% from 255) = 27.48%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=36.18%
G=27.48%
B=36.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371802380.000.2400.07298.9763.0481.96
HexEDB4EE0180712b3f52
Octal3552643560300745377122
Binary11101101101101001110111001100001111001010111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB4EE; }

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

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

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

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

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

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

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

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