#E2BCDA

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

Shades of French Lilac #E2BCDA

Tints of French Lilac #E2BCDA

Color information

#E2BCDA (or 0xE2BCDA) is unknown color: approx French Lilac. HEX triplet: E2, BC and DA. RGB value is (226,188,218). Sum of RGB (Red+Green+Blue) = 226+188+218=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDA is #1D4325. Grayscale: #CACACA. Windows color (decimal): -1917734 or 14335202. OLE color: 14335202.

HSL color Cylindrical-coordinate representation of color #E2BCDA: hue angle of 312.63º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCDA is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226188218-
CMYK00.170.040.11
HSL312.63º39.58%81.18%-
HSV(B)312.63º16.81%88.63%-
XYZ6257.274.1-
YUV202.78136.59144.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=35.76%
G=29.75%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618821800.170.040.11312.6339.5881.18
HexE2BCDA0114B1392851
Octal34227433202141347150121
Binary11100010101111001101101001000110010111001110011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCDA; }

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

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

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

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

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

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

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

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