COLOR #DDC3BD

HEX: #DDC3BD RGB: (221,195,189)

Color info

#DDC3BD contains red, green and blue colors in about the same proportion. Web safe color of #DDC3BD is #CCCCCC (or #CCC).

RGB color model

#DDC3BD color RGB value is (221,195,189).

RGB: (221,195,189) (87%, 76%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 189 of 255 = 74%

221
195
189

R + G + B ~ 79%. #DDC3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 195 + 189 = 605 (100%)
R 221 of 605 ~ 36.53%
G 195 of 605 ~ 32.23%
B 189 of 605 ~ 31.24'%

%36.53
%32.23
%31.24

CMYK color model

#DDC3BD color CMYK value is (0,12,14,13).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 14.48%
  • key color value is 13.33%

CMYK: (0,12,14,13)
C0M12Y14K13 (0%, 12%, 14%, 13%)
(0.00 / 0.12 / 0.14 / 0.13)

CMYK percentages

%0
%11.76
%14.48
%13.33

Codes

Color #DDC3BD in popluar color models

DD C3 BD
RGB 221 195 189
HSL 11° 32.00% 80.39%
HSB/HSV 11° 14.48% 86.67%
CMYK 0.00% 11.76% 14.48%
13.33%

Color #DDC3BD in popluar number systems.

HEX DD C3 BD
Decimal 221 195 189
Binary 11011101 11000011 10111101
Octal 335 303 275

Shades and tints

Shades of #DDC3BD

#DDC3BD
(221,195,189)
#C9B2AC
(201,178,172)
#B5A19B
(181,161,155)
#A1908A
(161,144,138)
#8D7F79
(141,127,121)
#796E68
(121,110,104)
#655D57
(101,93,87)
#514C46
(81,76,70)
#3D3B35
(61,59,53)
#292A24
(41,42,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDC3BD

#DDC3BD
(221,195,189)
#E0C8C3
(224,200,195)
#E3CDC9
(227,205,201)
#E6D2CF
(230,210,207)
#E9D7D5
(233,215,213)
#ECDCDB
(236,220,219)
#EFE1E1
(239,225,225)
#F2E6E7
(242,230,231)
#F5EBED
(245,235,237)
#F8F0F3
(248,240,243)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC3BD color. Also use rgb(221,195,189) instead hex code.

Text Font Color

.myTextColor { color: #DDC3BD; }

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

This text font color is #DDC3BD.

Background Color

.myBgColor { background-color: #DDC3BD; }

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

This div background color is #DDC3BD.

Border color

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

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

This div border color is #DDC3BD.

Opacity

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

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

Text with #DDC3BD 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 #DDC3BD;}

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

This text has shadow with #DDC3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC3BD.

Preview

Color preview on black background

This text has color #DDC3BD on black background.


Color preview on white background

This text has color #DDC3BD on white background.


Black color preview on #DDC3BD background

This text has black color on #DDC3BD background.


White color preview on #DDC3BD background

This text has white color on #DDC3BD background.


Related colors

Complementary color

Complementary color for #hex is #223C42.


I love getcolorcode.com

Triadic colors

1 #BDDDC3 and #C3BDDD with #DDC3BD are triadic colors.

2 #BDC3DD and #C3DDBD with #DDC3BD are triadic colors.