#D9ACB9

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

Shades of Melanie #D9ACB9

Tints of Melanie #D9ACB9

Color information

#D9ACB9 (or 0xD9ACB9) is unknown color: approx Melanie. HEX triplet: D9, AC and B9. RGB value is (217,172,185). Sum of RGB (Red+Green+Blue) = 217+172+185=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB9 is #265346. Grayscale: #BABABA. Windows color (decimal): -2511687 or 12168409. OLE color: 12168409.

HSL color Cylindrical-coordinate representation of color #D9ACB9: hue angle of 342.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACB9 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB217172185-
CMYK00.210.150.15
HSL342.67º37.19%76.27%-
HSV(B)342.67º20.74%85.1%-
XYZ52.1247.7652.37-
YUV186.94126.91149.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=37.80%
G=29.97%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717218500.210.150.15342.6737.1976.27
HexD9ACB9015FF157254c
Octal331254271025171752745114
Binary110110011010110010111001010101111111111010101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACB9; }

 p { color: rgb(217,172,185); }

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

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

 a { background-color: rgb(217,172,185); }

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

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

 span { border-color: rgb(217,172,185); }

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