#E7BFDD

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

Shades of French Lilac #E7BFDD

Tints of French Lilac #E7BFDD

Color information

#E7BFDD (or 0xE7BFDD) is unknown color: approx French Lilac. HEX triplet: E7, BF and DD. RGB value is (231,191,221). Sum of RGB (Red+Green+Blue) = 231+191+221=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFDD is #184022. Grayscale: #CECECE. Windows color (decimal): -1589283 or 14532583. OLE color: 14532583.

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

Color convert

RGB231191221-
CMYK00.170.040.09
HSL315º45.45%82.75%-
HSV(B)315º17.32%90.59%-
XYZ64.6459.4776.48-
YUV206.38136.25145.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=35.93%
G=29.70%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119122100.170.040.0931545.4582.75
HexE7BFDD0114913b2d53
Octal34727733502141147355123
Binary11100111101111111101110101000110010011001110111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFDD; }

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

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

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

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

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

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

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

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