#D9B2BE

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

Shades of Melanie #D9B2BE

Tints of Melanie #D9B2BE

Color information

#D9B2BE (or 0xD9B2BE) is unknown color: approx Melanie. HEX triplet: D9, B2 and BE. RGB value is (217,178,190). Sum of RGB (Red+Green+Blue) = 217+178+190=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2BE is #264D41. Grayscale: #BFBFBF. Windows color (decimal): -2510146 or 12497625. OLE color: 12497625.

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

Color convert

RGB217178190-
CMYK00.180.120.15
HSL341.54º33.91%77.45%-
HSV(B)341.54º17.97%85.1%-
XYZ53.8350.3155.59-
YUV191.03127.42146.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=37.09%
G=30.43%
B=32.48%

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
Decimal21717819000.180.120.15341.5433.9177.45
HexD9B2BE012CF156224d
Octal331262276022141752642115
Binary110110011011001010111110010010110011111010101101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B2BE; }

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

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

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

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

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

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

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

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