#E0BFDE

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

Shades of French Lilac #E0BFDE

Tints of French Lilac #E0BFDE

Color information

#E0BFDE (or 0xE0BFDE) is unknown color: approx French Lilac. HEX triplet: E0, BF and DE. RGB value is (224,191,222). Sum of RGB (Red+Green+Blue) = 224+191+222=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFDE is #1F4021. Grayscale: #CCCCCC. Windows color (decimal): -2048034 or 14598112. OLE color: 14598112.

HSL color Cylindrical-coordinate representation of color #E0BFDE: hue angle of 303.64º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFDE is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224191222-
CMYK00.150.010.12
HSL303.64º34.74%81.37%-
HSV(B)303.64º14.73%87.84%-
XYZ62.5658.3877.08-
YUV204.4137.93141.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=35.16%
G=29.98%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419122200.150.010.12303.6434.7481.37
HexE0BFDE0F1C1302351
Octal34027733601711446043121
Binary11100000101111111101111001111111001001100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFDE; }

 p { color: rgb(224,191,222); }

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

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

 a { background-color: rgb(224,191,222); }

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

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

 span { border-color: rgb(224,191,222); }

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