#EDBADF

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

Shades of French Lilac #EDBADF

Tints of French Lilac #EDBADF

Color information

#EDBADF (or 0xEDBADF) is unknown color: approx French Lilac. HEX triplet: ED, BA and DF. RGB value is (237,186,223). Sum of RGB (Red+Green+Blue) = 237+186+223=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBADF is #124520. Grayscale: #CDCDCD. Windows color (decimal): -1197345 or 14662381. OLE color: 14662381.

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

Color convert

RGB237186223-
CMYK00.220.060.07
HSL316.47º58.62%82.94%-
HSV(B)316.47º21.52%92.94%-
XYZ65.858.4577.63-
YUV205.47137.9150.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=36.69%
G=28.79%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718622300.220.060.07316.4758.6282.94
HexEDBADF0166713c3b53
Octal3552723370266747473123
Binary1110110110111010110111110101101101111001111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBADF; }

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

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

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

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

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

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

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

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