#EDB9EE

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

Shades of French Lilac #EDB9EE

Tints of French Lilac #EDB9EE

Color information

#EDB9EE (or 0xEDB9EE) is unknown color: approx French Lilac. HEX triplet: ED, B9 and EE. RGB value is (237,185,238). Sum of RGB (Red+Green+Blue) = 237+185+238=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9EE is #124611. Grayscale: #CECECE. Windows color (decimal): -1197586 or 15645165. OLE color: 15645165.

HSL color Cylindrical-coordinate representation of color #EDB9EE: hue angle of 298.87º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9EE is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237185238-
CMYK0.000.2200.07
HSL298.87º60.92%82.94%-
HSV(B)298.87º22.27%93.33%-
XYZ67.7158.8888.68-
YUV206.59145.73149.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 185 (72.66% from 255) = 28.03%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=35.91%
G=28.03%
B=36.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371852380.000.2200.07298.8760.9282.94
HexEDB9EE0160712b3d53
Octal3552713560260745375123
Binary11101101101110011110111001011001111001010111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9EE; }

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

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

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

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

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

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

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

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