#EDB5ED

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

Shades of French Lilac #EDB5ED

Tints of French Lilac #EDB5ED

Color information

#EDB5ED (or 0xEDB5ED) is unknown color: approx French Lilac. HEX triplet: ED, B5 and ED. RGB value is (237,181,237). Sum of RGB (Red+Green+Blue) = 237+181+237=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5ED is #124A12. Grayscale: #CBCBCB. Windows color (decimal): -1198611 or 15578605. OLE color: 15578605.

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

Color convert

RGB237181237-
CMYK00.2400.07
HSL300º60.87%81.96%-
HSV(B)300º23.63%92.94%-
XYZ66.7357.1787.64-
YUV204.13146.55151.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 181 (71.09% from 255) = 27.63%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=36.18%
G=27.63%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718123700.2400.0730060.8781.96
HexEDB5ED0180712c3d52
Octal3552653550300745475122
Binary11101101101101011110110101100001111001011001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5ED; }

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

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

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

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

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

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

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

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