COLOR #DDD1D7

HEX: #DDD1D7
RGB: (221,209,215)

Color info

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

RGB color model

#DDD1D7 color RGB value is (221,209,215).

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

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 215 of 255 = 84%

221
209
215

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

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 215 = 645 (100%)
R 221 of 645 ~ 34.26%
G 209 of 645 ~ 32.4%
B 215 of 645 ~ 33.33%

%34.26
%32.4
%33.33

CMYK color model

#DDD1D7 color CMYK value is (0,5,3,13).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(0,5,3,13)
C0M5Y3K13 
(0%,5%,3%,13%)
(0.00/0.05/0.03/0.13)	

CMYK percentages

%0
%5.43
%2.71
%13.33

Codes

Color #DDD1D7 in popluar color models

DDD1D7
RGB221209215
HSL330°15.00%84.31%
HSB/HSV330°5.43%86.67%
CMYK0.00%5.43%2.71%
13.33%

Color #DDD1D7 in popluar number systems.

HEXDDD1D7
Decimal221209215
Binary110111011101000111010111
Octal335321327

Shades and tints

Shades of #DDD1D7

#DDD1D7
(221,209,215)
#C9BEC4
(201,190,196)
#B5ABB1
(181,171,177)
#A1989E
(161,152,158)
#8D858B
(141,133,139)
#797278
(121,114,120)
#655F65
(101,95,101)
#514C52
(81,76,82)
#3D393F
(61,57,63)
#29262C
(41,38,44)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #DDD1D7

#DDD1D7
(221,209,215)
#E0D5DA
(224,213,218)
#E3D9DD
(227,217,221)
#E6DDE0
(230,221,224)
#E9E1E3
(233,225,227)
#ECE5E6
(236,229,230)
#EFE9E9
(239,233,233)
#F2EDEC
(242,237,236)
#F5F1EF
(245,241,239)
#F8F5F2
(248,245,242)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD1D7; }

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

This text font color is #DDD1D7.


Background Color

.myBgColor { background-color: #DDD1D7; }

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

This div background color is #DDD1D7.


Border color

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

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

This div border color is #DDD1D7.


Opacity

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

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

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

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

This text has shadow with #DDD1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1D7 on black background.


Color preview on white background

This text has color #DDD1D7 on white background.



Black color preview on #DDD1D7 background

This text has black color on #DDD1D7 background.


White color preview on #DDD1D7 background

This text has white color on #DDD1D7 background.