COLOR #DDC1BB

HEX: #DDC1BB RGB: (221,193,187)

Color info

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

RGB color model

#DDC1BB color RGB value is (221,193,187).

RGB: (221,193,187) (87%, 76%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 193 of 255 = 76%
B 187 of 255 = 73%

221
193
187

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

Portions of RGB colors in percentages

R + G + B = 221 + 193 + 187 = 601 (100%)
R 221 of 601 ~ 36.77%
G 193 of 601 ~ 32.11%
B 187 of 601 ~ 31.11'%

%36.77
%32.11
%31.11

CMYK color model

#DDC1BB color CMYK value is (0,13,15,13).

  • cyan value is 0.00%
  • magenta value is 12.67%
  • yellow value is 15.38%
  • key color value is 13.33%

CMYK: (0,13,15,13)
C0M13Y15K13 (0%, 13%, 15%, 13%)
(0.00 / 0.13 / 0.15 / 0.13)

CMYK percentages

%0
%12.67
%15.38
%13.33

Codes

Color #DDC1BB in popluar color models

DD C1 BB
RGB 221 193 187
HSL 11° 33.33% 80.00%
HSB/HSV 11° 15.38% 86.67%
CMYK 0.00% 12.67% 15.38%
13.33%

Color #DDC1BB in popluar number systems.

HEX DD C1 BB
Decimal 221 193 187
Binary 11011101 11000001 10111011
Octal 335 301 273

Shades and tints

Shades of #DDC1BB

#DDC1BB
(221,193,187)
#C9B0AA
(201,176,170)
#B59F99
(181,159,153)
#A18E88
(161,142,136)
#8D7D77
(141,125,119)
#796C66
(121,108,102)
#655B55
(101,91,85)
#514A44
(81,74,68)
#3D3933
(61,57,51)
#292822
(41,40,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #DDC1BB

#DDC1BB
(221,193,187)
#E0C6C1
(224,198,193)
#E3CBC7
(227,203,199)
#E6D0CD
(230,208,205)
#E9D5D3
(233,213,211)
#ECDAD9
(236,218,217)
#EFDFDF
(239,223,223)
#F2E4E5
(242,228,229)
#F5E9EB
(245,233,235)
#F8EEF1
(248,238,241)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC1BB color. Also use rgb(221,193,187) instead hex code.

Text Font Color

.myTextColor { color: #DDC1BB; }

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

This text font color is #DDC1BB.

Background Color

.myBgColor { background-color: #DDC1BB; }

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

This div background color is #DDC1BB.

Border color

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

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

This div border color is #DDC1BB.

Opacity

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

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

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

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

This text has shadow with #DDC1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC1BB.

Preview

Color preview on black background

This text has color #DDC1BB on black background.


Color preview on white background

This text has color #DDC1BB on white background.


Black color preview on #DDC1BB background

This text has black color on #DDC1BB background.


White color preview on #DDC1BB background

This text has white color on #DDC1BB background.


Related colors

Complementary color

Complementary color for #hex is #223E44.


I love getcolorcode.com

Triadic colors

1 #BBDDC1 and #C1BBDD with #DDC1BB are triadic colors.

2 #BBC1DD and #C1DDBB with #DDC1BB are triadic colors.