COLOR #DDD9E5

HEX: #DDD9E5
RGB: (221,217,229)

Color info

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

RGB color model

#DDD9E5 color RGB value is (221,217,229).

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

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 229 of 255 = 90%

221
217
229

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

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 229 = 667 (100%)
R 221 of 667 ~ 33.13%
G 217 of 667 ~ 32.53%
B 229 of 667 ~ 34.33%

%33.13
%32.53
%34.33

CMYK color model

#DDD9E5 color CMYK value is (3,5,0,10).

  • cyan value is 3.49%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,5,0,10)
C3M5Y0K10 
(3%,5%,0%,10%)
(0.03/0.05/0.00/0.10)	

CMYK percentages

%3.49
%5.24
%0
%10.2

Codes

Color #DDD9E5 in popluar color models

DDD9E5
RGB221217229
HSL260°18.75%87.45%
HSB/HSV260°5.24%89.80%
CMYK3.49%5.24%0.00%
10.20%

Color #DDD9E5 in popluar number systems.

HEXDDD9E5
Decimal221217229
Binary110111011101100111100101
Octal335331345

Shades and tints

Shades of #DDD9E5

#DDD9E5
(221,217,229)
#C9C6D1
(201,198,209)
#B5B3BD
(181,179,189)
#A1A0A9
(161,160,169)
#8D8D95
(141,141,149)
#797A81
(121,122,129)
#65676D
(101,103,109)
#515459
(81,84,89)
#3D4145
(61,65,69)
#292E31
(41,46,49)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDD9E5

#DDD9E5
(221,217,229)
#E0DCE7
(224,220,231)
#E3DFE9
(227,223,233)
#E6E2EB
(230,226,235)
#E9E5ED
(233,229,237)
#ECE8EF
(236,232,239)
#EFEBF1
(239,235,241)
#F2EEF3
(242,238,243)
#F5F1F5
(245,241,245)
#F8F4F7
(248,244,247)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9E5; }

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

This text font color is #DDD9E5.


Background Color

.myBgColor { background-color: #DDD9E5; }

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

This div background color is #DDD9E5.


Border color

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

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

This div border color is #DDD9E5.


Opacity

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

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

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

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

This text has shadow with #DDD9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9E5 on black background.


Color preview on white background

This text has color #DDD9E5 on white background.



Black color preview on #DDD9E5 background

This text has black color on #DDD9E5 background.


White color preview on #DDD9E5 background

This text has white color on #DDD9E5 background.