#E4ACDD

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

Shades of French Lilac #E4ACDD

Tints of French Lilac #E4ACDD

Color information

#E4ACDD (or 0xE4ACDD) is unknown color: approx French Lilac. HEX triplet: E4, AC and DD. RGB value is (228,172,221). Sum of RGB (Red+Green+Blue) = 228+172+221=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ACDD is #1B5322. Grayscale: #C2C2C2. Windows color (decimal): -1790755 or 14527716. OLE color: 14527716.

HSL color Cylindrical-coordinate representation of color #E4ACDD: hue angle of 307.5º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4ACDD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB228172221-
CMYK00.250.030.11
HSL307.5º50.91%78.43%-
HSV(B)307.5º24.56%89.41%-
XYZ59.851.2275.14-
YUV194.33143.05152.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.71%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=36.71%
G=27.70%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817222100.250.030.11307.550.9178.43
HexE4ACDD0193B134334e
Octal34425433503131346463116
Binary1110010010101100110111010110011110111001101001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ACDD; }

 p { color: rgb(228,172,221); }

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

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

 a { background-color: rgb(228,172,221); }

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

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

 span { border-color: rgb(228,172,221); }

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