#D1ACB7

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

Shades of Melanie #D1ACB7

Tints of Melanie #D1ACB7

Color information

#D1ACB7 (or 0xD1ACB7) is unknown color: approx Melanie. HEX triplet: D1, AC and B7. RGB value is (209,172,183). Sum of RGB (Red+Green+Blue) = 209+172+183=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACB7 is #2E5348. Grayscale: #B8B8B8. Windows color (decimal): -3035977 or 12037329. OLE color: 12037329.

HSL color Cylindrical-coordinate representation of color #D1ACB7: hue angle of 342.16º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ACB7 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB209172183-
CMYK00.180.120.18
HSL342.16º28.68%74.71%-
HSV(B)342.16º17.7%81.96%-
XYZ49.5946.4851.16-
YUV184.32127.26145.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 183 (71.88% from 255) = 32.45%
R=37.06%
G=30.50%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917218300.180.120.18342.1628.6874.71
HexD1ACB7012C121561d4b
Octal321254267022142252635113
Binary110100011010110010110111010010110010010101010110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACB7; }

 p { color: rgb(209,172,183); }

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

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

 a { background-color: rgb(209,172,183); }

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

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

 span { border-color: rgb(209,172,183); }

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