#EDBADD

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

Shades of French Lilac #EDBADD

Tints of French Lilac #EDBADD

Color information

#EDBADD (or 0xEDBADD) is unknown color: approx French Lilac. HEX triplet: ED, BA and DD. RGB value is (237,186,221). Sum of RGB (Red+Green+Blue) = 237+186+221=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBADD is #124522. Grayscale: #CDCDCD. Windows color (decimal): -1197347 or 14531309. OLE color: 14531309.

HSL color Cylindrical-coordinate representation of color #EDBADD: hue angle of 318.82º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBADD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237186221-
CMYK00.220.070.07
HSL318.82º58.62%82.94%-
HSV(B)318.82º21.52%92.94%-
XYZ65.5458.3476.21-
YUV205.24136.9150.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 186 (73.05% from 255) = 28.88%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=36.80%
G=28.88%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718622100.220.070.07318.8258.6282.94
HexEDBADD0167713f3b53
Octal3552723350267747773123
Binary1110110110111010110111010101101111111001111111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBADD; }

 p { color: rgb(237,186,221); }

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

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

 a { background-color: rgb(237,186,221); }

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

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

 span { border-color: rgb(237,186,221); }

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