COLOR #DDE6D9

HEX: #DDE6D9
RGB: (221,230,217)

Color info

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

RGB color model

#DDE6D9 color RGB value is (221,230,217).

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

RGB channels and saturation

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

221
230
217

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

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 217 = 668 (100%)
R 221 of 668 ~ 33.08%
G 230 of 668 ~ 34.43%
B 217 of 668 ~ 32.49%

%33.08
%34.43
%32.49

CMYK color model

#DDE6D9 color CMYK value is (4,0,6,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 9.80%
CMYK:
(4,0,6,10)
C4M0Y6K10 
(4%,0%,6%,10%)
(0.04/0.00/0.06/0.10)	

CMYK percentages

%3.91
%0
%5.65
%9.8

Codes

Color #DDE6D9 in popluar color models

DDE6D9
RGB221230217
HSL102°20.63%87.65%
HSB/HSV102°5.65%90.20%
CMYK3.91%0.00%5.65%
9.80%

Color #DDE6D9 in popluar number systems.

HEXDDE6D9
Decimal221230217
Binary110111011110011011011001
Octal335346331

Shades and tints

Shades of #DDE6D9

#DDE6D9
(221,230,217)
#C9D2C6
(201,210,198)
#B5BEB3
(181,190,179)
#A1AAA0
(161,170,160)
#8D968D
(141,150,141)
#79827A
(121,130,122)
#656E67
(101,110,103)
#515A54
(81,90,84)
#3D4641
(61,70,65)
#29322E
(41,50,46)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #DDE6D9

#DDE6D9
(221,230,217)
#E0E8DC
(224,232,220)
#E3EADF
(227,234,223)
#E6ECE2
(230,236,226)
#E9EEE5
(233,238,229)
#ECF0E8
(236,240,232)
#EFF2EB
(239,242,235)
#F2F4EE
(242,244,238)
#F5F6F1
(245,246,241)
#F8F8F4
(248,248,244)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6D9; }

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

This text font color is #DDE6D9.


Background Color

.myBgColor { background-color: #DDE6D9; }

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

This div background color is #DDE6D9.


Border color

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

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

This div border color is #DDE6D9.


Opacity

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

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

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

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

This text has shadow with #DDE6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6D9 on black background.


Color preview on white background

This text has color #DDE6D9 on white background.



Black color preview on #DDE6D9 background

This text has black color on #DDE6D9 background.


White color preview on #DDE6D9 background

This text has white color on #DDE6D9 background.