#E4BAD9

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

Shades of French Lilac #E4BAD9

Tints of French Lilac #E4BAD9

Color information

#E4BAD9 (or 0xE4BAD9) is unknown color: approx French Lilac. HEX triplet: E4, BA and D9. RGB value is (228,186,217). Sum of RGB (Red+Green+Blue) = 228+186+217=631 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.13% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BAD9 is #1B4526. Grayscale: #CACACA. Windows color (decimal): -1787175 or 14269156. OLE color: 14269156.

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

Color convert

RGB228186217-
CMYK00.180.050.11
HSL315.71º43.75%81.18%-
HSV(B)315.71º18.42%89.41%-
XYZ62.0856.6273.3-
YUV202.09136.41146.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.13%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=36.13%
G=29.48%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818621700.180.050.11315.7143.7581.18
HexE4BAD90125B13c2c51
Octal34427233102251347454121
Binary11100100101110101101100101001010110111001111001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAD9; }

 p { color: rgb(228,186,217); }

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

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

 a { background-color: rgb(228,186,217); }

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

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

 span { border-color: rgb(228,186,217); }

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