#E7B5DE

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

Shades of French Lilac #E7B5DE

Tints of French Lilac #E7B5DE

Color information

#E7B5DE (or 0xE7B5DE) is unknown color: approx French Lilac. HEX triplet: E7, B5 and DE. RGB value is (231,181,222). Sum of RGB (Red+Green+Blue) = 231+181+222=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B5DE is #184A21. Grayscale: #C8C8C8. Windows color (decimal): -1591842 or 14595559. OLE color: 14595559.

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

Color convert

RGB231181222-
CMYK00.220.040.09
HSL310.8º51.02%80.78%-
HSV(B)310.8º21.65%90.59%-
XYZ62.6655.3176.48-
YUV200.62140.06149.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.44%
GREEN value IS 181 (71.09% from 255) = 28.55%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=36.44%
G=28.55%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118122200.220.040.09310.851.0280.78
HexE7B5DE016491373351
Octal34726533602641146763121
Binary11100111101101011101111001011010010011001101111100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B5DE; }

 p { color: rgb(231,181,222); }

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

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

 a { background-color: rgb(231,181,222); }

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

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

 span { border-color: rgb(231,181,222); }

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