#EDBDEC

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

Shades of French Lilac #EDBDEC

Tints of French Lilac #EDBDEC

Color information

#EDBDEC (or 0xEDBDEC) is unknown color: approx French Lilac. HEX triplet: ED, BD and EC. RGB value is (237,189,236). Sum of RGB (Red+Green+Blue) = 237+189+236=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDEC is #124213. Grayscale: #D0D0D0. Windows color (decimal): -1196564 or 15515117. OLE color: 15515117.

HSL color Cylindrical-coordinate representation of color #EDBDEC: hue angle of 301.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDEC is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237189236-
CMYK00.200.000.07
HSL301.25º57.14%83.53%-
HSV(B)301.25º20.25%92.94%-
XYZ68.2660.4687.43-
YUV208.71143.4148.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=35.80%
G=28.55%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718923600.200.000.07301.2557.1483.53
HexEDBDEC0140712d3954
Octal3552753540240745571124
Binary11101101101111011110110001010001111001011011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDEC; }

 p { color: rgb(237,189,236); }

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

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

 a { background-color: rgb(237,189,236); }

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

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

 span { border-color: rgb(237,189,236); }

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