#E9ADCD

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

Shades of Lavender Pink #E9ADCD

Tints of Lavender Pink #E9ADCD

Color information

#E9ADCD (or 0xE9ADCD) is unknown color: approx Lavender Pink. HEX triplet: E9, AD and CD. RGB value is (233,173,205). Sum of RGB (Red+Green+Blue) = 233+173+205=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADCD is #165232. Grayscale: #C2C2C2. Windows color (decimal): -1462835 or 13479401. OLE color: 13479401.

HSL color Cylindrical-coordinate representation of color #E9ADCD: hue angle of 328º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADCD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233173205-
CMYK00.260.120.09
HSL328º57.69%79.61%-
HSV(B)328º25.75%91.37%-
XYZ59.5751.6264.58-
YUV194.59133.88155.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=38.13%
G=28.31%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317320500.260.120.0932857.6979.61
HexE9ADCD01AC91483a50
Octal351255315032141151072120
Binary111010011010110111001101011010110010011010010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ADCD; }

 p { color: rgb(233,173,205); }

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

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

 a { background-color: rgb(233,173,205); }

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

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

 span { border-color: rgb(233,173,205); }

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