#EDB2EE

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

Shades of French Lilac #EDB2EE

Tints of French Lilac #EDB2EE

Color information

#EDB2EE (or 0xEDB2EE) is unknown color: approx French Lilac. HEX triplet: ED, B2 and EE. RGB value is (237,178,238). Sum of RGB (Red+Green+Blue) = 237+178+238=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2EE is #124D11. Grayscale: #CACACA. Windows color (decimal): -1199378 or 15643373. OLE color: 15643373.

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

Color convert

RGB237178238-
CMYK0.000.2500.07
HSL299º63.83%81.57%-
HSV(B)299º25.21%93.33%-
XYZ66.2856.0288.21-
YUV202.48148.05152.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=36.29%
G=27.26%
B=36.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371782380.000.2500.0729963.8381.57
HexEDB2EE0190712b4052
Octal35526235603107453100122
Binary111011011011001011101110011001011110010101110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2EE; }

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

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

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

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

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

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

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

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