#D7B2BE

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

Shades of Melanie #D7B2BE

Tints of Melanie #D7B2BE

Color information

#D7B2BE (or 0xD7B2BE) is unknown color: approx Melanie. HEX triplet: D7, B2 and BE. RGB value is (215,178,190). Sum of RGB (Red+Green+Blue) = 215+178+190=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2BE is #284D41. Grayscale: #BEBEBE. Windows color (decimal): -2641218 or 12497623. OLE color: 12497623.

HSL color Cylindrical-coordinate representation of color #D7B2BE: hue angle of 340.54º degrees, saturation: 0.32, 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 #D7B2BE is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215178190-
CMYK00.170.120.16
HSL340.54º31.62%77.06%-
HSV(B)340.54º17.21%84.31%-
XYZ53.2450.0155.56-
YUV190.43127.76145.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=36.88%
G=30.53%
B=32.59%

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
Decimal21517819000.170.120.16340.5431.6277.06
HexD7B2BE011C10155204d
Octal327262276021142052540115
Binary1101011110110010101111100100011100100001010101011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B2BE; }

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

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

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

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

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

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

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

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