#E7BADD

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

Shades of French Lilac #E7BADD

Tints of French Lilac #E7BADD

Color information

#E7BADD (or 0xE7BADD) is unknown color: approx French Lilac. HEX triplet: E7, BA and DD. RGB value is (231,186,221). Sum of RGB (Red+Green+Blue) = 231+186+221=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BADD is #184522. Grayscale: #CBCBCB. Windows color (decimal): -1590563 or 14531303. OLE color: 14531303.

HSL color Cylindrical-coordinate representation of color #E7BADD: hue angle of 313.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BADD is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231186221-
CMYK00.190.040.09
HSL313.33º48.39%81.76%-
HSV(B)313.33º19.48%90.59%-
XYZ63.5757.3376.12-
YUV203.44137.91147.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=36.21%
G=29.15%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118622100.190.040.09313.3348.3981.76
HexE7BADD013491393052
Octal34727233502341147160122
Binary11100111101110101101110101001110010011001110011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BADD; }

 p { color: rgb(231,186,221); }

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

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

 a { background-color: rgb(231,186,221); }

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

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

 span { border-color: rgb(231,186,221); }

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