#EDB5EE

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

Shades of French Lilac #EDB5EE

Tints of French Lilac #EDB5EE

Color information

#EDB5EE (or 0xEDB5EE) is unknown color: approx French Lilac. HEX triplet: ED, B5 and EE. RGB value is (237,181,238). Sum of RGB (Red+Green+Blue) = 237+181+238=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5EE is #124A11. Grayscale: #CCCCCC. Windows color (decimal): -1198610 or 15644141. OLE color: 15644141.

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

Color convert

RGB237181238-
CMYK0.000.2400.07
HSL298.95º62.64%82.16%-
HSV(B)298.95º23.95%93.33%-
XYZ66.8857.2388.41-
YUV204.24147.05151.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 181 (71.09% from 255) = 27.59%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=36.13%
G=27.59%
B=36.28%

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
Decimal2371812380.000.2400.07298.9562.6482.16
HexEDB5EE0180712b3f52
Octal3552653560300745377122
Binary11101101101101011110111001100001111001010111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5EE; }

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

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

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

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

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

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

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

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