#E2BADA

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

Shades of French Lilac #E2BADA

Tints of French Lilac #E2BADA

Color information

#E2BADA (or 0xE2BADA) is unknown color: approx French Lilac. HEX triplet: E2, BA and DA. RGB value is (226,186,218). Sum of RGB (Red+Green+Blue) = 226+186+218=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BADA is #1D4525. Grayscale: #C9C9C9. Windows color (decimal): -1918246 or 14334690. OLE color: 14334690.

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

Color convert

RGB226186218-
CMYK00.180.040.11
HSL312º40.82%80.78%-
HSV(B)312º17.7%88.63%-
XYZ61.5856.3573.96-
YUV201.61137.25145.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=35.87%
G=29.52%
B=34.60%

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
Decimal22618621800.180.040.1131240.8280.78
HexE2BADA0124B1382951
Octal34227233202241347051121
Binary11100010101110101101101001001010010111001110001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BADA; }

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

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

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

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

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

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

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

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