#E8BFDE

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

Shades of French Lilac #E8BFDE

Tints of French Lilac #E8BFDE

Color information

#E8BFDE (or 0xE8BFDE) is unknown color: approx French Lilac. HEX triplet: E8, BF and DE. RGB value is (232,191,222). Sum of RGB (Red+Green+Blue) = 232+191+222=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFDE is #174021. Grayscale: #CECECE. Windows color (decimal): -1523746 or 14598120. OLE color: 14598120.

HSL color Cylindrical-coordinate representation of color #E8BFDE: hue angle of 314.63º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8BFDE is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232191222-
CMYK00.180.040.09
HSL314.63º47.13%82.94%-
HSV(B)314.63º17.67%90.98%-
XYZ65.0959.6977.2-
YUV206.79136.58145.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.97%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=35.97%
G=29.61%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219122200.180.040.09314.6347.1382.94
HexE8BFDE0124913b2f53
Octal35027733602241147357123
Binary11101000101111111101111001001010010011001110111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFDE; }

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

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

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

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

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

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

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

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