#D8B3BE

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

Shades of Melanie #D8B3BE

Tints of Melanie #D8B3BE

Color information

#D8B3BE (or 0xD8B3BE) is unknown color: approx Melanie. HEX triplet: D8, B3 and BE. RGB value is (216,179,190). Sum of RGB (Red+Green+Blue) = 216+179+190=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3BE is #274C41. Grayscale: #BFBFBF. Windows color (decimal): -2575426 or 12497880. OLE color: 12497880.

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

Color convert

RGB216179190-
CMYK00.170.120.15
HSL342.16º32.17%77.45%-
HSV(B)342.16º17.13%84.71%-
XYZ53.7350.5655.64-
YUV191.32127.26145.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 179 (70.31% from 255) = 30.60%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=36.92%
G=30.60%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617919000.170.120.15342.1632.1777.45
HexD8B3BE011CF156204d
Octal330263276021141752640115
Binary110110001011001110111110010001110011111010101101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B3BE; }

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

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

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

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

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

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

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

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