COLOR #DDE3D5

HEX: #DDE3D5 RGB: (221,227,213)

Color info

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

RGB color model

#DDE3D5 color RGB value is (221,227,213).

RGB: (221,227,213) (87%, 89%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 213 of 255 = 84%

221
227
213

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

Portions of RGB colors in percentages

R + G + B = 221 + 227 + 213 = 661 (100%)
R 221 of 661 ~ 33.43%
G 227 of 661 ~ 34.34%
B 213 of 661 ~ 32.22'%

%33.43
%34.34
%32.22

CMYK color model

#DDE3D5 color CMYK value is (3,0,6,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK: (3,0,6,11) C3M0Y6K11 (3%,0%,6%,11%) (0.03/0.00/0.06/0.11) 

CMYK percentages

%2.64
%0
%6.17
%10.98

Codes

Color #DDE3D5 in popluar color models

DD E3 D5
RGB 221 227 213
HSL 86° 20.00% 86.27%
HSB/HSV 86° 6.17% 89.02%
CMYK 2.64% 0.00% 6.17%
10.98%

Color #DDE3D5 in popluar number systems.

HEX DD E3 D5
Decimal 221 227 213
Binary 11011101 11100011 11010101
Octal 335 343 325

Shades and tints

Shades of #DDE3D5

#DDE3D5
(221,227,213)
#C9CFC2
(201,207,194)
#B5BBAF
(181,187,175)
#A1A79C
(161,167,156)
#8D9389
(141,147,137)
#797F76
(121,127,118)
#656B63
(101,107,99)
#515750
(81,87,80)
#3D433D
(61,67,61)
#292F2A
(41,47,42)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #DDE3D5

#DDE3D5
(221,227,213)
#E0E5D8
(224,229,216)
#E3E7DB
(227,231,219)
#E6E9DE
(230,233,222)
#E9EBE1
(233,235,225)
#ECEDE4
(236,237,228)
#EFEFE7
(239,239,231)
#F2F1EA
(242,241,234)
#F5F3ED
(245,243,237)
#F8F5F0
(248,245,240)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3D5; }

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

This text font color is #DDE3D5.

Background Color

.myBgColor { background-color: #DDE3D5; }

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

This div background color is #DDE3D5.

Border color

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

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

This div border color is #DDE3D5.

Opacity

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

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

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

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

This text has shadow with #DDE3D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE3D5.

Preview

Color preview on black background

This text has color #DDE3D5 on black background.


Color preview on white background

This text has color #DDE3D5 on white background.


Black color preview on #DDE3D5 background

This text has black color on #DDE3D5 background.


White color preview on #DDE3D5 background

This text has white color on #DDE3D5 background.


Related colors

Complementary color

Complementary color for #hex is #221C2A.


I love getcolorcode.com

Triadic colors

1 #D5DDE3 and #E3D5DD with #DDE3D5 are triadic colors.

2 #D5E3DD and #E3DDD5 with #DDE3D5 are triadic colors.