#E4CADC

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

Shades of French Lilac #E4CADC

Tints of French Lilac #E4CADC

Color information

#E4CADC (or 0xE4CADC) is unknown color: approx French Lilac. HEX triplet: E4, CA and DC. RGB value is (228,202,220). Sum of RGB (Red+Green+Blue) = 228+202+220=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CADC is #1B3523. Grayscale: #D3D3D3. Windows color (decimal): -1783076 or 14469860. OLE color: 14469860.

HSL color Cylindrical-coordinate representation of color #E4CADC: hue angle of 318.46º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CADC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228202220-
CMYK00.110.040.11
HSL318.46º32.5%84.31%-
HSV(B)318.46º11.4%89.41%-
XYZ66.0363.976.56-
YUV211.83132.61139.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.08%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=35.08%
G=31.08%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820222000.110.040.11318.4632.584.31
HexE4CADC0B4B13e2054
Octal34431233401341347640124
Binary1110010011001010110111000101110010111001111101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CADC; }

 p { color: rgb(228,202,220); }

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

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

 a { background-color: rgb(228,202,220); }

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

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

 span { border-color: rgb(228,202,220); }

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