#D3A9B9

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

Shades of Melanie #D3A9B9

Tints of Melanie #D3A9B9

Color information

#D3A9B9 (or 0xD3A9B9) is unknown color: approx Melanie. HEX triplet: D3, A9 and B9. RGB value is (211,169,185). Sum of RGB (Red+Green+Blue) = 211+169+185=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A9B9 is #2C5646. Grayscale: #B7B7B7. Windows color (decimal): -2905671 or 12167635. OLE color: 12167635.

HSL color Cylindrical-coordinate representation of color #D3A9B9: hue angle of 337.14º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3A9B9 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211169185-
CMYK00.200.120.17
HSL337.14º32.31%74.51%-
HSV(B)337.14º19.91%82.75%-
XYZ49.8145.7352.1-
YUV183.38128.91147.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=37.35%
G=29.91%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116918500.200.120.17337.1432.3174.51
HexD3A9B9014C11151204b
Octal323251271024142152140113
Binary1101001110101001101110010101001100100011010100011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A9B9; }

 p { color: rgb(211,169,185); }

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

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

 a { background-color: rgb(211,169,185); }

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

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

 span { border-color: rgb(211,169,185); }

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