COLOR #DDD5BE

HEX: #DDD5BE RGB: (221,213,190)

Color info

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

RGB color model

#DDD5BE color RGB value is (221,213,190).

RGB: (221,213,190) (87%, 84%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 190 of 255 = 75%

221
213
190

R + G + B ~ 82%. #DDD5BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 213 + 190 = 624 (100%)
R 221 of 624 ~ 35.42%
G 213 of 624 ~ 34.13%
B 190 of 624 ~ 30.45'%

%35.42
%34.13
%30.45

CMYK color model

#DDD5BE color CMYK value is (0,4,14,13).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 14.03%
  • key color value is 13.33%

CMYK: (0,4,14,13)
C0M4Y14K13 (0%, 4%, 14%, 13%)
(0.00 / 0.04 / 0.14 / 0.13)

CMYK percentages

%0
%3.62
%14.03
%13.33

Codes

Color #DDD5BE in popluar color models

DD D5 BE
RGB 221 213 190
HSL 45° 31.31% 80.59%
HSB/HSV 45° 14.03% 86.67%
CMYK 0.00% 3.62% 14.03%
13.33%

Color #DDD5BE in popluar number systems.

HEX DD D5 BE
Decimal 221 213 190
Binary 11011101 11010101 10111110
Octal 335 325 276

Shades and tints

Shades of #DDD5BE

#DDD5BE
(221,213,190)
#C9C2AD
(201,194,173)
#B5AF9C
(181,175,156)
#A19C8B
(161,156,139)
#8D897A
(141,137,122)
#797669
(121,118,105)
#656358
(101,99,88)
#515047
(81,80,71)
#3D3D36
(61,61,54)
#292A25
(41,42,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDD5BE

#DDD5BE
(221,213,190)
#E0D8C3
(224,216,195)
#E3DBC8
(227,219,200)
#E6DECD
(230,222,205)
#E9E1D2
(233,225,210)
#ECE4D7
(236,228,215)
#EFE7DC
(239,231,220)
#F2EAE1
(242,234,225)
#F5EDE6
(245,237,230)
#F8F0EB
(248,240,235)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD5BE color. Also use rgb(221,213,190) instead hex code.

Text Font Color

.myTextColor { color: #DDD5BE; }

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

This text font color is #DDD5BE.

Background Color

.myBgColor { background-color: #DDD5BE; }

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

This div background color is #DDD5BE.

Border color

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

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

This div border color is #DDD5BE.

Opacity

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

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

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

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

This text has shadow with #DDD5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD5BE.

Preview

Color preview on black background

This text has color #DDD5BE on black background.


Color preview on white background

This text has color #DDD5BE on white background.


Black color preview on #DDD5BE background

This text has black color on #DDD5BE background.


White color preview on #DDD5BE background

This text has white color on #DDD5BE background.


Related colors

Complementary color

Complementary color for #hex is #222A41.


I love getcolorcode.com

Triadic colors

1 #BEDDD5 and #D5BEDD with #DDD5BE are triadic colors.

2 #BED5DD and #D5DDBE with #DDD5BE are triadic colors.