COLOR #DDC7CA

HEX: #DDC7CA
RGB: (221,199,202)

Color info

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

RGB color model

#DDC7CA color RGB value is (221,199,202).

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

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 202 of 255 = 79%

221
199
202

R + G + B ~ 81%. #DDC7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 199 + 202 = 622 (100%)
R 221 of 622 ~ 35.53%
G 199 of 622 ~ 31.99%
B 202 of 622 ~ 32.48%

%35.53
%31.99
%32.48

CMYK color model

#DDC7CA color CMYK value is (0,10,9,13).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 8.60%
  • key color value is 13.33%
CMYK:
(0,10,9,13)
C0M10Y9K13 
(0%,10%,9%,13%)
(0.00/0.10/0.09/0.13)	

CMYK percentages

%0
%9.95
%8.6
%13.33

Codes

Color #DDC7CA in popluar color models

DDC7CA
RGB221199202
HSL352°24.44%82.35%
HSB/HSV352°9.95%86.67%
CMYK0.00%9.95%8.60%
13.33%

Color #DDC7CA in popluar number systems.

HEXDDC7CA
Decimal221199202
Binary110111011100011111001010
Octal335307312

Shades and tints

Shades of #DDC7CA

#DDC7CA
(221,199,202)
#C9B5B8
(201,181,184)
#B5A3A6
(181,163,166)
#A19194
(161,145,148)
#8D7F82
(141,127,130)
#796D70
(121,109,112)
#655B5E
(101,91,94)
#51494C
(81,73,76)
#3D373A
(61,55,58)
#292528
(41,37,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #DDC7CA

#DDC7CA
(221,199,202)
#E0CCCE
(224,204,206)
#E3D1D2
(227,209,210)
#E6D6D6
(230,214,214)
#E9DBDA
(233,219,218)
#ECE0DE
(236,224,222)
#EFE5E2
(239,229,226)
#F2EAE6
(242,234,230)
#F5EFEA
(245,239,234)
#F8F4EE
(248,244,238)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7CA; }

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

This text font color is #DDC7CA.


Background Color

.myBgColor { background-color: #DDC7CA; }

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

This div background color is #DDC7CA.


Border color

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

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

This div border color is #DDC7CA.


Opacity

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

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

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

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

This text has shadow with #DDC7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC7CA on black background.


Color preview on white background

This text has color #DDC7CA on white background.



Black color preview on #DDC7CA background

This text has black color on #DDC7CA background.


White color preview on #DDC7CA background

This text has white color on #DDC7CA background.