COLOR #DDA9BF

HEX: #DDA9BF RGB: (221,169,191)

Color info

#DDA9BF contains red, green and blue colors in about the same proportion. Web safe color of #DDA9BF is #CC99CC (or #C9C).

RGB color model

#DDA9BF color RGB value is (221,169,191).

RGB: (221,169,191) (87%, 66%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 169 of 255 = 66%
B 191 of 255 = 75%

221
169
191

R + G + B ~ 76%. #DDA9BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 169 + 191 = 581 (100%)
R 221 of 581 ~ 38.04%
G 169 of 581 ~ 29.09%
B 191 of 581 ~ 32.87'%

%38.04
%29.09
%32.87

CMYK color model

#DDA9BF color CMYK value is (0,24,14,13).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 13.57%
  • key color value is 13.33%

CMYK: (0,24,14,13)
C0M24Y14K13 (0%, 24%, 14%, 13%)
(0.00 / 0.24 / 0.14 / 0.13)

CMYK percentages

%0
%23.53
%13.57
%13.33

Codes

Color #DDA9BF in popluar color models

DD A9 BF
RGB 221 169 191
HSL 335° 43.33% 76.47%
HSB/HSV 335° 23.53% 86.67%
CMYK 0.00% 23.53% 13.57%
13.33%

Color #DDA9BF in popluar number systems.

HEX DD A9 BF
Decimal 221 169 191
Binary 11011101 10101001 10111111
Octal 335 251 277

Shades and tints

Shades of #DDA9BF

#DDA9BF
(221,169,191)
#C99AAE
(201,154,174)
#B58B9D
(181,139,157)
#A17C8C
(161,124,140)
#8D6D7B
(141,109,123)
#795E6A
(121,94,106)
#654F59
(101,79,89)
#514048
(81,64,72)
#3D3137
(61,49,55)
#292226
(41,34,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #DDA9BF

#DDA9BF
(221,169,191)
#E0B0C4
(224,176,196)
#E3B7C9
(227,183,201)
#E6BECE
(230,190,206)
#E9C5D3
(233,197,211)
#ECCCD8
(236,204,216)
#EFD3DD
(239,211,221)
#F2DAE2
(242,218,226)
#F5E1E7
(245,225,231)
#F8E8EC
(248,232,236)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA9BF color. Also use rgb(221,169,191) instead hex code.

Text Font Color

.myTextColor { color: #DDA9BF; }

<p style="color:#DDA9BF">This sample text font color is #DDA9BF.</p>

This text font color is #DDA9BF.

Background Color

.myBgColor { background-color: #DDA9BF; }

<div style="background-color:#DDA9BF">Inner text</div>

This div background color is #DDA9BF.

Border color

.myBorderColor { border: 1px solid #DDA9BF; }

<div style="border:3px solid #DDA9BF">Div</div>

This div border color is #DDA9BF.

Opacity

.myOpacity80 { color: #DDA9BF; opacity: 0.8; }

<p style="color:#DDA9BF;opacity:0.8;">80%</p>

Text with #DDA9BF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDA9BF;}

<p style="text-shadow: 3px 3px 1px #DDA9BF">Text here.</p>

This text has shadow with #DDA9BF color.


.textShadow {text-shadow: 3px 3px 1px #DDA9BF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDA9BF, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDA9BF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDA9BF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDA9BF, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDA9BF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDA9BF;
-webkit-box-shadow: 1px 1px 3px 2px #DDA9BF;
box-shadow: 1px 1px 3px 2px #DDA9BF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDA9BF; -webkit-box-shadow: 1px 1px 3px 2px #DDA9BF; box-shadow:1px 1px 3px 2px #DDA9BF;">
Div content here
</div>

This div box has shadow with color #DDA9BF.

Preview

Color preview on black background

This text has color #DDA9BF on black background.


Color preview on white background

This text has color #DDA9BF on white background.


Black color preview on #DDA9BF background

This text has black color on #DDA9BF background.


White color preview on #DDA9BF background

This text has white color on #DDA9BF background.


Related colors

Complementary color

Complementary color for #hex is #225640.


I love getcolorcode.com

Triadic colors

1 #BFDDA9 and #A9BFDD with #DDA9BF are triadic colors.

2 #BFA9DD and #A9DDBF with #DDA9BF are triadic colors.