#D9ACBE

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

Shades of Melanie #D9ACBE

Tints of Melanie #D9ACBE

Color information

#D9ACBE (or 0xD9ACBE) is unknown color: approx Melanie. HEX triplet: D9, AC and BE. RGB value is (217,172,190). Sum of RGB (Red+Green+Blue) = 217+172+190=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACBE is #265341. Grayscale: #BBBBBB. Windows color (decimal): -2511682 or 12496089. OLE color: 12496089.

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

Color convert

RGB217172190-
CMYK00.210.120.15
HSL336º37.19%76.27%-
HSV(B)336º20.74%85.1%-
XYZ52.6647.9755.2-
YUV187.51129.41149.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=37.48%
G=29.71%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717219000.210.120.1533637.1976.27
HexD9ACBE015CF150254c
Octal331254276025141752045114
Binary110110011010110010111110010101110011111010100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACBE; }

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

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

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

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

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

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

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

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