#D6B7BE

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

Shades of Melanie #D6B7BE

Tints of Melanie #D6B7BE

Color information

#D6B7BE (or 0xD6B7BE) is unknown color: approx Melanie. HEX triplet: D6, B7 and BE. RGB value is (214,183,190). Sum of RGB (Red+Green+Blue) = 214+183+190=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7BE is #294841. Grayscale: #C1C1C1. Windows color (decimal): -2705474 or 12498902. OLE color: 12498902.

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

Color convert

RGB214183190-
CMYK00.140.110.16
HSL346.45º27.43%77.84%-
HSV(B)346.45º14.49%83.92%-
XYZ53.9651.8855.89-
YUV193.07126.27142.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 183 (71.88% from 255) = 31.18%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=36.46%
G=31.18%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418319000.140.110.16346.4527.4377.84
HexD6B7BE0EB1015a1b4e
Octal326267276016132053233116
Binary11010110101101111011111001110101110000101011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B7BE; }

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

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

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

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

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

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

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

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