#E7B6DD

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

Shades of French Lilac #E7B6DD

Tints of French Lilac #E7B6DD

Color information

#E7B6DD (or 0xE7B6DD) is unknown color: approx French Lilac. HEX triplet: E7, B6 and DD. RGB value is (231,182,221). Sum of RGB (Red+Green+Blue) = 231+182+221=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6DD is #184922. Grayscale: #C8C8C8. Windows color (decimal): -1591587 or 14530279. OLE color: 14530279.

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

Color convert

RGB231182221-
CMYK00.210.040.09
HSL312.24º50.52%80.98%-
HSV(B)312.24º21.21%90.59%-
XYZ62.7355.6775.84-
YUV201.1139.23149.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.44%
GREEN value IS 182 (71.48% from 255) = 28.71%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=36.44%
G=28.71%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118222100.210.040.09312.2450.5280.98
HexE7B6DD015491383351
Octal34726633502541147063121
Binary11100111101101101101110101010110010011001110001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B6DD; }

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

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

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

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

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

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

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

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