#D8A9BE

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

Shades of Melanie #D8A9BE

Tints of Melanie #D8A9BE

Color information

#D8A9BE (or 0xD8A9BE) is unknown color: approx Melanie. HEX triplet: D8, A9 and BE. RGB value is (216,169,190). Sum of RGB (Red+Green+Blue) = 216+169+190=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9BE is #275641. Grayscale: #B9B9B9. Windows color (decimal): -2577986 or 12495320. OLE color: 12495320.

HSL color Cylindrical-coordinate representation of color #D8A9BE: hue angle of 333.19º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A9BE is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216169190-
CMYK00.220.120.15
HSL333.19º37.6%75.49%-
HSV(B)333.19º21.76%84.71%-
XYZ51.846.6955-
YUV185.45130.57149.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=37.57%
G=29.39%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616919000.220.120.15333.1937.675.49
HexD8A9BE016CF14d264b
Octal330251276026141751546113
Binary110110001010100110111110010110110011111010011011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A9BE; }

 p { color: rgb(216,169,190); }

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

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

 a { background-color: rgb(216,169,190); }

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

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

 span { border-color: rgb(216,169,190); }

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