COLOR #DDD7DE

HEX: #DDD7DE
RGB: (221,215,222)

Color info

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

RGB color model

#DDD7DE color RGB value is (221,215,222).

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

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 222 of 255 = 87%

221
215
222

R + G + B ~ 86%. #DDD7DE is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 222 = 658 (100%)
R 221 of 658 ~ 33.59%
G 215 of 658 ~ 32.67%
B 222 of 658 ~ 33.74%

%33.59
%32.67
%33.74

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(0,3,0,13)
C0M3Y0K13 
(0%,3%,0%,13%)
(0.00/0.03/0.00/0.13)	

CMYK percentages

%0.45
%3.15
%0
%12.94

Codes

Color #DDD7DE in popluar color models

DDD7DE
RGB221215222
HSL291°9.59%85.69%
HSB/HSV291°3.15%87.06%
CMYK0.45%3.15%0.00%
12.94%

Color #DDD7DE in popluar number systems.

HEXDDD7DE
Decimal221215222
Binary110111011101011111011110
Octal335327336

Shades and tints

Shades of #DDD7DE

#DDD7DE
(221,215,222)
#C9C4CA
(201,196,202)
#B5B1B6
(181,177,182)
#A19EA2
(161,158,162)
#8D8B8E
(141,139,142)
#79787A
(121,120,122)
#656566
(101,101,102)
#515252
(81,82,82)
#3D3F3E
(61,63,62)
#292C2A
(41,44,42)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDD7DE

#DDD7DE
(221,215,222)
#E0DAE1
(224,218,225)
#E3DDE4
(227,221,228)
#E6E0E7
(230,224,231)
#E9E3EA
(233,227,234)
#ECE6ED
(236,230,237)
#EFE9F0
(239,233,240)
#F2ECF3
(242,236,243)
#F5EFF6
(245,239,246)
#F8F2F9
(248,242,249)
#FBF5FC
(251,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7DE; }

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

This text font color is #DDD7DE.


Background Color

.myBgColor { background-color: #DDD7DE; }

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

This div background color is #DDD7DE.


Border color

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

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

This div border color is #DDD7DE.


Opacity

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

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

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

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

This text has shadow with #DDD7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7DE on black background.


Color preview on white background

This text has color #DDD7DE on white background.



Black color preview on #DDD7DE background

This text has black color on #DDD7DE background.


White color preview on #DDD7DE background

This text has white color on #DDD7DE background.