#E7ADCC

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

Shades of Lavender Pink #E7ADCC

Tints of Lavender Pink #E7ADCC

Color information

#E7ADCC (or 0xE7ADCC) is unknown color: approx Lavender Pink. HEX triplet: E7, AD and CC. RGB value is (231,173,204). Sum of RGB (Red+Green+Blue) = 231+173+204=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADCC is #185233. Grayscale: #C1C1C1. Windows color (decimal): -1593908 or 13413863. OLE color: 13413863.

HSL color Cylindrical-coordinate representation of color #E7ADCC: hue angle of 327.93º 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 #E7ADCC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231173204-
CMYK00.250.120.09
HSL327.93º54.72%79.22%-
HSV(B)327.93º25.11%90.59%-
XYZ58.851.2463.92-
YUV193.88133.72154.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=37.99%
G=28.45%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117320400.250.120.09327.9354.7279.22
HexE7ADCC019C9148374f
Octal347255314031141151067117
Binary111001111010110111001100011001110010011010010001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADCC; }

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

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

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

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

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

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

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

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