#E2BCDC

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

Shades of French Lilac #E2BCDC

Tints of French Lilac #E2BCDC

Color information

#E2BCDC (or 0xE2BCDC) is unknown color: approx French Lilac. HEX triplet: E2, BC and DC. RGB value is (226,188,220). Sum of RGB (Red+Green+Blue) = 226+188+220=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDC is #1D4323. Grayscale: #CACACA. Windows color (decimal): -1917732 or 14466274. OLE color: 14466274.

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

Color convert

RGB226188220-
CMYK00.170.030.11
HSL309.47º39.58%81.18%-
HSV(B)309.47º16.81%88.63%-
XYZ62.2757.375.49-
YUV203.01137.59144.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.65%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=35.65%
G=29.65%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618822000.170.030.11309.4739.5881.18
HexE2BCDC0113B1352851
Octal34227433402131346550121
Binary1110001010111100110111000100011110111001101011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCDC; }

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

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

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

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

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

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

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

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