#E1CADB

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

Shades of French Lilac #E1CADB

Tints of French Lilac #E1CADB

Color information

#E1CADB (or 0xE1CADB) is unknown color: approx French Lilac. HEX triplet: E1, CA and DB. RGB value is (225,202,219). Sum of RGB (Red+Green+Blue) = 225+202+219=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CADB is #1E3524. Grayscale: #D2D2D2. Windows color (decimal): -1979685 or 14404321. OLE color: 14404321.

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

Color convert

RGB225202219-
CMYK00.100.030.12
HSL315.65º27.71%83.73%-
HSV(B)315.65º10.22%88.24%-
XYZ64.9663.3675.82-
YUV210.82132.62138.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=34.83%
G=31.27%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520221900.100.030.12315.6527.7183.73
HexE1CADB0A3C13c1c54
Octal34131233301231447434124
Binary11100001110010101101101101010111100100111100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CADB; }

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

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

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

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

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

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

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

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