COLOR #DDD8E5

HEX: #DDD8E5
RGB: (221,216,229)

Color info

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

RGB color model

#DDD8E5 color RGB value is (221,216,229).

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

RGB channels and saturation

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

221
216
229

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

Portions of RGB colors in percentages

R + G + B =
221 + 216 + 229 = 666 (100%)
R 221 of 666 ~ 33.18%
G 216 of 666 ~ 32.43%
B 229 of 666 ~ 34.38%

%33.18
%32.43
%34.38

CMYK color model

#DDD8E5 color CMYK value is (3,6,0,10).

  • cyan value is 3.49%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,6,0,10)
C3M6Y0K10 
(3%,6%,0%,10%)
(0.03/0.06/0.00/0.10)	

CMYK percentages

%3.49
%5.68
%0
%10.2

Codes

Color #DDD8E5 in popluar color models

DDD8E5
RGB221216229
HSL263°20.00%87.25%
HSB/HSV263°5.68%89.80%
CMYK3.49%5.68%0.00%
10.20%

Color #DDD8E5 in popluar number systems.

HEXDDD8E5
Decimal221216229
Binary110111011101100011100101
Octal335330345

Shades and tints

Shades of #DDD8E5

#DDD8E5
(221,216,229)
#C9C5D1
(201,197,209)
#B5B2BD
(181,178,189)
#A19FA9
(161,159,169)
#8D8C95
(141,140,149)
#797981
(121,121,129)
#65666D
(101,102,109)
#515359
(81,83,89)
#3D4045
(61,64,69)
#292D31
(41,45,49)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #DDD8E5

#DDD8E5
(221,216,229)
#E0DBE7
(224,219,231)
#E3DEE9
(227,222,233)
#E6E1EB
(230,225,235)
#E9E4ED
(233,228,237)
#ECE7EF
(236,231,239)
#EFEAF1
(239,234,241)
#F2EDF3
(242,237,243)
#F5F0F5
(245,240,245)
#F8F3F7
(248,243,247)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD8E5; }

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

This text font color is #DDD8E5.


Background Color

.myBgColor { background-color: #DDD8E5; }

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

This div background color is #DDD8E5.


Border color

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

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

This div border color is #DDD8E5.


Opacity

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

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

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

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

This text has shadow with #DDD8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD8E5 on black background.


Color preview on white background

This text has color #DDD8E5 on white background.



Black color preview on #DDD8E5 background

This text has black color on #DDD8E5 background.


White color preview on #DDD8E5 background

This text has white color on #DDD8E5 background.