#E0C1DA

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

Shades of French Lilac #E0C1DA

Tints of French Lilac #E0C1DA

Color information

#E0C1DA (or 0xE0C1DA) is unknown color: approx French Lilac. HEX triplet: E0, C1 and DA. RGB value is (224,193,218). Sum of RGB (Red+Green+Blue) = 224+193+218=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1DA is #1F3E25. Grayscale: #CDCDCD. Windows color (decimal): -2047526 or 14336480. OLE color: 14336480.

HSL color Cylindrical-coordinate representation of color #E0C1DA: hue angle of 311.61º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0C1DA is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224193218-
CMYK00.140.030.12
HSL311.61º33.33%81.76%-
HSV(B)311.61º13.84%87.84%-
XYZ62.4759.0574.44-
YUV205.12135.27141.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=35.28%
G=30.39%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419321800.140.030.12311.6133.3381.76
HexE0C1DA0E3C1382152
Octal34030133201631447041122
Binary111000001100000111011010011101111001001110001000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C1DA; }

 p { color: rgb(224,193,218); }

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

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

 a { background-color: rgb(224,193,218); }

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

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

 span { border-color: rgb(224,193,218); }

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