#EDBAF0

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

Shades of French Lilac #EDBAF0

Tints of French Lilac #EDBAF0

Color information

#EDBAF0 (or 0xEDBAF0) is unknown color: approx French Lilac. HEX triplet: ED, BA and F0. RGB value is (237,186,240). Sum of RGB (Red+Green+Blue) = 237+186+240=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF0 is #12450F. Grayscale: #CFCFCF. Windows color (decimal): -1197328 or 15776493. OLE color: 15776493.

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

Color convert

RGB237186240-
CMYK0.010.2200.06
HSL296.67º64.29%83.53%-
HSV(B)296.67º22.5%94.12%-
XYZ68.2159.4190.31-
YUV207.4146.4149.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=35.75%
G=28.05%
B=36.20%

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
Decimal2371862400.010.2200.06296.6764.2983.53
HexEDBAF0116061294054
Octal35527236012606451100124
Binary111011011011101011110000110110011010010100110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAF0; }

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

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

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

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

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

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

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

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