#D7B7BE

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

Shades of Melanie #D7B7BE

Tints of Melanie #D7B7BE

Color information

#D7B7BE (or 0xD7B7BE) is unknown color: approx Melanie. HEX triplet: D7, B7 and BE. RGB value is (215,183,190). Sum of RGB (Red+Green+Blue) = 215+183+190=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B7BE is #284841. Grayscale: #C1C1C1. Windows color (decimal): -2639938 or 12498903. OLE color: 12498903.

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

Color convert

RGB215183190-
CMYK00.150.120.16
HSL346.88º28.57%78.04%-
HSV(B)346.88º14.88%84.31%-
XYZ54.2552.0355.9-
YUV193.37126.1143.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 183 (71.88% from 255) = 31.12%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=36.56%
G=31.12%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518319000.150.120.16346.8828.5778.04
HexD7B7BE0FC1015b1d4e
Octal327267276017142053335116
Binary11010111101101111011111001111110010000101011011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B7BE; }

 p { color: rgb(215,183,190); }

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

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

 a { background-color: rgb(215,183,190); }

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

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

 span { border-color: rgb(215,183,190); }

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