#E0C4DB

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

Shades of French Lilac #E0C4DB

Tints of French Lilac #E0C4DB

Color information

#E0C4DB (or 0xE0C4DB) is unknown color: approx French Lilac. HEX triplet: E0, C4 and DB. RGB value is (224,196,219). Sum of RGB (Red+Green+Blue) = 224+196+219=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4DB is #1F3B24. Grayscale: #CECECE. Windows color (decimal): -2046757 or 14402784. OLE color: 14402784.

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

Color convert

RGB224196219-
CMYK00.120.020.12
HSL310.71º31.11%82.35%-
HSV(B)310.71º12.5%87.84%-
XYZ63.2760.4475.35-
YUV206.99134.78140.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 196 (76.95% from 255) = 30.67%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=35.05%
G=30.67%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419621900.120.020.12310.7131.1182.35
HexE0C4DB0C2C1371f52
Octal34030433301421446737122
Binary11100000110001001101101101100101100100110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C4DB; }

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

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

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

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

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

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

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

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