#E7B4DA

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

Shades of French Lilac #E7B4DA

Tints of French Lilac #E7B4DA

Color information

#E7B4DA (or 0xE7B4DA) is unknown color: approx French Lilac. HEX triplet: E7, B4 and DA. RGB value is (231,180,218). Sum of RGB (Red+Green+Blue) = 231+180+218=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4DA is #184B25. Grayscale: #C7C7C7. Windows color (decimal): -1592102 or 14333159. OLE color: 14333159.

HSL color Cylindrical-coordinate representation of color #E7B4DA: hue angle of 315.29º degrees, saturation: 0.52, 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 #E7B4DA is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231180218-
CMYK00.220.060.09
HSL315.29º51.52%80.59%-
HSV(B)315.29º22.08%90.59%-
XYZ61.9354.6973.62-
YUV199.58138.4150.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.72%
GREEN value IS 180 (70.70% from 255) = 28.62%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=36.72%
G=28.62%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118021800.220.060.09315.2951.5280.59
HexE7B4DA0166913b3451
Octal34726433202661147364121
Binary11100111101101001101101001011011010011001110111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4DA; }

 p { color: rgb(231,180,218); }

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

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

 a { background-color: rgb(231,180,218); }

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

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

 span { border-color: rgb(231,180,218); }

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