#D9B1BE

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

Shades of Melanie #D9B1BE

Tints of Melanie #D9B1BE

Color information

#D9B1BE (or 0xD9B1BE) is unknown color: approx Melanie. HEX triplet: D9, B1 and BE. RGB value is (217,177,190). Sum of RGB (Red+Green+Blue) = 217+177+190=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1BE is #264E41. Grayscale: #BEBEBE. Windows color (decimal): -2510402 or 12497369. OLE color: 12497369.

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

Color convert

RGB217177190-
CMYK00.180.120.15
HSL340.5º34.48%77.25%-
HSV(B)340.5º18.43%85.1%-
XYZ53.6349.9155.52-
YUV190.44127.75146.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=37.16%
G=30.31%
B=32.53%

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
Decimal21717719000.180.120.15340.534.4877.25
HexD9B1BE012CF154224d
Octal331261276022141752442115
Binary110110011011000110111110010010110011111010101001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1BE; }

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

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

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

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

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

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

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

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