COLOR #DDD0CB

HEX: #DDD0CB
RGB: (221,208,203)

Color info

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

RGB color model

#DDD0CB color RGB value is (221,208,203).

  • red value is 221;
  • green value is 208;
  • blue value is 203.
RGB:
(221,208,203)
(87%,82%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 203 of 255 = 80%

221
208
203

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

Portions of RGB colors in percentages

R + G + B =
221 + 208 + 203 = 632 (100%)
R 221 of 632 ~ 34.97%
G 208 of 632 ~ 32.91%
B 203 of 632 ~ 32.12%

%34.97
%32.91
%32.12

CMYK color model

#DDD0CB color CMYK value is (0,6,8,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 8.14%
  • key color value is 13.33%
CMYK:
(0,6,8,13)
C0M6Y8K13 
(0%,6%,8%,13%)
(0.00/0.06/0.08/0.13)	

CMYK percentages

%0
%5.88
%8.14
%13.33

Codes

Color #DDD0CB in popluar color models

DDD0CB
RGB221208203
HSL17°20.93%83.14%
HSB/HSV17°8.14%86.67%
CMYK0.00%5.88%8.14%
13.33%

Color #DDD0CB in popluar number systems.

HEXDDD0CB
Decimal221208203
Binary110111011101000011001011
Octal335320313

Shades and tints

Shades of #DDD0CB

#DDD0CB
(221,208,203)
#C9BEB9
(201,190,185)
#B5ACA7
(181,172,167)
#A19A95
(161,154,149)
#8D8883
(141,136,131)
#797671
(121,118,113)
#65645F
(101,100,95)
#51524D
(81,82,77)
#3D403B
(61,64,59)
#292E29
(41,46,41)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #DDD0CB

#DDD0CB
(221,208,203)
#E0D4CF
(224,212,207)
#E3D8D3
(227,216,211)
#E6DCD7
(230,220,215)
#E9E0DB
(233,224,219)
#ECE4DF
(236,228,223)
#EFE8E3
(239,232,227)
#F2ECE7
(242,236,231)
#F5F0EB
(245,240,235)
#F8F4EF
(248,244,239)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD0CB color. Also use rgb(221,208,203) instead hex code.

Text Font Color

.myTextColor { color: #DDD0CB; }

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

This text font color is #DDD0CB.


Background Color

.myBgColor { background-color: #DDD0CB; }

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

This div background color is #DDD0CB.


Border color

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

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

This div border color is #DDD0CB.


Opacity

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

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

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

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

This text has shadow with #DDD0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD0CB on black background.


Color preview on white background

This text has color #DDD0CB on white background.



Black color preview on #DDD0CB background

This text has black color on #DDD0CB background.


White color preview on #DDD0CB background

This text has white color on #DDD0CB background.