#E4CDDF

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

Shades of French Lilac #E4CDDF

Tints of French Lilac #E4CDDF

Color information

#E4CDDF (or 0xE4CDDF) is unknown color: approx French Lilac. HEX triplet: E4, CD and DF. RGB value is (228,205,223). Sum of RGB (Red+Green+Blue) = 228+205+223=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDDF is #1B3220. Grayscale: #D5D5D5. Windows color (decimal): -1782305 or 14667236. OLE color: 14667236.

HSL color Cylindrical-coordinate representation of color #E4CDDF: hue angle of 313.04º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4CDDF is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228205223-
CMYK00.100.020.11
HSL313.04º29.87%84.9%-
HSV(B)313.04º10.09%89.41%-
XYZ67.1565.4878.91-
YUV213.93133.12138.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.76%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=34.76%
G=31.25%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820522300.100.020.11313.0429.8784.9
HexE4CDDF0A2B1391e55
Octal34431533701221347136125
Binary11100100110011011101111101010101011100111001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDDF; }

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

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

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

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

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

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

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

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