COLOR #DDE5DA

HEX: #DDE5DA RGB: (221,229,218)

Color info

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

RGB color model

#DDE5DA color RGB value is (221,229,218).

RGB: (221,229,218) (87%, 90%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 218 of 255 = 85%

221
229
218

R + G + B ~ 87%. #DDE5DA is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 229 + 218 = 668 (100%)
R 221 of 668 ~ 33.08%
G 229 of 668 ~ 34.28%
B 218 of 668 ~ 32.63'%

%33.08
%34.28
%32.63

CMYK color model

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

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 10.20%

CMYK: (3,0,5,10)
C3M0Y5K10 (3%, 0%, 5%, 10%)
(0.03 / 0.00 / 0.05 / 0.10)

CMYK percentages

%3.49
%0
%4.8
%10.2

Codes

Color #DDE5DA in popluar color models

DD E5 DA
RGB 221 229 218
HSL 104° 17.46% 87.65%
HSB/HSV 104° 4.80% 89.80%
CMYK 3.49% 0.00% 4.80%
10.20%

Color #DDE5DA in popluar number systems.

HEX DD E5 DA
Decimal 221 229 218
Binary 11011101 11100101 11011010
Octal 335 345 332

Shades and tints

Shades of #DDE5DA

#DDE5DA
(221,229,218)
#C9D1C7
(201,209,199)
#B5BDB4
(181,189,180)
#A1A9A1
(161,169,161)
#8D958E
(141,149,142)
#79817B
(121,129,123)
#656D68
(101,109,104)
#515955
(81,89,85)
#3D4542
(61,69,66)
#29312F
(41,49,47)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #DDE5DA

#DDE5DA
(221,229,218)
#E0E7DD
(224,231,221)
#E3E9E0
(227,233,224)
#E6EBE3
(230,235,227)
#E9EDE6
(233,237,230)
#ECEFE9
(236,239,233)
#EFF1EC
(239,241,236)
#F2F3EF
(242,243,239)
#F5F5F2
(245,245,242)
#F8F7F5
(248,247,245)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE5DA; }

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

This text font color is #DDE5DA.

Background Color

.myBgColor { background-color: #DDE5DA; }

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

This div background color is #DDE5DA.

Border color

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

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

This div border color is #DDE5DA.

Opacity

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

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

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

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

This text has shadow with #DDE5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE5DA.

Preview

Color preview on black background

This text has color #DDE5DA on black background.


Color preview on white background

This text has color #DDE5DA on white background.


Black color preview on #DDE5DA background

This text has black color on #DDE5DA background.


White color preview on #DDE5DA background

This text has white color on #DDE5DA background.


Related colors

Complementary color

Complementary color for #hex is #221A25.


I love getcolorcode.com

Triadic colors

1 #DADDE5 and #E5DADD with #DDE5DA are triadic colors.

2 #DAE5DD and #E5DDDA with #DDE5DA are triadic colors.