#EDBAEF

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

Shades of French Lilac #EDBAEF

Tints of French Lilac #EDBAEF

Color information

#EDBAEF (or 0xEDBAEF) is unknown color: approx French Lilac. HEX triplet: ED, BA and EF. RGB value is (237,186,239). Sum of RGB (Red+Green+Blue) = 237+186+239=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDBAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAEF is #124510. Grayscale: #CFCFCF. Windows color (decimal): -1197329 or 15710957. OLE color: 15710957.

HSL color Cylindrical-coordinate representation of color #EDBAEF: hue angle of 297.74º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAEF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237186239-
CMYK0.010.2200.06
HSL297.74º62.35%83.33%-
HSV(B)297.74º22.18%93.73%-
XYZ68.0659.3589.53-
YUV207.29145.9149.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 239 (93.75% from 255) = 36.10%
R=35.80%
G=28.10%
B=36.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371862390.010.2200.06297.7462.3583.33
HexEDBAEF1160612a3e53
Octal3552723571260645276123
Binary11101101101110101110111111011001101001010101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAEF; }

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

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

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

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

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

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

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

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