#E4BFDE

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

Shades of French Lilac #E4BFDE

Tints of French Lilac #E4BFDE

Color information

#E4BFDE (or 0xE4BFDE) is unknown color: approx French Lilac. HEX triplet: E4, BF and DE. RGB value is (228,191,222). Sum of RGB (Red+Green+Blue) = 228+191+222=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFDE is #1B4021. Grayscale: #CDCDCD. Windows color (decimal): -1785890 or 14598116. OLE color: 14598116.

HSL color Cylindrical-coordinate representation of color #E4BFDE: hue angle of 309.73º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4BFDE is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB228191222-
CMYK00.160.030.11
HSL309.73º40.66%82.16%-
HSV(B)309.73º16.23%89.41%-
XYZ63.8159.0377.14-
YUV205.6137.26143.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.57%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=35.57%
G=29.80%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819122200.160.030.11309.7340.6682.16
HexE4BFDE0103B1362952
Octal34427733602031346651122
Binary1110010010111111110111100100001110111001101101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFDE; }

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

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

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

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

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

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

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

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