#D9B3BE

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

Shades of Melanie #D9B3BE

Tints of Melanie #D9B3BE

Color information

#D9B3BE (or 0xD9B3BE) is unknown color: approx Melanie. HEX triplet: D9, B3 and BE. RGB value is (217,179,190). Sum of RGB (Red+Green+Blue) = 217+179+190=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B3BE is #264C41. Grayscale: #BFBFBF. Windows color (decimal): -2509890 or 12497881. OLE color: 12497881.

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

Color convert

RGB217179190-
CMYK00.180.120.15
HSL342.63º33.33%77.65%-
HSV(B)342.63º17.51%85.1%-
XYZ54.0350.7155.66-
YUV191.62127.09146.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=37.03%
G=30.55%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717919000.180.120.15342.6333.3377.65
HexD9B3BE012CF157214e
Octal331263276022141752741116
Binary110110011011001110111110010010110011111010101111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B3BE; }

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

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

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

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

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

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

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

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