#E1CADD

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

Shades of French Lilac #E1CADD

Tints of French Lilac #E1CADD

Color information

#E1CADD (or 0xE1CADD) is unknown color: approx French Lilac. HEX triplet: E1, CA and DD. RGB value is (225,202,221). Sum of RGB (Red+Green+Blue) = 225+202+221=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CADD is #1E3522. Grayscale: #D2D2D2. Windows color (decimal): -1979683 or 14535393. OLE color: 14535393.

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

Color convert

RGB225202221-
CMYK00.100.020.12
HSL310.43º27.71%83.73%-
HSV(B)310.43º10.22%88.24%-
XYZ65.2263.4777.22-
YUV211.04133.62137.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=34.72%
G=31.17%
B=34.10%

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
Decimal22520222100.100.020.12310.4327.7183.73
HexE1CADD0A2C1361c54
Octal34131233501221446634124
Binary11100001110010101101110101010101100100110110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CADD; }

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

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

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

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

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

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

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

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