#E4BFDC

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

Shades of French Lilac #E4BFDC

Tints of French Lilac #E4BFDC

Color information

#E4BFDC (or 0xE4BFDC) is unknown color: approx French Lilac. HEX triplet: E4, BF and DC. RGB value is (228,191,220). Sum of RGB (Red+Green+Blue) = 228+191+220=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFDC is #1B4023. Grayscale: #CDCDCD. Windows color (decimal): -1785892 or 14467044. OLE color: 14467044.

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

Color convert

RGB228191220-
CMYK00.160.040.11
HSL312.97º40.66%82.16%-
HSV(B)312.97º16.23%89.41%-
XYZ63.5458.9275.73-
YUV205.37136.26144.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=35.68%
G=29.89%
B=34.43%

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
Decimal22819122000.160.040.11312.9740.6682.16
HexE4BFDC0104B1392952
Octal34427733402041347151122
Binary11100100101111111101110001000010010111001110011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFDC; }

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

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

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

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

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

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

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

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