#E1CADC

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

Shades of French Lilac #E1CADC

Tints of French Lilac #E1CADC

Color information

#E1CADC (or 0xE1CADC) is unknown color: approx French Lilac. HEX triplet: E1, CA and DC. RGB value is (225,202,220). Sum of RGB (Red+Green+Blue) = 225+202+220=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CADC is #1E3523. Grayscale: #D2D2D2. Windows color (decimal): -1979684 or 14469857. OLE color: 14469857.

HSL color Cylindrical-coordinate representation of color #E1CADC: hue angle of 313.04º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CADC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225202220-
CMYK00.100.020.12
HSL313.04º27.71%83.73%-
HSV(B)313.04º10.22%88.24%-
XYZ65.0963.4276.52-
YUV210.93133.12138.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=34.78%
G=31.22%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520222000.100.020.12313.0427.7183.73
HexE1CADC0A2C1391c54
Octal34131233401221447134124
Binary11100001110010101101110001010101100100111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CADC; }

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

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

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

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

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

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

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

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