#D5A9BA

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

Shades of Melanie #D5A9BA

Tints of Melanie #D5A9BA

Color information

#D5A9BA (or 0xD5A9BA) is unknown color: approx Melanie. HEX triplet: D5, A9 and BA. RGB value is (213,169,186). Sum of RGB (Red+Green+Blue) = 213+169+186=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9BA is #2A5645. Grayscale: #B8B8B8. Windows color (decimal): -2774598 or 12233173. OLE color: 12233173.

HSL color Cylindrical-coordinate representation of color #D5A9BA: hue angle of 336.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A9BA is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213169186-
CMYK00.210.130.16
HSL336.82º34.38%74.9%-
HSV(B)336.82º20.66%83.53%-
XYZ50.4946.0752.69-
YUV184.09129.08148.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=37.5%
G=29.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316918600.210.130.16336.8234.3874.9
HexD5A9BA015D10151224b
Octal325251272025152052142113
Binary1101010110101001101110100101011101100001010100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A9BA; }

 p { color: rgb(213,169,186); }

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

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

 a { background-color: rgb(213,169,186); }

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

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

 span { border-color: rgb(213,169,186); }

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