COLOR #DDC8C4

HEX: #DDC8C4
RGB: (221,200,196)

Color info

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

RGB color model

#DDC8C4 color RGB value is (221,200,196).

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

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 196 of 255 = 77%

221
200
196

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

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 196 = 617 (100%)
R 221 of 617 ~ 35.82%
G 200 of 617 ~ 32.41%
B 196 of 617 ~ 31.77%

%35.82
%32.41
%31.77

CMYK color model

#DDC8C4 color CMYK value is (0,10,11,13).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK:
(0,10,11,13)
C0M10Y11K13 
(0%,10%,11%,13%)
(0.00/0.10/0.11/0.13)	

CMYK percentages

%0
%9.5
%11.31
%13.33

Codes

Color #DDC8C4 in popluar color models

DDC8C4
RGB221200196
HSL10°26.88%81.76%
HSB/HSV10°11.31%86.67%
CMYK0.00%9.50%11.31%
13.33%

Color #DDC8C4 in popluar number systems.

HEXDDC8C4
Decimal221200196
Binary110111011100100011000100
Octal335310304

Shades and tints

Shades of #DDC8C4

#DDC8C4
(221,200,196)
#C9B6B3
(201,182,179)
#B5A4A2
(181,164,162)
#A19291
(161,146,145)
#8D8080
(141,128,128)
#796E6F
(121,110,111)
#655C5E
(101,92,94)
#514A4D
(81,74,77)
#3D383C
(61,56,60)
#29262B
(41,38,43)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #DDC8C4

#DDC8C4
(221,200,196)
#E0CDC9
(224,205,201)
#E3D2CE
(227,210,206)
#E6D7D3
(230,215,211)
#E9DCD8
(233,220,216)
#ECE1DD
(236,225,221)
#EFE6E2
(239,230,226)
#F2EBE7
(242,235,231)
#F5F0EC
(245,240,236)
#F8F5F1
(248,245,241)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC8C4; }

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

This text font color is #DDC8C4.


Background Color

.myBgColor { background-color: #DDC8C4; }

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

This div background color is #DDC8C4.


Border color

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

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

This div border color is #DDC8C4.


Opacity

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

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

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

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

This text has shadow with #DDC8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC8C4 on black background.


Color preview on white background

This text has color #DDC8C4 on white background.



Black color preview on #DDC8C4 background

This text has black color on #DDC8C4 background.


White color preview on #DDC8C4 background

This text has white color on #DDC8C4 background.