#E2ABDC

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

Shades of French Lilac #E2ABDC

Tints of French Lilac #E2ABDC

Color information

#E2ABDC (or 0xE2ABDC) is unknown color: approx French Lilac. HEX triplet: E2, AB and DC. RGB value is (226,171,220). Sum of RGB (Red+Green+Blue) = 226+171+220=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABDC is #1D5423. Grayscale: #C0C0C0. Windows color (decimal): -1922084 or 14461922. OLE color: 14461922.

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

Color convert

RGB226171220-
CMYK00.240.030.11
HSL306.55º48.67%77.84%-
HSV(B)306.55º24.34%88.63%-
XYZ58.8550.4674.35-
YUV193.03143.22151.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 171 (67.19% from 255) = 27.71%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=36.63%
G=27.71%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617122000.240.030.11306.5548.6777.84
HexE2ABDC0183B133314e
Octal34225333403031346361116
Binary1110001010101011110111000110001110111001100111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABDC; }

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

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

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

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

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

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

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

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