COLOR #DDD3CA

HEX: #DDD3CA
RGB: (221,211,202)

Color info

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

RGB color model

#DDD3CA color RGB value is (221,211,202).

  • red value is 221;
  • green value is 211;
  • blue value is 202.
RGB:
(221,211,202)
(87%,83%,79%)

RGB channels and saturation

R 221 of 255 = 87%
G 211 of 255 = 83%
B 202 of 255 = 79%

221
211
202

R + G + B ~ 83%. #DDD3CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 211 + 202 = 634 (100%)
R 221 of 634 ~ 34.86%
G 211 of 634 ~ 33.28%
B 202 of 634 ~ 31.86%

%34.86
%33.28
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 8.60%
  • key color value is 13.33%
CMYK:
(0,5,9,13)
C0M5Y9K13 
(0%,5%,9%,13%)
(0.00/0.05/0.09/0.13)	

CMYK percentages

%0
%4.52
%8.6
%13.33

Codes

Color #DDD3CA in popluar color models

DDD3CA
RGB221211202
HSL28°21.84%82.94%
HSB/HSV28°8.60%86.67%
CMYK0.00%4.52%8.60%
13.33%

Color #DDD3CA in popluar number systems.

HEXDDD3CA
Decimal221211202
Binary110111011101001111001010
Octal335323312

Shades and tints

Shades of #DDD3CA

#DDD3CA
(221,211,202)
#C9C0B8
(201,192,184)
#B5ADA6
(181,173,166)
#A19A94
(161,154,148)
#8D8782
(141,135,130)
#797470
(121,116,112)
#65615E
(101,97,94)
#514E4C
(81,78,76)
#3D3B3A
(61,59,58)
#292828
(41,40,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #DDD3CA

#DDD3CA
(221,211,202)
#E0D7CE
(224,215,206)
#E3DBD2
(227,219,210)
#E6DFD6
(230,223,214)
#E9E3DA
(233,227,218)
#ECE7DE
(236,231,222)
#EFEBE2
(239,235,226)
#F2EFE6
(242,239,230)
#F5F3EA
(245,243,234)
#F8F7EE
(248,247,238)
#FBFBF2
(251,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD3CA; }

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

This text font color is #DDD3CA.


Background Color

.myBgColor { background-color: #DDD3CA; }

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

This div background color is #DDD3CA.


Border color

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

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

This div border color is #DDD3CA.


Opacity

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

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

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

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

This text has shadow with #DDD3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD3CA on black background.


Color preview on white background

This text has color #DDD3CA on white background.



Black color preview on #DDD3CA background

This text has black color on #DDD3CA background.


White color preview on #DDD3CA background

This text has white color on #DDD3CA background.