#D2A9B7

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

Shades of Melanie #D2A9B7

Tints of Melanie #D2A9B7

Color information

#D2A9B7 (or 0xD2A9B7) is unknown color: approx Melanie. HEX triplet: D2, A9 and B7. RGB value is (210,169,183). Sum of RGB (Red+Green+Blue) = 210+169+183=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9B7 is #2D5648. Grayscale: #B6B6B6. Windows color (decimal): -2971209 or 12036562. OLE color: 12036562.

HSL color Cylindrical-coordinate representation of color #D2A9B7: hue angle of 339.51º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A9B7 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210169183-
CMYK00.200.130.18
HSL339.51º31.3%74.31%-
HSV(B)339.51º19.52%82.35%-
XYZ49.3145.550.98-
YUV182.86128.08147.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=37.37%
G=30.07%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016918300.200.130.18339.5131.374.31
HexD2A9B7014D121541f4a
Octal322251267024152252437112
Binary110100101010100110110111010100110110010101010100111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9B7; }

 p { color: rgb(210,169,183); }

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

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

 a { background-color: rgb(210,169,183); }

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

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

 span { border-color: rgb(210,169,183); }

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