#D5AAB9

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

Shades of Melanie #D5AAB9

Tints of Melanie #D5AAB9

Color information

#D5AAB9 (or 0xD5AAB9) is unknown color: approx Melanie. HEX triplet: D5, AA and B9. RGB value is (213,170,185). Sum of RGB (Red+Green+Blue) = 213+170+185=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAB9 is #2A5546. Grayscale: #B8B8B8. Windows color (decimal): -2774343 or 12167893. OLE color: 12167893.

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

Color convert

RGB213170185-
CMYK00.200.130.16
HSL339.07º33.86%75.1%-
HSV(B)339.07º20.19%83.53%-
XYZ50.5746.452.19-
YUV184.57128.25148.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=37.5%
G=29.93%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317018500.200.130.16339.0733.8675.1
HexD5AAB9014D10153224b
Octal325252271024152052342113
Binary1101010110101010101110010101001101100001010100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAB9; }

 p { color: rgb(213,170,185); }

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

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

 a { background-color: rgb(213,170,185); }

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

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

 span { border-color: rgb(213,170,185); }

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