#E7ADD1

Color #E7ADD1 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #E7ADD1

Tints of Lavender Pink #E7ADD1

Color information

#E7ADD1 (or 0xE7ADD1) is unknown color: approx Lavender Pink. HEX triplet: E7, AD and D1. RGB value is (231,173,209). Sum of RGB (Red+Green+Blue) = 231+173+209=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADD1 is #18522E. Grayscale: #C2C2C2. Windows color (decimal): -1593903 or 13741543. OLE color: 13741543.

HSL color Cylindrical-coordinate representation of color #E7ADD1: hue angle of 322.76º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADD1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231173209-
CMYK00.250.100.09
HSL322.76º54.72%79.22%-
HSV(B)322.76º25.11%90.59%-
XYZ59.4151.4867.13-
YUV194.45136.22154.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 209 (82.03% from 255) = 34.09%
R=37.68%
G=28.22%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117320900.250.100.09322.7654.7279.22
HexE7ADD1019A9143374f
Octal347255321031121150367117
Binary111001111010110111010001011001101010011010000111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADD1; }

 p { color: rgb(231,173,209); }

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

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

 a { background-color: rgb(231,173,209); }

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

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

 span { border-color: rgb(231,173,209); }

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