COLOR #DDCEB5

HEX: #DDCEB5
RGB: (221,206,181)

Color info

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

RGB color model

#DDCEB5 color RGB value is (221,206,181).

  • red value is 221;
  • green value is 206;
  • blue value is 181.
RGB:
(221,206,181)
(87%,81%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 181 of 255 = 71%

221
206
181

R + G + B ~ 80%. #DDCEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 181 = 608 (100%)
R 221 of 608 ~ 36.35%
G 206 of 608 ~ 33.88%
B 181 of 608 ~ 29.77%

%36.35
%33.88
%29.77

CMYK color model

#DDCEB5 color CMYK value is (0,7,18,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(0,7,18,13)
C0M7Y18K13 
(0%,7%,18%,13%)
(0.00/0.07/0.18/0.13)	

CMYK percentages

%0
%6.79
%18.1
%13.33

Codes

Color #DDCEB5 in popluar color models

DDCEB5
RGB221206181
HSL38°37.04%78.82%
HSB/HSV38°18.10%86.67%
CMYK0.00%6.79%18.10%
13.33%

Color #DDCEB5 in popluar number systems.

HEXDDCEB5
Decimal221206181
Binary110111011100111010110101
Octal335316265

Shades and tints

Shades of #DDCEB5

#DDCEB5
(221,206,181)
#C9BCA5
(201,188,165)
#B5AA95
(181,170,149)
#A19885
(161,152,133)
#8D8675
(141,134,117)
#797465
(121,116,101)
#656255
(101,98,85)
#515045
(81,80,69)
#3D3E35
(61,62,53)
#292C25
(41,44,37)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDCEB5

#DDCEB5
(221,206,181)
#E0D2BB
(224,210,187)
#E3D6C1
(227,214,193)
#E6DAC7
(230,218,199)
#E9DECD
(233,222,205)
#ECE2D3
(236,226,211)
#EFE6D9
(239,230,217)
#F2EADF
(242,234,223)
#F5EEE5
(245,238,229)
#F8F2EB
(248,242,235)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCEB5 color. Also use rgb(221,206,181) instead hex code.

Text Font Color

.myTextColor { color: #DDCEB5; }

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

This text font color is #DDCEB5.


Background Color

.myBgColor { background-color: #DDCEB5; }

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

This div background color is #DDCEB5.


Border color

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

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

This div border color is #DDCEB5.


Opacity

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

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

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

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

This text has shadow with #DDCEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCEB5 on black background.


Color preview on white background

This text has color #DDCEB5 on white background.



Black color preview on #DDCEB5 background

This text has black color on #DDCEB5 background.


White color preview on #DDCEB5 background

This text has white color on #DDCEB5 background.