#E7ADCB

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

Shades of Lavender Pink #E7ADCB

Tints of Lavender Pink #E7ADCB

Color information

#E7ADCB (or 0xE7ADCB) is unknown color: approx Lavender Pink. HEX triplet: E7, AD and CB. RGB value is (231,173,203). Sum of RGB (Red+Green+Blue) = 231+173+203=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADCB is #185234. Grayscale: #C1C1C1. Windows color (decimal): -1593909 or 13348327. OLE color: 13348327.

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

Color convert

RGB231173203-
CMYK00.250.120.09
HSL328.97º54.72%79.22%-
HSV(B)328.97º25.11%90.59%-
XYZ58.6851.1963.29-
YUV193.76133.22154.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=38.06%
G=28.50%
B=33.44%

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
Decimal23117320300.250.120.09328.9754.7279.22
HexE7ADCB019C9149374f
Octal347255313031141151167117
Binary111001111010110111001011011001110010011010010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADCB; }

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

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

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

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

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

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

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

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