#DDB9BF

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

Shades of Melanie #DDB9BF

Tints of Melanie #DDB9BF

Color information

#DDB9BF (or 0xDDB9BF) is unknown color: approx Melanie. HEX triplet: DD, B9 and BF. RGB value is (221,185,191). Sum of RGB (Red+Green+Blue) = 221+185+191=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9BF is #224640. Grayscale: #C4C4C4. Windows color (decimal): -2246209 or 12564957. OLE color: 12564957.

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

Color convert

RGB221185191-
CMYK00.160.140.13
HSL350º34.62%79.61%-
HSV(B)350º16.29%86.67%-
XYZ56.5753.8356.7-
YUV196.45124.93145.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 191 (75% from 255) = 31.99%
R=37.02%
G=30.99%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118519100.160.140.1335034.6279.61
HexDDB9BF010ED15e2350
Octal335271277020161553643120
Binary110111011011100110111111010000111011011010111101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9BF; }

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

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

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

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

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

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

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

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