#EDBFE6

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

Shades of French Lilac #EDBFE6

Tints of French Lilac #EDBFE6

Color information

#EDBFE6 (or 0xEDBFE6) is unknown color: approx French Lilac. HEX triplet: ED, BF and E6. RGB value is (237,191,230). Sum of RGB (Red+Green+Blue) = 237+191+230=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFE6 is #124019. Grayscale: #D1D1D1. Windows color (decimal): -1196058 or 15122413. OLE color: 15122413.

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

Color convert

RGB237191230-
CMYK00.190.030.07
HSL309.13º56.1%83.92%-
HSV(B)309.13º19.41%92.94%-
XYZ67.8460.9883.06-
YUV209.2139.74147.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=36.02%
G=29.03%
B=34.95%

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
Decimal23719123000.190.030.07309.1356.183.92
HexEDBFE6013371353854
Octal3552773460233746570124
Binary111011011011111111100110010011111111001101011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFE6; }

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

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

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

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

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

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

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

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