#D3B6BE

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

Shades of Melanie #D3B6BE

Tints of Melanie #D3B6BE

Color information

#D3B6BE (or 0xD3B6BE) is unknown color: approx Melanie. HEX triplet: D3, B6 and BE. RGB value is (211,182,190). Sum of RGB (Red+Green+Blue) = 211+182+190=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B6BE is #2C4941. Grayscale: #BFBFBF. Windows color (decimal): -2902338 or 12498643. OLE color: 12498643.

HSL color Cylindrical-coordinate representation of color #D3B6BE: hue angle of 343.45º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3B6BE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211182190-
CMYK00.140.100.17
HSL343.45º24.79%77.06%-
HSV(B)343.45º13.74%82.75%-
XYZ52.8951.0255.78-
YUV191.58127.11141.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.19%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=36.19%
G=31.22%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118219000.140.100.17343.4524.7977.06
HexD3B6BE0EA11157194d
Octal323266276016122152731115
Binary11010011101101101011111001110101010001101010111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B6BE; }

 p { color: rgb(211,182,190); }

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

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

 a { background-color: rgb(211,182,190); }

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

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

 span { border-color: rgb(211,182,190); }

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