COLOR #DDCEBD

HEX: #DDCEBD RGB: (221,206,189)

Color info

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

RGB color model

#DDCEBD color RGB value is (221,206,189).

RGB: (221,206,189) (87%, 81%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 189 of 255 = 74%

221
206
189

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

Portions of RGB colors in percentages

R + G + B = 221 + 206 + 189 = 616 (100%)
R 221 of 616 ~ 35.88%
G 206 of 616 ~ 33.44%
B 189 of 616 ~ 30.68'%

%35.88
%33.44
%30.68

CMYK color model

#DDCEBD color CMYK value is (0,7,14,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK: (0,7,14,13) C0M7Y14K13 (0%,7%,14%,13%) (0.00/0.07/0.14/0.13) 

CMYK percentages

%0
%6.79
%14.48
%13.33

Codes

Color #DDCEBD in popluar color models

DD CE BD
RGB 221 206 189
HSL 32° 32.00% 80.39%
HSB/HSV 32° 14.48% 86.67%
CMYK 0.00% 6.79% 14.48%
13.33%

Color #DDCEBD in popluar number systems.

HEX DD CE BD
Decimal 221 206 189
Binary 11011101 11001110 10111101
Octal 335 316 275

Shades and tints

Shades of #DDCEBD

#DDCEBD
(221,206,189)
#C9BCAC
(201,188,172)
#B5AA9B
(181,170,155)
#A1988A
(161,152,138)
#8D8679
(141,134,121)
#797468
(121,116,104)
#656257
(101,98,87)
#515046
(81,80,70)
#3D3E35
(61,62,53)
#292C24
(41,44,36)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #DDCEBD

#DDCEBD
(221,206,189)
#E0D2C3
(224,210,195)
#E3D6C9
(227,214,201)
#E6DACF
(230,218,207)
#E9DED5
(233,222,213)
#ECE2DB
(236,226,219)
#EFE6E1
(239,230,225)
#F2EAE7
(242,234,231)
#F5EEED
(245,238,237)
#F8F2F3
(248,242,243)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCEBD; }

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

This text font color is #DDCEBD.

Background Color

.myBgColor { background-color: #DDCEBD; }

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

This div background color is #DDCEBD.

Border color

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

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

This div border color is #DDCEBD.

Opacity

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

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

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

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

This text has shadow with #DDCEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCEBD.

Preview

Color preview on black background

This text has color #DDCEBD on black background.


Color preview on white background

This text has color #DDCEBD on white background.


Black color preview on #DDCEBD background

This text has black color on #DDCEBD background.


White color preview on #DDCEBD background

This text has white color on #DDCEBD background.


Related colors

Complementary color

Complementary color for #hex is #223142.


I love getcolorcode.com

Triadic colors

1 #BDDDCE and #CEBDDD with #DDCEBD are triadic colors.

2 #BDCEDD and #CEDDBD with #DDCEBD are triadic colors.