#E0C4DA

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

Shades of French Lilac #E0C4DA

Tints of French Lilac #E0C4DA

Color information

#E0C4DA (or 0xE0C4DA) is unknown color: approx French Lilac. HEX triplet: E0, C4 and DA. RGB value is (224,196,218). Sum of RGB (Red+Green+Blue) = 224+196+218=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4DA is #1F3B25. Grayscale: #CECECE. Windows color (decimal): -2046758 or 14337248. OLE color: 14337248.

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

Color convert

RGB224196218-
CMYK00.120.030.12
HSL312.86º31.11%82.35%-
HSV(B)312.86º12.5%87.84%-
XYZ63.1460.3974.66-
YUV206.88134.28140.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.11%
GREEN value IS 196 (76.95% from 255) = 30.72%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=35.11%
G=30.72%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419621800.120.030.12312.8631.1182.35
HexE0C4DA0C3C1391f52
Octal34030433201431447137122
Binary11100000110001001101101001100111100100111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C4DA; }

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

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

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

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

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

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

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

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