#EDB5E4

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

Shades of French Lilac #EDB5E4

Tints of French Lilac #EDB5E4

Color information

#EDB5E4 (or 0xEDB5E4) is unknown color: approx French Lilac. HEX triplet: ED, B5 and E4. RGB value is (237,181,228). Sum of RGB (Red+Green+Blue) = 237+181+228=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5E4 is #124A1B. Grayscale: #CACACA. Windows color (decimal): -1198620 or 14988781. OLE color: 14988781.

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

Color convert

RGB237181228-
CMYK00.240.040.07
HSL309.64º60.87%81.96%-
HSV(B)309.64º23.63%92.94%-
XYZ65.4556.6580.88-
YUV203.1142.05152.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 181 (71.09% from 255) = 28.02%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=36.69%
G=28.02%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718122800.240.040.07309.6460.8781.96
HexEDB5E4018471363d52
Octal3552653440304746675122
Binary1110110110110101111001000110001001111001101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5E4; }

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

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

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

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

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

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

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

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