COLOR #DDD3C1

HEX: #DDD3C1 RGB: (221,211,193)

Color info

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

RGB color model

#DDD3C1 color RGB value is (221,211,193).

RGB: (221,211,193) (87%, 83%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 211 of 255 = 83%
B 193 of 255 = 76%

221
211
193

R + G + B ~ 82%. #DDD3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 211 + 193 = 625 (100%)
R 221 of 625 ~ 35.36%
G 211 of 625 ~ 33.76%
B 193 of 625 ~ 30.88'%

%35.36
%33.76
%30.88

CMYK color model

#DDD3C1 color CMYK value is (0,5,13,13).

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

CMYK: (0,5,13,13)
C0M5Y13K13 (0%, 5%, 13%, 13%)
(0.00 / 0.05 / 0.13 / 0.13)

CMYK percentages

%0
%4.52
%12.67
%13.33

Codes

Color #DDD3C1 in popluar color models

DD D3 C1
RGB 221 211 193
HSL 39° 29.17% 81.18%
HSB/HSV 39° 12.67% 86.67%
CMYK 0.00% 4.52% 12.67%
13.33%

Color #DDD3C1 in popluar number systems.

HEX DD D3 C1
Decimal 221 211 193
Binary 11011101 11010011 11000001
Octal 335 323 301

Shades and tints

Shades of #DDD3C1

#DDD3C1
(221,211,193)
#C9C0B0
(201,192,176)
#B5AD9F
(181,173,159)
#A19A8E
(161,154,142)
#8D877D
(141,135,125)
#79746C
(121,116,108)
#65615B
(101,97,91)
#514E4A
(81,78,74)
#3D3B39
(61,59,57)
#292828
(41,40,40)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #DDD3C1

#DDD3C1
(221,211,193)
#E0D7C6
(224,215,198)
#E3DBCB
(227,219,203)
#E6DFD0
(230,223,208)
#E9E3D5
(233,227,213)
#ECE7DA
(236,231,218)
#EFEBDF
(239,235,223)
#F2EFE4
(242,239,228)
#F5F3E9
(245,243,233)
#F8F7EE
(248,247,238)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD3C1; }

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

This text font color is #DDD3C1.

Background Color

.myBgColor { background-color: #DDD3C1; }

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

This div background color is #DDD3C1.

Border color

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

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

This div border color is #DDD3C1.

Opacity

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

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

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

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

This text has shadow with #DDD3C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD3C1.

Preview

Color preview on black background

This text has color #DDD3C1 on black background.


Color preview on white background

This text has color #DDD3C1 on white background.


Black color preview on #DDD3C1 background

This text has black color on #DDD3C1 background.


White color preview on #DDD3C1 background

This text has white color on #DDD3C1 background.


Related colors

Complementary color

Complementary color for #hex is #222C3E.


I love getcolorcode.com

Triadic colors

1 #C1DDD3 and #D3C1DD with #DDD3C1 are triadic colors.

2 #C1D3DD and #D3DDC1 with #DDD3C1 are triadic colors.