#E7BDDD

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

Shades of French Lilac #E7BDDD

Tints of French Lilac #E7BDDD

Color information

#E7BDDD (or 0xE7BDDD) is unknown color: approx French Lilac. HEX triplet: E7, BD and DD. RGB value is (231,189,221). Sum of RGB (Red+Green+Blue) = 231+189+221=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDDD is #184222. Grayscale: #CDCDCD. Windows color (decimal): -1589795 or 14532071. OLE color: 14532071.

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

Color convert

RGB231189221-
CMYK00.180.040.09
HSL314.29º46.67%82.35%-
HSV(B)314.29º18.18%90.59%-
XYZ64.258.676.33-
YUV205.21136.91146.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=36.04%
G=29.49%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118922100.180.040.09314.2946.6782.35
HexE7BDDD0124913a2f52
Octal34727533502241147257122
Binary11100111101111011101110101001010010011001110101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDDD; }

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

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

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

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

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

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

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

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