#D9B7BE

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

Shades of Melanie #D9B7BE

Tints of Melanie #D9B7BE

Color information

#D9B7BE (or 0xD9B7BE) is unknown color: approx Melanie. HEX triplet: D9, B7 and BE. RGB value is (217,183,190). Sum of RGB (Red+Green+Blue) = 217+183+190=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7BE is #264841. Grayscale: #C1C1C1. Windows color (decimal): -2508866 or 12498905. OLE color: 12498905.

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

Color convert

RGB217183190-
CMYK00.160.120.15
HSL347.65º30.91%78.43%-
HSV(B)347.65º15.67%85.1%-
XYZ54.8452.3455.93-
YUV193.96125.76144.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=36.78%
G=31.02%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718319000.160.120.15347.6530.9178.43
HexD9B7BE010CF15c1f4e
Octal331267276020141753437116
Binary11011001101101111011111001000011001111101011100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7BE; }

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

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

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

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

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

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

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

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