#E2ABD5

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

Shades of French Lilac #E2ABD5

Tints of French Lilac #E2ABD5

Color information

#E2ABD5 (or 0xE2ABD5) is unknown color: approx French Lilac. HEX triplet: E2, AB and D5. RGB value is (226,171,213). Sum of RGB (Red+Green+Blue) = 226+171+213=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABD5 is #1D542A. Grayscale: #C0C0C0. Windows color (decimal): -1922091 or 14003170. OLE color: 14003170.

HSL color Cylindrical-coordinate representation of color #E2ABD5: hue angle of 314.18º degrees, saturation: 0.49, 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 #E2ABD5 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB226171213-
CMYK00.240.060.11
HSL314.18º48.67%77.84%-
HSV(B)314.18º24.34%88.63%-
XYZ57.9450.169.57-
YUV192.23139.72152.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.05%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=37.05%
G=28.03%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617121300.240.060.11314.1848.6777.84
HexE2ABD50186B13a314e
Octal34225332503061347261116
Binary11100010101010111101010101100011010111001110101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABD5; }

 p { color: rgb(226,171,213); }

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

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

 a { background-color: rgb(226,171,213); }

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

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

 span { border-color: rgb(226,171,213); }

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