COLOR #DDE9DC

HEX: #DDE9DC
RGB: (221,233,220)

Color info

#DDE9DC contains red, green and blue colors in about the same proportion. Web safe color of #DDE9DC is #CCFFCC (or #CFC).

RGB color model

#DDE9DC color RGB value is (221,233,220).

  • red value is 221;
  • green value is 233;
  • blue value is 220.
RGB:
(221,233,220)
(87%,91%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 220 of 255 = 86%

221
233
220

R + G + B ~ 88%. #DDE9DC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 220 = 674 (100%)
R 221 of 674 ~ 32.79%
G 233 of 674 ~ 34.57%
B 220 of 674 ~ 32.64%

%32.79
%34.57
%32.64

CMYK color model

#DDE9DC color CMYK value is (5,0,6,9).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK:
(5,0,6,9)
C5M0Y6K9 
(5%,0%,6%,9%)
(0.05/0.00/0.06/0.09)	

CMYK percentages

%5.15
%0
%5.58
%8.63

Codes

Color #DDE9DC in popluar color models

DDE9DC
RGB221233220
HSL115°22.81%88.82%
HSB/HSV115°5.58%91.37%
CMYK5.15%0.00%5.58%
8.63%

Color #DDE9DC in popluar number systems.

HEXDDE9DC
Decimal221233220
Binary110111011110100111011100
Octal335351334

Shades and tints

Shades of #DDE9DC

#DDE9DC
(221,233,220)
#C9D4C8
(201,212,200)
#B5BFB4
(181,191,180)
#A1AAA0
(161,170,160)
#8D958C
(141,149,140)
#798078
(121,128,120)
#656B64
(101,107,100)
#515650
(81,86,80)
#3D413C
(61,65,60)
#292C28
(41,44,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDE9DC

#DDE9DC
(221,233,220)
#E0EBDF
(224,235,223)
#E3EDE2
(227,237,226)
#E6EFE5
(230,239,229)
#E9F1E8
(233,241,232)
#ECF3EB
(236,243,235)
#EFF5EE
(239,245,238)
#F2F7F1
(242,247,241)
#F5F9F4
(245,249,244)
#F8FBF7
(248,251,247)
#FBFDFA
(251,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE9DC color. Also use rgb(221,233,220) instead hex code.

Text Font Color

.myTextColor { color: #DDE9DC; }

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

This text font color is #DDE9DC.


Background Color

.myBgColor { background-color: #DDE9DC; }

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

This div background color is #DDE9DC.


Border color

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

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

This div border color is #DDE9DC.


Opacity

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

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

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

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

This text has shadow with #DDE9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE9DC on black background.


Color preview on white background

This text has color #DDE9DC on white background.



Black color preview on #DDE9DC background

This text has black color on #DDE9DC background.


White color preview on #DDE9DC background

This text has white color on #DDE9DC background.