#E2ACDD

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

Shades of French Lilac #E2ACDD

Tints of French Lilac #E2ACDD

Color information

#E2ACDD (or 0xE2ACDD) is unknown color: approx French Lilac. HEX triplet: E2, AC and DD. RGB value is (226,172,221). Sum of RGB (Red+Green+Blue) = 226+172+221=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACDD is #1D5322. Grayscale: #C1C1C1. Windows color (decimal): -1921827 or 14527714. OLE color: 14527714.

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

Color convert

RGB226172221-
CMYK00.240.020.11
HSL305.56º48.21%78.04%-
HSV(B)305.56º23.89%88.63%-
XYZ59.1750.8975.11-
YUV193.73143.39151.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=36.51%
G=27.79%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617222100.240.020.11305.5648.2178.04
HexE2ACDD0182B132304e
Octal34225433503021346260116
Binary1110001010101100110111010110001010111001100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACDD; }

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

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

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

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

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

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

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

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