#E2C4DD

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

Shades of French Lilac #E2C4DD

Tints of French Lilac #E2C4DD

Color information

#E2C4DD (or 0xE2C4DD) is unknown color: approx French Lilac. HEX triplet: E2, C4 and DD. RGB value is (226,196,221). Sum of RGB (Red+Green+Blue) = 226+196+221=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C4DD is #1D3B22. Grayscale: #CFCFCF. Windows color (decimal): -1915683 or 14533858. OLE color: 14533858.

HSL color Cylindrical-coordinate representation of color #E2C4DD: hue angle of 310º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2C4DD is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226196221-
CMYK00.130.020.11
HSL310º34.09%82.75%-
HSV(B)310º13.27%88.63%-
XYZ64.1660.8776.77-
YUV207.82135.44140.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.15%
GREEN value IS 196 (76.95% from 255) = 30.48%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=35.15%
G=30.48%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619622100.130.020.1131034.0982.75
HexE2C4DD0D2B1362253
Octal34230433501521346642123
Binary111000101100010011011101011011010111001101101000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C4DD; }

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

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

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

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

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

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

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

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