#EDBCE1

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

Shades of French Lilac #EDBCE1

Tints of French Lilac #EDBCE1

Color information

#EDBCE1 (or 0xEDBCE1) is unknown color: approx French Lilac. HEX triplet: ED, BC and E1. RGB value is (237,188,225). Sum of RGB (Red+Green+Blue) = 237+188+225=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCE1 is #12431E. Grayscale: #CECECE. Windows color (decimal): -1196831 or 14793965. OLE color: 14793965.

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

Color convert

RGB237188225-
CMYK00.210.050.07
HSL314.69º57.65%83.33%-
HSV(B)314.69º20.68%92.94%-
XYZ66.559.4179.2-
YUV206.87138.23149.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 188 (73.83% from 255) = 28.92%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=36.46%
G=28.92%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718822500.210.050.07314.6957.6583.33
HexEDBCE10155713b3a53
Octal3552743410255747372123
Binary1110110110111100111000010101011011111001110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCE1; }

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

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

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

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

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

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

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

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