COLOR #DDE1DC

HEX: #DDE1DC RGB: (221,225,220)

Color info

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

RGB color model

#DDE1DC color RGB value is (221,225,220).

RGB: (221,225,220) (87%, 88%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 220 of 255 = 86%

221
225
220

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

Portions of RGB colors in percentages

R + G + B = 221 + 225 + 220 = 666 (100%)
R 221 of 666 ~ 33.18%
G 225 of 666 ~ 33.78%
B 220 of 666 ~ 33.03'%

%33.18
%33.78
%33.03

CMYK color model

#DDE1DC color CMYK value is (2,0,2,12).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%

CMYK: (2,0,2,12)
C2M0Y2K12 (2%, 0%, 2%, 12%)
(0.02 / 0.00 / 0.02 / 0.12)

CMYK percentages

%1.78
%0
%2.22
%11.76

Codes

Color #DDE1DC in popluar color models

DD E1 DC
RGB 221 225 220
HSL 108° 7.69% 87.25%
HSB/HSV 108° 2.22% 88.24%
CMYK 1.78% 0.00% 2.22%
11.76%

Color #DDE1DC in popluar number systems.

HEX DD E1 DC
Decimal 221 225 220
Binary 11011101 11100001 11011100
Octal 335 341 334

Shades and tints

Shades of #DDE1DC

#DDE1DC
(221,225,220)
#C9CDC8
(201,205,200)
#B5B9B4
(181,185,180)
#A1A5A0
(161,165,160)
#8D918C
(141,145,140)
#797D78
(121,125,120)
#656964
(101,105,100)
#515550
(81,85,80)
#3D413C
(61,65,60)
#292D28
(41,45,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #DDE1DC

#DDE1DC
(221,225,220)
#E0E3DF
(224,227,223)
#E3E5E2
(227,229,226)
#E6E7E5
(230,231,229)
#E9E9E8
(233,233,232)
#ECEBEB
(236,235,235)
#EFEDEE
(239,237,238)
#F2EFF1
(242,239,241)
#F5F1F4
(245,241,244)
#F8F3F7
(248,243,247)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1DC; }

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

This text font color is #DDE1DC.

Background Color

.myBgColor { background-color: #DDE1DC; }

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

This div background color is #DDE1DC.

Border color

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

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

This div border color is #DDE1DC.

Opacity

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

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

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

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

This text has shadow with #DDE1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE1DC.

Preview

Color preview on black background

This text has color #DDE1DC on black background.


Color preview on white background

This text has color #DDE1DC on white background.


Black color preview on #DDE1DC background

This text has black color on #DDE1DC background.


White color preview on #DDE1DC background

This text has white color on #DDE1DC background.


Related colors

Complementary color

Complementary color for #hex is #221E23.


I love getcolorcode.com

Triadic colors

1 #DCDDE1 and #E1DCDD with #DDE1DC are triadic colors.

2 #DCE1DD and #E1DDDC with #DDE1DC are triadic colors.