COLOR #DDD9E0

HEX: #DDD9E0
RGB: (221,217,224)

Color info

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

RGB color model

#DDD9E0 color RGB value is (221,217,224).

  • red value is 221;
  • green value is 217;
  • blue value is 224.
RGB:
(221,217,224)
(87%,85%,88%)

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 224 of 255 = 88%

221
217
224

R + G + B ~ 87%. #DDD9E0 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 224 = 662 (100%)
R 221 of 662 ~ 33.38%
G 217 of 662 ~ 32.78%
B 224 of 662 ~ 33.84%

%33.38
%32.78
%33.84

CMYK color model

#DDD9E0 color CMYK value is (1,3,0,12).

  • cyan value is 1.34%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(1,3,0,12)
C1M3Y0K12 
(1%,3%,0%,12%)
(0.01/0.03/0.00/0.12)	

CMYK percentages

%1.34
%3.13
%0
%12.16

Codes

Color #DDD9E0 in popluar color models

DDD9E0
RGB221217224
HSL274°10.14%86.47%
HSB/HSV274°3.13%87.84%
CMYK1.34%3.13%0.00%
12.16%

Color #DDD9E0 in popluar number systems.

HEXDDD9E0
Decimal221217224
Binary110111011101100111100000
Octal335331340

Shades and tints

Shades of #DDD9E0

#DDD9E0
(221,217,224)
#C9C6CC
(201,198,204)
#B5B3B8
(181,179,184)
#A1A0A4
(161,160,164)
#8D8D90
(141,141,144)
#797A7C
(121,122,124)
#656768
(101,103,104)
#515454
(81,84,84)
#3D4140
(61,65,64)
#292E2C
(41,46,44)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #DDD9E0

#DDD9E0
(221,217,224)
#E0DCE2
(224,220,226)
#E3DFE4
(227,223,228)
#E6E2E6
(230,226,230)
#E9E5E8
(233,229,232)
#ECE8EA
(236,232,234)
#EFEBEC
(239,235,236)
#F2EEEE
(242,238,238)
#F5F1F0
(245,241,240)
#F8F4F2
(248,244,242)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD9E0 color. Also use rgb(221,217,224) instead hex code.

Text Font Color

.myTextColor { color: #DDD9E0; }

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

This text font color is #DDD9E0.


Background Color

.myBgColor { background-color: #DDD9E0; }

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

This div background color is #DDD9E0.


Border color

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

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

This div border color is #DDD9E0.


Opacity

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

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

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

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

This text has shadow with #DDD9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9E0 on black background.


Color preview on white background

This text has color #DDD9E0 on white background.



Black color preview on #DDD9E0 background

This text has black color on #DDD9E0 background.


White color preview on #DDD9E0 background

This text has white color on #DDD9E0 background.