#EDBFEA

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

Shades of French Lilac #EDBFEA

Tints of French Lilac #EDBFEA

Color information

#EDBFEA (or 0xEDBFEA) is unknown color: approx French Lilac. HEX triplet: ED, BF and EA. RGB value is (237,191,234). Sum of RGB (Red+Green+Blue) = 237+191+234=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFEA is #124015. Grayscale: #D1D1D1. Windows color (decimal): -1196054 or 15384557. OLE color: 15384557.

HSL color Cylindrical-coordinate representation of color #EDBFEA: hue angle of 303.91º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFEA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237191234-
CMYK00.190.010.07
HSL303.91º56.1%83.92%-
HSV(B)303.91º19.41%92.94%-
XYZ68.4161.2186.05-
YUV209.66141.74147.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=35.80%
G=28.85%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719123400.190.010.07303.9156.183.92
HexEDBFEA013171303854
Octal3552773520231746070124
Binary11101101101111111110101001001111111001100001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFEA; }

 p { color: rgb(237,191,234); }

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

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

 a { background-color: rgb(237,191,234); }

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

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

 span { border-color: rgb(237,191,234); }

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