COLOR #DDD7E1

HEX: #DDD7E1
RGB: (221,215,225)

Color info

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

RGB color model

#DDD7E1 color RGB value is (221,215,225).

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

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 225 of 255 = 88%

221
215
225

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

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 225 = 661 (100%)
R 221 of 661 ~ 33.43%
G 215 of 661 ~ 32.53%
B 225 of 661 ~ 34.04%

%33.43
%32.53
%34.04

CMYK color model

#DDD7E1 color CMYK value is (2,4,0,12).

  • cyan value is 1.78%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,4,0,12)
C2M4Y0K12 
(2%,4%,0%,12%)
(0.02/0.04/0.00/0.12)	

CMYK percentages

%1.78
%4.44
%0
%11.76

Codes

Color #DDD7E1 in popluar color models

DDD7E1
RGB221215225
HSL276°14.29%86.27%
HSB/HSV276°4.44%88.24%
CMYK1.78%4.44%0.00%
11.76%

Color #DDD7E1 in popluar number systems.

HEXDDD7E1
Decimal221215225
Binary110111011101011111100001
Octal335327341

Shades and tints

Shades of #DDD7E1

#DDD7E1
(221,215,225)
#C9C4CD
(201,196,205)
#B5B1B9
(181,177,185)
#A19EA5
(161,158,165)
#8D8B91
(141,139,145)
#79787D
(121,120,125)
#656569
(101,101,105)
#515255
(81,82,85)
#3D3F41
(61,63,65)
#292C2D
(41,44,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDD7E1

#DDD7E1
(221,215,225)
#E0DAE3
(224,218,227)
#E3DDE5
(227,221,229)
#E6E0E7
(230,224,231)
#E9E3E9
(233,227,233)
#ECE6EB
(236,230,235)
#EFE9ED
(239,233,237)
#F2ECEF
(242,236,239)
#F5EFF1
(245,239,241)
#F8F2F3
(248,242,243)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7E1; }

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

This text font color is #DDD7E1.


Background Color

.myBgColor { background-color: #DDD7E1; }

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

This div background color is #DDD7E1.


Border color

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

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

This div border color is #DDD7E1.


Opacity

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

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

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

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

This text has shadow with #DDD7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7E1 on black background.


Color preview on white background

This text has color #DDD7E1 on white background.



Black color preview on #DDD7E1 background

This text has black color on #DDD7E1 background.


White color preview on #DDD7E1 background

This text has white color on #DDD7E1 background.