#D7B3BE

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

Shades of Melanie #D7B3BE

Tints of Melanie #D7B3BE

Color information

#D7B3BE (or 0xD7B3BE) is unknown color: approx Melanie. HEX triplet: D7, B3 and BE. RGB value is (215,179,190). Sum of RGB (Red+Green+Blue) = 215+179+190=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3BE is #284C41. Grayscale: #BFBFBF. Windows color (decimal): -2640962 or 12497879. OLE color: 12497879.

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

Color convert

RGB215179190-
CMYK00.170.120.16
HSL341.67º31.03%77.25%-
HSV(B)341.67º16.74%84.31%-
XYZ53.4450.455.63-
YUV191.02127.43145.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 179 (70.31% from 255) = 30.65%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=36.82%
G=30.65%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517919000.170.120.16341.6731.0377.25
HexD7B3BE011C101561f4d
Octal327263276021142052637115
Binary110101111011001110111110010001110010000101010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3BE; }

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

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

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

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

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

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

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

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