COLOR #DDE9DE

HEX: #DDE9DE RGB: (221,233,222)

Color info

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

RGB color model

#DDE9DE color RGB value is (221,233,222).

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

RGB channels and saturation

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

221
233
222

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

Portions of RGB colors in percentages

R + G + B = 221 + 233 + 222 = 676 (100%)
R 221 of 676 ~ 32.69%
G 233 of 676 ~ 34.47%
B 222 of 676 ~ 32.84'%

%32.69
%34.47
%32.84

CMYK color model

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

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • 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
%4.72
%8.63

Codes

Color #DDE9DE in popluar color models

DD E9 DE
RGB 221 233 222
HSL 125° 21.43% 89.02%
HSB/HSV 125° 5.15% 91.37%
CMYK 5.15% 0.00% 4.72%
8.63%

Color #DDE9DE in popluar number systems.

HEX DD E9 DE
Decimal 221 233 222
Binary 11011101 11101001 11011110
Octal 335 351 336

Shades and tints

Shades of #DDE9DE

#DDE9DE
(221,233,222)
#C9D4CA
(201,212,202)
#B5BFB6
(181,191,182)
#A1AAA2
(161,170,162)
#8D958E
(141,149,142)
#79807A
(121,128,122)
#656B66
(101,107,102)
#515652
(81,86,82)
#3D413E
(61,65,62)
#292C2A
(41,44,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #DDE9DE

#DDE9DE
(221,233,222)
#E0EBE1
(224,235,225)
#E3EDE4
(227,237,228)
#E6EFE7
(230,239,231)
#E9F1EA
(233,241,234)
#ECF3ED
(236,243,237)
#EFF5F0
(239,245,240)
#F2F7F3
(242,247,243)
#F5F9F6
(245,249,246)
#F8FBF9
(248,251,249)
#FBFDFC
(251,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9DE; }

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

This text font color is #DDE9DE.

Background Color

.myBgColor { background-color: #DDE9DE; }

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

This div background color is #DDE9DE.

Border color

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

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

This div border color is #DDE9DE.

Opacity

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

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

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

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

This text has shadow with #DDE9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE9DE.

Preview

Color preview on black background

This text has color #DDE9DE on black background.


Color preview on white background

This text has color #DDE9DE on white background.


Black color preview on #DDE9DE background

This text has black color on #DDE9DE background.


White color preview on #DDE9DE background

This text has white color on #DDE9DE background.


Related colors

Complementary color

Complementary color for #hex is #221621.


I love getcolorcode.com

Triadic colors

1 #DEDDE9 and #E9DEDD with #DDE9DE are triadic colors.

2 #DEE9DD and #E9DDDE with #DDE9DE are triadic colors.