#EDBFE5

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

Shades of French Lilac #EDBFE5

Tints of French Lilac #EDBFE5

Color information

#EDBFE5 (or 0xEDBFE5) is unknown color: approx French Lilac. HEX triplet: ED, BF and E5. RGB value is (237,191,229). Sum of RGB (Red+Green+Blue) = 237+191+229=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFE5 is #12401A. Grayscale: #D0D0D0. Windows color (decimal): -1196059 or 15056877. OLE color: 15056877.

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

Color convert

RGB237191229-
CMYK00.190.030.07
HSL310.43º56.1%83.92%-
HSV(B)310.43º19.41%92.94%-
XYZ67.760.9282.32-
YUV209.09139.24147.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=36.07%
G=29.07%
B=34.86%

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
Decimal23719122900.190.030.07310.4356.183.92
HexEDBFE5013371363854
Octal3552773450233746670124
Binary111011011011111111100101010011111111001101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFE5; }

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

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

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

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

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

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

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

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