#EDB5DA

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

Shades of French Lilac #EDB5DA

Tints of French Lilac #EDB5DA

Color information

#EDB5DA (or 0xEDB5DA) is unknown color: approx French Lilac. HEX triplet: ED, B5 and DA. RGB value is (237,181,218). Sum of RGB (Red+Green+Blue) = 237+181+218=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5DA is #124A25. Grayscale: #C9C9C9. Windows color (decimal): -1198630 or 14333421. OLE color: 14333421.

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

Color convert

RGB237181218-
CMYK00.240.080.07
HSL320.36º60.87%81.96%-
HSV(B)320.36º23.63%92.94%-
XYZ64.156.1173.78-
YUV201.96137.05152.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 181 (71.09% from 255) = 28.46%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=37.26%
G=28.46%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718121800.240.080.07320.3660.8781.96
HexEDB5DA018871403d52
Octal35526533203010750075122
Binary11101101101101011101101001100010001111010000001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5DA; }

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

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

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

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

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

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

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

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