COLOR #DDDAD1

HEX: #DDDAD1
RGB: (221,218,209)

Color info

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

RGB color model

#DDDAD1 color RGB value is (221,218,209).

  • red value is 221;
  • green value is 218;
  • blue value is 209.
RGB:
(221,218,209)
(87%,85%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 209 of 255 = 82%

221
218
209

R + G + B ~ 85%. #DDDAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 218 + 209 = 648 (100%)
R 221 of 648 ~ 34.1%
G 218 of 648 ~ 33.64%
B 209 of 648 ~ 32.25%

%34.1
%33.64
%32.25

CMYK color model

#DDDAD1 color CMYK value is (0,1,5,13).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(0,1,5,13)
C0M1Y5K13 
(0%,1%,5%,13%)
(0.00/0.01/0.05/0.13)	

CMYK percentages

%0
%1.36
%5.43
%13.33

Codes

Color #DDDAD1 in popluar color models

DDDAD1
RGB221218209
HSL45°15.00%84.31%
HSB/HSV45°5.43%86.67%
CMYK0.00%1.36%5.43%
13.33%

Color #DDDAD1 in popluar number systems.

HEXDDDAD1
Decimal221218209
Binary110111011101101011010001
Octal335332321

Shades and tints

Shades of #DDDAD1

#DDDAD1
(221,218,209)
#C9C7BE
(201,199,190)
#B5B4AB
(181,180,171)
#A1A198
(161,161,152)
#8D8E85
(141,142,133)
#797B72
(121,123,114)
#65685F
(101,104,95)
#51554C
(81,85,76)
#3D4239
(61,66,57)
#292F26
(41,47,38)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #DDDAD1

#DDDAD1
(221,218,209)
#E0DDD5
(224,221,213)
#E3E0D9
(227,224,217)
#E6E3DD
(230,227,221)
#E9E6E1
(233,230,225)
#ECE9E5
(236,233,229)
#EFECE9
(239,236,233)
#F2EFED
(242,239,237)
#F5F2F1
(245,242,241)
#F8F5F5
(248,245,245)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDAD1 color. Also use rgb(221,218,209) instead hex code.

Text Font Color

.myTextColor { color: #DDDAD1; }

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

This text font color is #DDDAD1.


Background Color

.myBgColor { background-color: #DDDAD1; }

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

This div background color is #DDDAD1.


Border color

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

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

This div border color is #DDDAD1.


Opacity

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

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

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

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

This text has shadow with #DDDAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDAD1 on black background.


Color preview on white background

This text has color #DDDAD1 on white background.



Black color preview on #DDDAD1 background

This text has black color on #DDDAD1 background.


White color preview on #DDDAD1 background

This text has white color on #DDDAD1 background.