#EDBFE8

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

Shades of French Lilac #EDBFE8

Tints of French Lilac #EDBFE8

Color information

#EDBFE8 (or 0xEDBFE8) is unknown color: approx French Lilac. HEX triplet: ED, BF and E8. RGB value is (237,191,232). Sum of RGB (Red+Green+Blue) = 237+191+232=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFE8 is #124017. Grayscale: #D1D1D1. Windows color (decimal): -1196056 or 15253485. OLE color: 15253485.

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

Color convert

RGB237191232-
CMYK00.190.020.07
HSL306.52º56.1%83.92%-
HSV(B)306.52º19.41%92.94%-
XYZ68.1261.0984.55-
YUV209.43140.74147.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=35.91%
G=28.94%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719123200.190.020.07306.5256.183.92
HexEDBFE8013271333854
Octal3552773500232746370124
Binary111011011011111111101000010011101111001100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFE8; }

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

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

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

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

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

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

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

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