#E4C5DF

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

Shades of French Lilac #E4C5DF

Tints of French Lilac #E4C5DF

Color information

#E4C5DF (or 0xE4C5DF) is unknown color: approx French Lilac. HEX triplet: E4, C5 and DF. RGB value is (228,197,223). Sum of RGB (Red+Green+Blue) = 228+197+223=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C5DF is #1B3A20. Grayscale: #D1D1D1. Windows color (decimal): -1784353 or 14665188. OLE color: 14665188.

HSL color Cylindrical-coordinate representation of color #E4C5DF: hue angle of 309.68º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4C5DF is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228197223-
CMYK00.140.020.11
HSL309.68º36.47%83.33%-
HSV(B)309.68º13.6%89.41%-
XYZ65.2861.7578.29-
YUV209.23135.77141.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.19%
GREEN value IS 197 (77.34% from 255) = 30.40%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=35.19%
G=30.40%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819722300.140.020.11309.6836.4783.33
HexE4C5DF0E2B1362453
Octal34430533701621346644123
Binary111001001100010111011111011101010111001101101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C5DF; }

 p { color: rgb(228,197,223); }

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

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

 a { background-color: rgb(228,197,223); }

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

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

 span { border-color: rgb(228,197,223); }

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