#D8B1BE

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

Shades of Melanie #D8B1BE

Tints of Melanie #D8B1BE

Color information

#D8B1BE (or 0xD8B1BE) is unknown color: approx Melanie. HEX triplet: D8, B1 and BE. RGB value is (216,177,190). Sum of RGB (Red+Green+Blue) = 216+177+190=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1BE is #274E41. Grayscale: #BEBEBE. Windows color (decimal): -2575938 or 12497368. OLE color: 12497368.

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

Color convert

RGB216177190-
CMYK00.180.120.15
HSL340º33.33%77.06%-
HSV(B)340º18.06%84.71%-
XYZ53.3449.7655.51-
YUV190.14127.92146.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=37.05%
G=30.36%
B=32.59%

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
Decimal21617719000.180.120.1534033.3377.06
HexD8B1BE012CF154214d
Octal330261276022141752441115
Binary110110001011000110111110010010110011111010101001000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B1BE; }

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

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

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

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

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

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

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

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