COLOR #DDE5CD

HEX: #DDE5CD RGB: (221,229,205)

Color info

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

RGB color model

#DDE5CD color RGB value is (221,229,205).

RGB: (221,229,205) (87%, 90%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 205 of 255 = 80%

221
229
205

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

Portions of RGB colors in percentages

R + G + B = 221 + 229 + 205 = 655 (100%)
R 221 of 655 ~ 33.74%
G 229 of 655 ~ 34.96%
B 205 of 655 ~ 31.3'%

%33.74
%34.96
%31.3

CMYK color model

#DDE5CD color CMYK value is (3,0,10,10).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK: (3,0,10,10) C3M0Y10K10 (3%,0%,10%,10%) (0.03/0.00/0.10/0.10) 

CMYK percentages

%3.49
%0
%10.48
%10.2

Codes

Color #DDE5CD in popluar color models

DD E5 CD
RGB 221 229 205
HSL 80° 31.58% 85.10%
HSB/HSV 80° 10.48% 89.80%
CMYK 3.49% 0.00% 10.48%
10.20%

Color #DDE5CD in popluar number systems.

HEX DD E5 CD
Decimal 221 229 205
Binary 11011101 11100101 11001101
Octal 335 345 315

Shades and tints

Shades of #DDE5CD

#DDE5CD
(221,229,205)
#C9D1BB
(201,209,187)
#B5BDA9
(181,189,169)
#A1A997
(161,169,151)
#8D9585
(141,149,133)
#798173
(121,129,115)
#656D61
(101,109,97)
#51594F
(81,89,79)
#3D453D
(61,69,61)
#29312B
(41,49,43)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #DDE5CD

#DDE5CD
(221,229,205)
#E0E7D1
(224,231,209)
#E3E9D5
(227,233,213)
#E6EBD9
(230,235,217)
#E9EDDD
(233,237,221)
#ECEFE1
(236,239,225)
#EFF1E5
(239,241,229)
#F2F3E9
(242,243,233)
#F5F5ED
(245,245,237)
#F8F7F1
(248,247,241)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE5CD; }

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

This text font color is #DDE5CD.

Background Color

.myBgColor { background-color: #DDE5CD; }

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

This div background color is #DDE5CD.

Border color

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

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

This div border color is #DDE5CD.

Opacity

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

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

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

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

This text has shadow with #DDE5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE5CD.

Preview

Color preview on black background

This text has color #DDE5CD on black background.


Color preview on white background

This text has color #DDE5CD on white background.


Black color preview on #DDE5CD background

This text has black color on #DDE5CD background.


White color preview on #DDE5CD background

This text has white color on #DDE5CD background.


Related colors

Complementary color

Complementary color for #hex is #221A32.


I love getcolorcode.com

Triadic colors

1 #CDDDE5 and #E5CDDD with #DDE5CD are triadic colors.

2 #CDE5DD and #E5DDCD with #DDE5CD are triadic colors.