#EDBCE9

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

Shades of French Lilac #EDBCE9

Tints of French Lilac #EDBCE9

Color information

#EDBCE9 (or 0xEDBCE9) is unknown color: approx French Lilac. HEX triplet: ED, BC and E9. RGB value is (237,188,233). Sum of RGB (Red+Green+Blue) = 237+188+233=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCE9 is #124316. Grayscale: #CFCFCF. Windows color (decimal): -1196823 or 15318253. OLE color: 15318253.

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

Color convert

RGB237188233-
CMYK00.210.020.07
HSL304.9º57.65%83.33%-
HSV(B)304.9º20.68%92.94%-
XYZ67.6259.8585.08-
YUV207.78142.23148.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 188 (73.83% from 255) = 28.57%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=36.02%
G=28.57%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718823300.210.020.07304.957.6583.33
HexEDBCE9015271313a53
Octal3552743510252746172123
Binary111011011011110011101001010101101111001100011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCE9; }

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

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

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

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

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

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

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

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