#E2B9E0

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

Shades of French Lilac #E2B9E0

Tints of French Lilac #E2B9E0

Color information

#E2B9E0 (or 0xE2B9E0) is unknown color: approx French Lilac. HEX triplet: E2, B9 and E0. RGB value is (226,185,224). Sum of RGB (Red+Green+Blue) = 226+185+224=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9E0 is #1D461F. Grayscale: #C9C9C9. Windows color (decimal): -1918496 or 14727650. OLE color: 14727650.

HSL color Cylindrical-coordinate representation of color #E2B9E0: hue angle of 302.93º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2B9E0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB226185224-
CMYK00.180.010.11
HSL302.93º41.41%80.59%-
HSV(B)302.93º18.14%88.63%-
XYZ62.1756.2578.1-
YUV201.7140.58145.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.59%
GREEN value IS 185 (72.66% from 255) = 29.13%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=35.59%
G=29.13%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618522400.180.010.11302.9341.4180.59
HexE2B9E00121B12f2951
Octal34227134002211345751121
Binary111000101011100111100000010010110111001011111010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9E0; }

 p { color: rgb(226,185,224); }

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

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

 a { background-color: rgb(226,185,224); }

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

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

 span { border-color: rgb(226,185,224); }

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