#E2CADC

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

Shades of French Lilac #E2CADC

Tints of French Lilac #E2CADC

Color information

#E2CADC (or 0xE2CADC) is unknown color: approx French Lilac. HEX triplet: E2, CA and DC. RGB value is (226,202,220). Sum of RGB (Red+Green+Blue) = 226+202+220=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CADC is #1D3523. Grayscale: #D3D3D3. Windows color (decimal): -1914148 or 14469858. OLE color: 14469858.

HSL color Cylindrical-coordinate representation of color #E2CADC: hue angle of 315º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CADC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226202220-
CMYK00.110.030.11
HSL315º29.27%83.92%-
HSV(B)315º10.62%88.63%-
XYZ65.463.5876.53-
YUV211.23132.95138.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=34.88%
G=31.17%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620222000.110.030.1131529.2783.92
HexE2CADC0B3B13b1d54
Octal34231233401331347335124
Binary11100010110010101101110001011111011100111011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CADC; }

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

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

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

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

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

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

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

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