#EDB5DC

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

Shades of French Lilac #EDB5DC

Tints of French Lilac #EDB5DC

Color information

#EDB5DC (or 0xEDB5DC) is unknown color: approx French Lilac. HEX triplet: ED, B5 and DC. RGB value is (237,181,220). Sum of RGB (Red+Green+Blue) = 237+181+220=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5DC is #124A23. Grayscale: #CACACA. Windows color (decimal): -1198628 or 14464493. OLE color: 14464493.

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

Color convert

RGB237181220-
CMYK00.240.070.07
HSL318.21º60.87%81.96%-
HSV(B)318.21º23.63%92.94%-
XYZ64.3756.2275.17-
YUV202.19138.05152.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 181 (71.09% from 255) = 28.37%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=37.15%
G=28.37%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718122000.240.070.07318.2160.8781.96
HexEDB5DC0187713e3d52
Octal3552653340307747675122
Binary1110110110110101110111000110001111111001111101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5DC; }

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

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

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

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

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

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

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

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