#EDB4DA

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

Shades of French Lilac #EDB4DA

Tints of French Lilac #EDB4DA

Color information

#EDB4DA (or 0xEDB4DA) is unknown color: approx French Lilac. HEX triplet: ED, B4 and DA. RGB value is (237,180,218). Sum of RGB (Red+Green+Blue) = 237+180+218=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4DA is #124B25. Grayscale: #C9C9C9. Windows color (decimal): -1198886 or 14333165. OLE color: 14333165.

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

Color convert

RGB237180218-
CMYK00.240.080.07
HSL320º61.29%81.76%-
HSV(B)320º24.05%92.94%-
XYZ63.955.7173.71-
YUV201.38137.38153.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=37.32%
G=28.35%
B=34.33%

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
Decimal23718021800.240.080.0732061.2981.76
HexEDB4DA018871403d52
Octal35526433203010750075122
Binary11101101101101001101101001100010001111010000001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB4DA; }

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

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

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

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

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

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

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

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