#E1BCDA

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

Shades of French Lilac #E1BCDA

Tints of French Lilac #E1BCDA

Color information

#E1BCDA (or 0xE1BCDA) is unknown color: approx French Lilac. HEX triplet: E1, BC and DA. RGB value is (225,188,218). Sum of RGB (Red+Green+Blue) = 225+188+218=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCDA is #1E4325. Grayscale: #CACACA. Windows color (decimal): -1983270 or 14335201. OLE color: 14335201.

HSL color Cylindrical-coordinate representation of color #E1BCDA: hue angle of 311.35º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BCDA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225188218-
CMYK00.160.030.12
HSL311.35º38.14%80.98%-
HSV(B)311.35º16.44%88.24%-
XYZ61.6957.0474.09-
YUV202.48136.76144.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=35.66%
G=29.79%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518821800.160.030.12311.3538.1480.98
HexE1BCDA0103C1372651
Octal34127433202031446746121
Binary1110000110111100110110100100001111001001101111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCDA; }

 p { color: rgb(225,188,218); }

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

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

 a { background-color: rgb(225,188,218); }

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

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

 span { border-color: rgb(225,188,218); }

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