COLOR #DDE3DC

HEX: #DDE3DC
RGB: (221,227,220)

Color info

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

RGB color model

#DDE3DC color RGB value is (221,227,220).

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

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 220 of 255 = 86%

221
227
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 220 = 668 (100%)
R 221 of 668 ~ 33.08%
G 227 of 668 ~ 33.98%
B 220 of 668 ~ 32.93%

%33.08
%33.98
%32.93

CMYK color model

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

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(3,0,3,11)
C3M0Y3K11 
(3%,0%,3%,11%)
(0.03/0.00/0.03/0.11)	

CMYK percentages

%2.64
%0
%3.08
%10.98

Codes

Color #DDE3DC in popluar color models

DDE3DC
RGB221227220
HSL111°11.11%87.65%
HSB/HSV111°3.08%89.02%
CMYK2.64%0.00%3.08%
10.98%

Color #DDE3DC in popluar number systems.

HEXDDE3DC
Decimal221227220
Binary110111011110001111011100
Octal335343334

Shades and tints

Shades of #DDE3DC

#DDE3DC
(221,227,220)
#C9CFC8
(201,207,200)
#B5BBB4
(181,187,180)
#A1A7A0
(161,167,160)
#8D938C
(141,147,140)
#797F78
(121,127,120)
#656B64
(101,107,100)
#515750
(81,87,80)
#3D433C
(61,67,60)
#292F28
(41,47,40)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDE3DC

#DDE3DC
(221,227,220)
#E0E5DF
(224,229,223)
#E3E7E2
(227,231,226)
#E6E9E5
(230,233,229)
#E9EBE8
(233,235,232)
#ECEDEB
(236,237,235)
#EFEFEE
(239,239,238)
#F2F1F1
(242,241,241)
#F5F3F4
(245,243,244)
#F8F5F7
(248,245,247)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3DC; }

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

This text font color is #DDE3DC.


Background Color

.myBgColor { background-color: #DDE3DC; }

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

This div background color is #DDE3DC.


Border color

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

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

This div border color is #DDE3DC.


Opacity

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

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

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

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

This text has shadow with #DDE3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE3DC on black background.


Color preview on white background

This text has color #DDE3DC on white background.



Black color preview on #DDE3DC background

This text has black color on #DDE3DC background.


White color preview on #DDE3DC background

This text has white color on #DDE3DC background.