#E3BFDC

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

Shades of French Lilac #E3BFDC

Tints of French Lilac #E3BFDC

Color information

#E3BFDC (or 0xE3BFDC) is unknown color: approx French Lilac. HEX triplet: E3, BF and DC. RGB value is (227,191,220). Sum of RGB (Red+Green+Blue) = 227+191+220=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BFDC is #1C4023. Grayscale: #CCCCCC. Windows color (decimal): -1851428 or 14467043. OLE color: 14467043.

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

Color convert

RGB227191220-
CMYK00.160.030.11
HSL311.67º39.13%81.96%-
HSV(B)311.67º15.86%89.02%-
XYZ63.2358.7675.72-
YUV205.07136.43143.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.58%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=35.58%
G=29.94%
B=34.48%

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
Decimal22719122000.160.030.11311.6739.1381.96
HexE3BFDC0103B1382752
Octal34327733402031347047122
Binary1110001110111111110111000100001110111001110001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFDC; }

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

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

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

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

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

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

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

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