#E2B9DE

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

Shades of French Lilac #E2B9DE

Tints of French Lilac #E2B9DE

Color information

#E2B9DE (or 0xE2B9DE) is unknown color: approx French Lilac. HEX triplet: E2, B9 and DE. RGB value is (226,185,222). Sum of RGB (Red+Green+Blue) = 226+185+222=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9DE is #1D4621. Grayscale: #C9C9C9. Windows color (decimal): -1918498 or 14596578. OLE color: 14596578.

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

Color convert

RGB226185222-
CMYK00.180.020.11
HSL305.85º41.41%80.59%-
HSV(B)305.85º18.14%88.63%-
XYZ61.956.1476.68-
YUV201.48139.58145.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=35.70%
G=29.23%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618522200.180.020.11305.8541.4180.59
HexE2B9DE0122B1322951
Octal34227133602221346251121
Binary1110001010111001110111100100101010111001100101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9DE; }

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

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

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

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

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

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

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

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