#E4BFE0

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

Shades of French Lilac #E4BFE0

Tints of French Lilac #E4BFE0

Color information

#E4BFE0 (or 0xE4BFE0) is unknown color: approx French Lilac. HEX triplet: E4, BF and E0. RGB value is (228,191,224). Sum of RGB (Red+Green+Blue) = 228+191+224=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFE0 is #1B401F. Grayscale: #CDCDCD. Windows color (decimal): -1785888 or 14729188. OLE color: 14729188.

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

Color convert

RGB228191224-
CMYK00.160.020.11
HSL306.49º40.66%82.16%-
HSV(B)306.49º16.23%89.41%-
XYZ64.0859.1478.56-
YUV205.82138.26143.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.46%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=35.46%
G=29.70%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819122400.160.020.11306.4940.6682.16
HexE4BFE00102B1322952
Octal34427734002021346251122
Binary1110010010111111111000000100001010111001100101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFE0; }

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

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

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

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

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

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

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

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