COLOR #DDCEB8

HEX: #DDCEB8
RGB: (221,206,184)

Color info

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

RGB color model

#DDCEB8 color RGB value is (221,206,184).

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

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 184 of 255 = 72%

221
206
184

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

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 184 = 611 (100%)
R 221 of 611 ~ 36.17%
G 206 of 611 ~ 33.72%
B 184 of 611 ~ 30.11%

%36.17
%33.72
%30.11

CMYK color model

#DDCEB8 color CMYK value is (0,7,17,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 16.74%
  • key color value is 13.33%
CMYK:
(0,7,17,13)
C0M7Y17K13 
(0%,7%,17%,13%)
(0.00/0.07/0.17/0.13)	

CMYK percentages

%0
%6.79
%16.74
%13.33

Codes

Color #DDCEB8 in popluar color models

DDCEB8
RGB221206184
HSL36°35.24%79.41%
HSB/HSV36°16.74%86.67%
CMYK0.00%6.79%16.74%
13.33%

Color #DDCEB8 in popluar number systems.

HEXDDCEB8
Decimal221206184
Binary110111011100111010111000
Octal335316270

Shades and tints

Shades of #DDCEB8

#DDCEB8
(221,206,184)
#C9BCA8
(201,188,168)
#B5AA98
(181,170,152)
#A19888
(161,152,136)
#8D8678
(141,134,120)
#797468
(121,116,104)
#656258
(101,98,88)
#515048
(81,80,72)
#3D3E38
(61,62,56)
#292C28
(41,44,40)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDCEB8

#DDCEB8
(221,206,184)
#E0D2BE
(224,210,190)
#E3D6C4
(227,214,196)
#E6DACA
(230,218,202)
#E9DED0
(233,222,208)
#ECE2D6
(236,226,214)
#EFE6DC
(239,230,220)
#F2EAE2
(242,234,226)
#F5EEE8
(245,238,232)
#F8F2EE
(248,242,238)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCEB8; }

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

This text font color is #DDCEB8.


Background Color

.myBgColor { background-color: #DDCEB8; }

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

This div background color is #DDCEB8.


Border color

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

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

This div border color is #DDCEB8.


Opacity

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

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

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

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

This text has shadow with #DDCEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCEB8 on black background.


Color preview on white background

This text has color #DDCEB8 on white background.



Black color preview on #DDCEB8 background

This text has black color on #DDCEB8 background.


White color preview on #DDCEB8 background

This text has white color on #DDCEB8 background.