#EDB3DA

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

Shades of French Lilac #EDB3DA

Tints of French Lilac #EDB3DA

Color information

#EDB3DA (or 0xEDB3DA) is unknown color: approx French Lilac. HEX triplet: ED, B3 and DA. RGB value is (237,179,218). Sum of RGB (Red+Green+Blue) = 237+179+218=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3DA is #124C25. Grayscale: #C8C8C8. Windows color (decimal): -1199142 or 14332909. OLE color: 14332909.

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

Color convert

RGB237179218-
CMYK00.240.080.07
HSL319.66º61.7%81.57%-
HSV(B)319.66º24.47%92.94%-
XYZ63.755.3173.65-
YUV200.79137.72153.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 179 (70.31% from 255) = 28.23%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=37.38%
G=28.23%
B=34.38%

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
Decimal23717921800.240.080.07319.6661.781.57
HexEDB3DA018871403e52
Octal35526333203010750076122
Binary11101101101100111101101001100010001111010000001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3DA; }

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

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

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

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

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

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

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

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