#E2ADDD

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

Shades of French Lilac #E2ADDD

Tints of French Lilac #E2ADDD

Color information

#E2ADDD (or 0xE2ADDD) is unknown color: approx French Lilac. HEX triplet: E2, AD and DD. RGB value is (226,173,221). Sum of RGB (Red+Green+Blue) = 226+173+221=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADDD is #1D5222. Grayscale: #C2C2C2. Windows color (decimal): -1921571 or 14527970. OLE color: 14527970.

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

Color convert

RGB226173221-
CMYK00.230.020.11
HSL305.66º47.75%78.24%-
HSV(B)305.66º23.45%88.63%-
XYZ59.3651.2875.18-
YUV194.32143.06150.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.45%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=36.45%
G=27.90%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617322100.230.020.11305.6647.7578.24
HexE2ADDD0172B132304e
Octal34225533502721346260116
Binary1110001010101101110111010101111010111001100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADDD; }

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

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

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

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

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

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

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

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