COLOR #DDC2BA

HEX: #DDC2BA RGB: (221,194,186)

Color info

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

RGB color model

#DDC2BA color RGB value is (221,194,186).

RGB: (221,194,186) (87%, 76%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 186 of 255 = 73%

221
194
186

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

Portions of RGB colors in percentages

R + G + B = 221 + 194 + 186 = 601 (100%)
R 221 of 601 ~ 36.77%
G 194 of 601 ~ 32.28%
B 186 of 601 ~ 30.95'%

%36.77
%32.28
%30.95

CMYK color model

#DDC2BA color CMYK value is (0,12,16,13).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 15.84%
  • key color value is 13.33%

CMYK: (0,12,16,13)
C0M12Y16K13 (0%, 12%, 16%, 13%)
(0.00 / 0.12 / 0.16 / 0.13)

CMYK percentages

%0
%12.22
%15.84
%13.33

Codes

Color #DDC2BA in popluar color models

DD C2 BA
RGB 221 194 186
HSL 14° 33.98% 79.80%
HSB/HSV 14° 15.84% 86.67%
CMYK 0.00% 12.22% 15.84%
13.33%

Color #DDC2BA in popluar number systems.

HEX DD C2 BA
Decimal 221 194 186
Binary 11011101 11000010 10111010
Octal 335 302 272

Shades and tints

Shades of #DDC2BA

#DDC2BA
(221,194,186)
#C9B1AA
(201,177,170)
#B5A09A
(181,160,154)
#A18F8A
(161,143,138)
#8D7E7A
(141,126,122)
#796D6A
(121,109,106)
#655C5A
(101,92,90)
#514B4A
(81,75,74)
#3D3A3A
(61,58,58)
#29292A
(41,41,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #DDC2BA

#DDC2BA
(221,194,186)
#E0C7C0
(224,199,192)
#E3CCC6
(227,204,198)
#E6D1CC
(230,209,204)
#E9D6D2
(233,214,210)
#ECDBD8
(236,219,216)
#EFE0DE
(239,224,222)
#F2E5E4
(242,229,228)
#F5EAEA
(245,234,234)
#F8EFF0
(248,239,240)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC2BA color. Also use rgb(221,194,186) instead hex code.

Text Font Color

.myTextColor { color: #DDC2BA; }

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

This text font color is #DDC2BA.

Background Color

.myBgColor { background-color: #DDC2BA; }

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

This div background color is #DDC2BA.

Border color

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

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

This div border color is #DDC2BA.

Opacity

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

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

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

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

This text has shadow with #DDC2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC2BA.

Preview

Color preview on black background

This text has color #DDC2BA on black background.


Color preview on white background

This text has color #DDC2BA on white background.


Black color preview on #DDC2BA background

This text has black color on #DDC2BA background.


White color preview on #DDC2BA background

This text has white color on #DDC2BA background.


Related colors

Complementary color

Complementary color for #hex is #223D45.


I love getcolorcode.com

Triadic colors

1 #BADDC2 and #C2BADD with #DDC2BA are triadic colors.

2 #BAC2DD and #C2DDBA with #DDC2BA are triadic colors.