COLOR #DDE7CD

HEX: #DDE7CD RGB: (221,231,205)

Color info

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

RGB color model

#DDE7CD color RGB value is (221,231,205).

RGB: (221,231,205) (87%, 91%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 205 of 255 = 80%

221
231
205

R + G + B ~ 86%. #DDE7CD is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 231 + 205 = 657 (100%)
R 221 of 657 ~ 33.64%
G 231 of 657 ~ 35.16%
B 205 of 657 ~ 31.2'%

%33.64
%35.16
%31.2

CMYK color model

#DDE7CD color CMYK value is (4,0,11,9).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%

CMYK: (4,0,11,9)
C4M0Y11K9 (4%, 0%, 11%, 9%)
(0.04 / 0.00 / 0.11 / 0.09)

CMYK percentages

%4.33
%0
%11.26
%9.41

Codes

Color #DDE7CD in popluar color models

DD E7 CD
RGB 221 231 205
HSL 83° 35.14% 85.49%
HSB/HSV 83° 11.26% 90.59%
CMYK 4.33% 0.00% 11.26%
9.41%

Color #DDE7CD in popluar number systems.

HEX DD E7 CD
Decimal 221 231 205
Binary 11011101 11100111 11001101
Octal 335 347 315

Shades and tints

Shades of #DDE7CD

#DDE7CD
(221,231,205)
#C9D2BB
(201,210,187)
#B5BDA9
(181,189,169)
#A1A897
(161,168,151)
#8D9385
(141,147,133)
#797E73
(121,126,115)
#656961
(101,105,97)
#51544F
(81,84,79)
#3D3F3D
(61,63,61)
#292A2B
(41,42,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #DDE7CD

#DDE7CD
(221,231,205)
#E0E9D1
(224,233,209)
#E3EBD5
(227,235,213)
#E6EDD9
(230,237,217)
#E9EFDD
(233,239,221)
#ECF1E1
(236,241,225)
#EFF3E5
(239,243,229)
#F2F5E9
(242,245,233)
#F5F7ED
(245,247,237)
#F8F9F1
(248,249,241)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE7CD; }

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

This text font color is #DDE7CD.

Background Color

.myBgColor { background-color: #DDE7CD; }

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

This div background color is #DDE7CD.

Border color

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

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

This div border color is #DDE7CD.

Opacity

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

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

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

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

This text has shadow with #DDE7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE7CD.

Preview

Color preview on black background

This text has color #DDE7CD on black background.


Color preview on white background

This text has color #DDE7CD on white background.


Black color preview on #DDE7CD background

This text has black color on #DDE7CD background.


White color preview on #DDE7CD background

This text has white color on #DDE7CD background.


Related colors

Complementary color

Complementary color for #hex is #221832.


I love getcolorcode.com

Triadic colors

1 #CDDDE7 and #E7CDDD with #DDE7CD are triadic colors.

2 #CDE7DD and #E7DDCD with #DDE7CD are triadic colors.