#E2B9DA

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

Shades of French Lilac #E2B9DA

Tints of French Lilac #E2B9DA

Color information

#E2B9DA (or 0xE2B9DA) is unknown color: approx French Lilac. HEX triplet: E2, B9 and DA. RGB value is (226,185,218). Sum of RGB (Red+Green+Blue) = 226+185+218=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9DA is #1D4625. Grayscale: #C8C8C8. Windows color (decimal): -1918502 or 14334434. OLE color: 14334434.

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

Color convert

RGB226185218-
CMYK00.180.040.11
HSL311.71º41.41%80.59%-
HSV(B)311.71º18.14%88.63%-
XYZ61.3755.9373.89-
YUV201.02137.58145.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 185 (72.66% from 255) = 29.41%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=35.93%
G=29.41%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618521800.180.040.11311.7141.4180.59
HexE2B9DA0124B1382951
Octal34227133202241347051121
Binary11100010101110011101101001001010010111001110001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9DA; }

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

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

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

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

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

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

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

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