#D9ACBD

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

Shades of Melanie #D9ACBD

Tints of Melanie #D9ACBD

Color information

#D9ACBD (or 0xD9ACBD) is unknown color: approx Melanie. HEX triplet: D9, AC and BD. RGB value is (217,172,189). Sum of RGB (Red+Green+Blue) = 217+172+189=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACBD is #265342. Grayscale: #BBBBBB. Windows color (decimal): -2511683 or 12430553. OLE color: 12430553.

HSL color Cylindrical-coordinate representation of color #D9ACBD: hue angle of 337.33º 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 #D9ACBD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217172189-
CMYK00.210.130.15
HSL337.33º37.19%76.27%-
HSV(B)337.33º20.74%85.1%-
XYZ52.5547.9354.63-
YUV187.39128.91149.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=37.54%
G=29.76%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717218900.210.130.15337.3337.1976.27
HexD9ACBD015DF151254c
Octal331254275025151752145114
Binary110110011010110010111101010101110111111010100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACBD; }

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

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

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

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

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

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

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

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