#E2B2DD

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

Shades of French Lilac #E2B2DD

Tints of French Lilac #E2B2DD

Color information

#E2B2DD (or 0xE2B2DD) is unknown color: approx French Lilac. HEX triplet: E2, B2 and DD. RGB value is (226,178,221). Sum of RGB (Red+Green+Blue) = 226+178+221=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2DD is #1D4D22. Grayscale: #C5C5C5. Windows color (decimal): -1920291 or 14529250. OLE color: 14529250.

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

Color convert

RGB226178221-
CMYK00.210.020.11
HSL306.25º45.28%79.22%-
HSV(B)306.25º21.24%88.63%-
XYZ60.3453.2375.5-
YUV197.25141.4148.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 178 (69.92% from 255) = 28.48%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=36.16%
G=28.48%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617822100.210.020.11306.2545.2879.22
HexE2B2DD0152B1322d4f
Octal34226233502521346255117
Binary1110001010110010110111010101011010111001100101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B2DD; }

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

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

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

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

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

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

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

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