#EDBCDE

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

Shades of French Lilac #EDBCDE

Tints of French Lilac #EDBCDE

Color information

#EDBCDE (or 0xEDBCDE) is unknown color: approx French Lilac. HEX triplet: ED, BC and DE. RGB value is (237,188,222). Sum of RGB (Red+Green+Blue) = 237+188+222=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCDE is #124321. Grayscale: #CECECE. Windows color (decimal): -1196834 or 14597357. OLE color: 14597357.

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

Color convert

RGB237188222-
CMYK00.210.060.07
HSL318.37º57.65%83.33%-
HSV(B)318.37º20.68%92.94%-
XYZ66.0959.2477.06-
YUV206.53136.73149.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=36.63%
G=29.06%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718822200.210.060.07318.3757.6583.33
HexEDBCDE0156713e3a53
Octal3552743360256747672123
Binary1110110110111100110111100101011101111001111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCDE; }

 p { color: rgb(237,188,222); }

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

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

 a { background-color: rgb(237,188,222); }

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

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

 span { border-color: rgb(237,188,222); }

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