COLOR #DDDBC9

HEX: #DDDBC9 RGB: (221,219,201)

Color info

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

RGB color model

#DDDBC9 color RGB value is (221,219,201).

RGB: (221,219,201) (87%, 86%, 79%)

RGB channels and saturation

R 221 of 255 = 87%
G 219 of 255 = 86%
B 201 of 255 = 79%

221
219
201

R + G + B ~ 84%. #DDDBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 219 + 201 = 641 (100%)
R 221 of 641 ~ 34.48%
G 219 of 641 ~ 34.17%
B 201 of 641 ~ 31.36'%

%34.48
%34.17
%31.36

CMYK color model

#DDDBC9 color CMYK value is (0,1,9,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 9.05%
  • key color value is 13.33%

CMYK: (0,1,9,13)
C0M1Y9K13 (0%, 1%, 9%, 13%)
(0.00 / 0.01 / 0.09 / 0.13)

CMYK percentages

%0
%0.9
%9.05
%13.33

Codes

Color #DDDBC9 in popluar color models

DD DB C9
RGB 221 219 201
HSL 54° 22.73% 82.75%
HSB/HSV 54° 9.05% 86.67%
CMYK 0.00% 0.90% 9.05%
13.33%

Color #DDDBC9 in popluar number systems.

HEX DD DB C9
Decimal 221 219 201
Binary 11011101 11011011 11001001
Octal 335 333 311

Shades and tints

Shades of #DDDBC9

#DDDBC9
(221,219,201)
#C9C8B7
(201,200,183)
#B5B5A5
(181,181,165)
#A1A293
(161,162,147)
#8D8F81
(141,143,129)
#797C6F
(121,124,111)
#65695D
(101,105,93)
#51564B
(81,86,75)
#3D4339
(61,67,57)
#293027
(41,48,39)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #DDDBC9

#DDDBC9
(221,219,201)
#E0DECD
(224,222,205)
#E3E1D1
(227,225,209)
#E6E4D5
(230,228,213)
#E9E7D9
(233,231,217)
#ECEADD
(236,234,221)
#EFEDE1
(239,237,225)
#F2F0E5
(242,240,229)
#F5F3E9
(245,243,233)
#F8F6ED
(248,246,237)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDBC9 color. Also use rgb(221,219,201) instead hex code.

Text Font Color

.myTextColor { color: #DDDBC9; }

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

This text font color is #DDDBC9.

Background Color

.myBgColor { background-color: #DDDBC9; }

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

This div background color is #DDDBC9.

Border color

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

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

This div border color is #DDDBC9.

Opacity

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

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

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

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

This text has shadow with #DDDBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDBC9.

Preview

Color preview on black background

This text has color #DDDBC9 on black background.


Color preview on white background

This text has color #DDDBC9 on white background.


Black color preview on #DDDBC9 background

This text has black color on #DDDBC9 background.


White color preview on #DDDBC9 background

This text has white color on #DDDBC9 background.


Related colors

Complementary color

Complementary color for #hex is #222436.


I love getcolorcode.com

Triadic colors

1 #C9DDDB and #DBC9DD with #DDDBC9 are triadic colors.

2 #C9DBDD and #DBDDC9 with #DDDBC9 are triadic colors.