#E2BCDD

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

Shades of French Lilac #E2BCDD

Tints of French Lilac #E2BCDD

Color information

#E2BCDD (or 0xE2BCDD) is unknown color: approx French Lilac. HEX triplet: E2, BC and DD. RGB value is (226,188,221). Sum of RGB (Red+Green+Blue) = 226+188+221=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDD is #1D4322. Grayscale: #CBCBCB. Windows color (decimal): -1917731 or 14531810. OLE color: 14531810.

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

Color convert

RGB226188221-
CMYK00.170.020.11
HSL307.89º39.58%81.18%-
HSV(B)307.89º16.81%88.63%-
XYZ62.457.3676.19-
YUV203.12138.09144.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.59%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=35.59%
G=29.61%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618822100.170.020.11307.8939.5881.18
HexE2BCDD0112B1342851
Octal34227433502121346450121
Binary1110001010111100110111010100011010111001101001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCDD; }

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

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

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

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

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

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

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

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