COLOR #DDE9DD

HEX: #DDE9DD RGB: (221,233,221)

Color info

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

RGB color model

#DDE9DD color RGB value is (221,233,221).

RGB: (221,233,221) (87%, 91%, 87%)

RGB channels and saturation

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

221
233
221

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

Portions of RGB colors in percentages

R + G + B = 221 + 233 + 221 = 675 (100%)
R 221 of 675 ~ 32.74%
G 233 of 675 ~ 34.52%
B 221 of 675 ~ 32.74'%

%32.74
%34.52
%32.74

CMYK color model

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

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (5,0,5,9)
C5M0Y5K9 (5%, 0%, 5%, 9%)
(0.05 / 0.00 / 0.05 / 0.09)

CMYK percentages

%5.15
%0
%5.15
%8.63

Codes

Color #DDE9DD in popluar color models

DD E9 DD
RGB 221 233 221
HSL 120° 21.43% 89.02%
HSB/HSV 120° 5.15% 91.37%
CMYK 5.15% 0.00% 5.15%
8.63%

Color #DDE9DD in popluar number systems.

HEX DD E9 DD
Decimal 221 233 221
Binary 11011101 11101001 11011101
Octal 335 351 335

Shades and tints

Shades of #DDE9DD

#DDE9DD
(221,233,221)
#C9D4C9
(201,212,201)
#B5BFB5
(181,191,181)
#A1AAA1
(161,170,161)
#8D958D
(141,149,141)
#798079
(121,128,121)
#656B65
(101,107,101)
#515651
(81,86,81)
#3D413D
(61,65,61)
#292C29
(41,44,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #DDE9DD

#DDE9DD
(221,233,221)
#E0EBE0
(224,235,224)
#E3EDE3
(227,237,227)
#E6EFE6
(230,239,230)
#E9F1E9
(233,241,233)
#ECF3EC
(236,243,236)
#EFF5EF
(239,245,239)
#F2F7F2
(242,247,242)
#F5F9F5
(245,249,245)
#F8FBF8
(248,251,248)
#FBFDFB
(251,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9DD; }

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

This text font color is #DDE9DD.

Background Color

.myBgColor { background-color: #DDE9DD; }

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

This div background color is #DDE9DD.

Border color

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

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

This div border color is #DDE9DD.

Opacity

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

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

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

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

This text has shadow with #DDE9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE9DD.

Preview

Color preview on black background

This text has color #DDE9DD on black background.


Color preview on white background

This text has color #DDE9DD on white background.


Black color preview on #DDE9DD background

This text has black color on #DDE9DD background.


White color preview on #DDE9DD background

This text has white color on #DDE9DD background.


Related colors

Complementary color

Complementary color for #hex is #221622.


I love getcolorcode.com

Triadic colors

1 #DDDDE9 and #E9DDDD with #DDE9DD are triadic colors.

2 #DDE9DD and #E9DDDD with #DDE9DD are triadic colors.