COLOR #DDD8BE

HEX: #DDD8BE RGB: (221,216,190)

Color info

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

RGB color model

#DDD8BE color RGB value is (221,216,190).

RGB: (221,216,190) (87%, 85%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 216 of 255 = 85%
B 190 of 255 = 75%

221
216
190

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

Portions of RGB colors in percentages

R + G + B = 221 + 216 + 190 = 627 (100%)
R 221 of 627 ~ 35.25%
G 216 of 627 ~ 34.45%
B 190 of 627 ~ 30.3'%

%35.25
%34.45
%30.3

CMYK color model

#DDD8BE color CMYK value is (0,2,14,13).

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

CMYK: (0,2,14,13)
C0M2Y14K13 (0%, 2%, 14%, 13%)
(0.00 / 0.02 / 0.14 / 0.13)

CMYK percentages

%0
%2.26
%14.03
%13.33

Codes

Color #DDD8BE in popluar color models

DD D8 BE
RGB 221 216 190
HSL 50° 31.31% 80.59%
HSB/HSV 50° 14.03% 86.67%
CMYK 0.00% 2.26% 14.03%
13.33%

Color #DDD8BE in popluar number systems.

HEX DD D8 BE
Decimal 221 216 190
Binary 11011101 11011000 10111110
Octal 335 330 276

Shades and tints

Shades of #DDD8BE

#DDD8BE
(221,216,190)
#C9C5AD
(201,197,173)
#B5B29C
(181,178,156)
#A19F8B
(161,159,139)
#8D8C7A
(141,140,122)
#797969
(121,121,105)
#656658
(101,102,88)
#515347
(81,83,71)
#3D4036
(61,64,54)
#292D25
(41,45,37)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #DDD8BE

#DDD8BE
(221,216,190)
#E0DBC3
(224,219,195)
#E3DEC8
(227,222,200)
#E6E1CD
(230,225,205)
#E9E4D2
(233,228,210)
#ECE7D7
(236,231,215)
#EFEADC
(239,234,220)
#F2EDE1
(242,237,225)
#F5F0E6
(245,240,230)
#F8F3EB
(248,243,235)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD8BE; }

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

This text font color is #DDD8BE.

Background Color

.myBgColor { background-color: #DDD8BE; }

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

This div background color is #DDD8BE.

Border color

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

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

This div border color is #DDD8BE.

Opacity

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

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

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

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

This text has shadow with #DDD8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD8BE.

Preview

Color preview on black background

This text has color #DDD8BE on black background.


Color preview on white background

This text has color #DDD8BE on white background.


Black color preview on #DDD8BE background

This text has black color on #DDD8BE background.


White color preview on #DDD8BE background

This text has white color on #DDD8BE background.


Related colors

Complementary color

Complementary color for #hex is #222741.


I love getcolorcode.com

Triadic colors

1 #BEDDD8 and #D8BEDD with #DDD8BE are triadic colors.

2 #BED8DD and #D8DDBE with #DDD8BE are triadic colors.