COLOR #DDE3D9

HEX: #DDE3D9
RGB: (221,227,217)

Color info

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

RGB color model

#DDE3D9 color RGB value is (221,227,217).

  • red value is 221;
  • green value is 227;
  • blue value is 217.
RGB:
(221,227,217)
(87%,89%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 217 of 255 = 85%

221
227
217

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

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 217 = 665 (100%)
R 221 of 665 ~ 33.23%
G 227 of 665 ~ 34.14%
B 217 of 665 ~ 32.63%

%33.23
%34.14
%32.63

CMYK color model

#DDE3D9 color CMYK value is (3,0,4,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(3,0,4,11)
C3M0Y4K11 
(3%,0%,4%,11%)
(0.03/0.00/0.04/0.11)	

CMYK percentages

%2.64
%0
%4.41
%10.98

Codes

Color #DDE3D9 in popluar color models

DDE3D9
RGB221227217
HSL96°15.15%87.06%
HSB/HSV96°4.41%89.02%
CMYK2.64%0.00%4.41%
10.98%

Color #DDE3D9 in popluar number systems.

HEXDDE3D9
Decimal221227217
Binary110111011110001111011001
Octal335343331

Shades and tints

Shades of #DDE3D9

#DDE3D9
(221,227,217)
#C9CFC6
(201,207,198)
#B5BBB3
(181,187,179)
#A1A7A0
(161,167,160)
#8D938D
(141,147,141)
#797F7A
(121,127,122)
#656B67
(101,107,103)
#515754
(81,87,84)
#3D4341
(61,67,65)
#292F2E
(41,47,46)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #DDE3D9

#DDE3D9
(221,227,217)
#E0E5DC
(224,229,220)
#E3E7DF
(227,231,223)
#E6E9E2
(230,233,226)
#E9EBE5
(233,235,229)
#ECEDE8
(236,237,232)
#EFEFEB
(239,239,235)
#F2F1EE
(242,241,238)
#F5F3F1
(245,243,241)
#F8F5F4
(248,245,244)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3D9; }

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

This text font color is #DDE3D9.


Background Color

.myBgColor { background-color: #DDE3D9; }

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

This div background color is #DDE3D9.


Border color

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

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

This div border color is #DDE3D9.


Opacity

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

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

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

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

This text has shadow with #DDE3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE3D9 on black background.


Color preview on white background

This text has color #DDE3D9 on white background.



Black color preview on #DDE3D9 background

This text has black color on #DDE3D9 background.


White color preview on #DDE3D9 background

This text has white color on #DDE3D9 background.