#DDB7BF

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

Shades of Melanie #DDB7BF

Tints of Melanie #DDB7BF

Color information

#DDB7BF (or 0xDDB7BF) is unknown color: approx Melanie. HEX triplet: DD, B7 and BF. RGB value is (221,183,191). Sum of RGB (Red+Green+Blue) = 221+183+191=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7BF is #224840. Grayscale: #C3C3C3. Windows color (decimal): -2246721 or 12564445. OLE color: 12564445.

HSL color Cylindrical-coordinate representation of color #DDB7BF: hue angle of 347.37º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7BF is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221183191-
CMYK00.170.140.13
HSL347.37º35.85%79.22%-
HSV(B)347.37º17.19%86.67%-
XYZ56.165356.56-
YUV195.27125.59146.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 183 (71.88% from 255) = 30.76%
BLUE value IS 191 (75% from 255) = 32.10%
R=37.14%
G=30.76%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118319100.170.140.13347.3735.8579.22
HexDDB7BF011ED15b244f
Octal335267277021161553344117
Binary110111011011011110111111010001111011011010110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7BF; }

 p { color: rgb(221,183,191); }

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

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

 a { background-color: rgb(221,183,191); }

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

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

 span { border-color: rgb(221,183,191); }

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