#EDBFE7

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

Shades of French Lilac #EDBFE7

Tints of French Lilac #EDBFE7

Color information

#EDBFE7 (or 0xEDBFE7) is unknown color: approx French Lilac. HEX triplet: ED, BF and E7. RGB value is (237,191,231). Sum of RGB (Red+Green+Blue) = 237+191+231=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFE7 is #124018. Grayscale: #D1D1D1. Windows color (decimal): -1196057 or 15187949. OLE color: 15187949.

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

Color convert

RGB237191231-
CMYK00.190.030.07
HSL307.83º56.1%83.92%-
HSV(B)307.83º19.41%92.94%-
XYZ67.9861.0483.8-
YUV209.31140.24147.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 191 (75% from 255) = 28.98%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=35.96%
G=28.98%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719123100.190.030.07307.8356.183.92
HexEDBFE7013371343854
Octal3552773470233746470124
Binary111011011011111111100111010011111111001101001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFE7; }

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

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

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

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

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

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

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

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