#E4BFDA

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

Shades of French Lilac #E4BFDA

Tints of French Lilac #E4BFDA

Color information

#E4BFDA (or 0xE4BFDA) is unknown color: approx French Lilac. HEX triplet: E4, BF and DA. RGB value is (228,191,218). Sum of RGB (Red+Green+Blue) = 228+191+218=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFDA is #1B4025. Grayscale: #CDCDCD. Windows color (decimal): -1785894 or 14335972. OLE color: 14335972.

HSL color Cylindrical-coordinate representation of color #E4BFDA: hue angle of 316.22º 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 #E4BFDA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228191218-
CMYK00.160.040.11
HSL316.22º40.66%82.16%-
HSV(B)316.22º16.23%89.41%-
XYZ63.2858.8274.35-
YUV205.14135.26144.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=35.79%
G=29.98%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819121800.160.040.11316.2240.6682.16
HexE4BFDA0104B13c2952
Octal34427733202041347451122
Binary11100100101111111101101001000010010111001111001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFDA; }

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

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

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

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

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

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

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

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