#E6ADCD

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

Shades of Lavender Pink #E6ADCD

Tints of Lavender Pink #E6ADCD

Color information

#E6ADCD (or 0xE6ADCD) is unknown color: approx Lavender Pink. HEX triplet: E6, AD and CD. RGB value is (230,173,205). Sum of RGB (Red+Green+Blue) = 230+173+205=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADCD is #195232. Grayscale: #C1C1C1. Windows color (decimal): -1659443 or 13479398. OLE color: 13479398.

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

Color convert

RGB230173205-
CMYK00.250.110.10
HSL326.32º53.27%79.02%-
HSV(B)326.32º24.78%90.2%-
XYZ58.651.1264.54-
YUV193.69134.38153.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.83%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=37.83%
G=28.45%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017320500.250.110.10326.3253.2779.02
HexE6ADCD019BA146354f
Octal346255315031131250665117
Binary111001101010110111001101011001101110101010001101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADCD; }

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

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

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

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

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

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

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

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