#E2ADDC

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

Shades of French Lilac #E2ADDC

Tints of French Lilac #E2ADDC

Color information

#E2ADDC (or 0xE2ADDC) is unknown color: approx French Lilac. HEX triplet: E2, AD and DC. RGB value is (226,173,220). Sum of RGB (Red+Green+Blue) = 226+173+220=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADDC is #1D5223. Grayscale: #C2C2C2. Windows color (decimal): -1921572 or 14462434. OLE color: 14462434.

HSL color Cylindrical-coordinate representation of color #E2ADDC: hue angle of 306.79º 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 #E2ADDC is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226173220-
CMYK00.230.030.11
HSL306.79º47.75%78.24%-
HSV(B)306.79º23.45%88.63%-
XYZ59.2351.2274.48-
YUV194.2142.56150.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=36.51%
G=27.95%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617322000.230.030.11306.7947.7578.24
HexE2ADDC0173B133304e
Octal34225533402731346360116
Binary1110001010101101110111000101111110111001100111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADDC; }

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

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

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

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

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

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

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

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