#EDB5EB

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

Shades of French Lilac #EDB5EB

Tints of French Lilac #EDB5EB

Color information

#EDB5EB (or 0xEDB5EB) is unknown color: approx French Lilac. HEX triplet: ED, B5 and EB. RGB value is (237,181,235). Sum of RGB (Red+Green+Blue) = 237+181+235=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5EB is #124A14. Grayscale: #CBCBCB. Windows color (decimal): -1198613 or 15447533. OLE color: 15447533.

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

Color convert

RGB237181235-
CMYK00.240.010.07
HSL302.14º60.87%81.96%-
HSV(B)302.14º23.63%92.94%-
XYZ66.4457.0586.11-
YUV203.9145.55151.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 181 (71.09% from 255) = 27.72%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=36.29%
G=27.72%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718123500.240.010.07302.1460.8781.96
HexEDB5EB0181712e3d52
Octal3552653530301745675122
Binary11101101101101011110101101100011111001011101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5EB; }

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

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

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

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

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

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

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

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