#E2ABDD

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

Shades of French Lilac #E2ABDD

Tints of French Lilac #E2ABDD

Color information

#E2ABDD (or 0xE2ABDD) is unknown color: approx French Lilac. HEX triplet: E2, AB and DD. RGB value is (226,171,221). Sum of RGB (Red+Green+Blue) = 226+171+221=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABDD is #1D5422. Grayscale: #C1C1C1. Windows color (decimal): -1922083 or 14527458. OLE color: 14527458.

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

Color convert

RGB226171221-
CMYK00.240.020.11
HSL305.45º48.67%77.84%-
HSV(B)305.45º24.34%88.63%-
XYZ58.9850.5275.05-
YUV193.14143.72151.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.57%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=36.57%
G=27.67%
B=35.76%

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
Decimal22617122100.240.020.11305.4548.6777.84
HexE2ABDD0182B131314e
Octal34225333503021346161116
Binary1110001010101011110111010110001010111001100011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABDD; }

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

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

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

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

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

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

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

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