COLOR #DDC8CA

HEX: #DDC8CA
RGB: (221,200,202)

Color info

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

RGB color model

#DDC8CA color RGB value is (221,200,202).

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

RGB channels and saturation

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

221
200
202

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

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 202 = 623 (100%)
R 221 of 623 ~ 35.47%
G 200 of 623 ~ 32.1%
B 202 of 623 ~ 32.42%

%35.47
%32.1
%32.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.50%
  • 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.5
%8.6
%13.33

Codes

Color #DDC8CA in popluar color models

DDC8CA
RGB221200202
HSL354°23.60%82.55%
HSB/HSV354°9.50%86.67%
CMYK0.00%9.50%8.60%
13.33%

Color #DDC8CA in popluar number systems.

HEXDDC8CA
Decimal221200202
Binary110111011100100011001010
Octal335310312

Shades and tints

Shades of #DDC8CA

#DDC8CA
(221,200,202)
#C9B6B8
(201,182,184)
#B5A4A6
(181,164,166)
#A19294
(161,146,148)
#8D8082
(141,128,130)
#796E70
(121,110,112)
#655C5E
(101,92,94)
#514A4C
(81,74,76)
#3D383A
(61,56,58)
#292628
(41,38,40)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DDC8CA

#DDC8CA
(221,200,202)
#E0CDCE
(224,205,206)
#E3D2D2
(227,210,210)
#E6D7D6
(230,215,214)
#E9DCDA
(233,220,218)
#ECE1DE
(236,225,222)
#EFE6E2
(239,230,226)
#F2EBE6
(242,235,230)
#F5F0EA
(245,240,234)
#F8F5EE
(248,245,238)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC8CA; }

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

This text font color is #DDC8CA.


Background Color

.myBgColor { background-color: #DDC8CA; }

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

This div background color is #DDC8CA.


Border color

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

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

This div border color is #DDC8CA.


Opacity

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

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

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

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

This text has shadow with #DDC8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC8CA on black background.


Color preview on white background

This text has color #DDC8CA on white background.



Black color preview on #DDC8CA background

This text has black color on #DDC8CA background.


White color preview on #DDC8CA background

This text has white color on #DDC8CA background.