COLOR #DDE1E7

HEX: #DDE1E7 RGB: (221,225,231)

Color info

#DDE1E7 contains red, green and blue colors in about the same proportion. Web safe color of #DDE1E7 is #CCCCFF (or #CCF).

RGB color model

#DDE1E7 color RGB value is (221,225,231).

RGB: (221,225,231) (87%, 88%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 231 of 255 = 91%

221
225
231

R + G + B ~ 89%. #DDE1E7 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 225 + 231 = 677 (100%)
R 221 of 677 ~ 32.64%
G 225 of 677 ~ 33.23%
B 231 of 677 ~ 34.12'%

%32.64
%33.23
%34.12

CMYK color model

#DDE1E7 color CMYK value is (4,3,0,9).

  • cyan value is 4.33%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (4,3,0,9)
C4M3Y0K9 (4%, 3%, 0%, 9%)
(0.04 / 0.03 / 0.00 / 0.09)

CMYK percentages

%4.33
%2.6
%0
%9.41

Codes

Color #DDE1E7 in popluar color models

DD E1 E7
RGB 221 225 231
HSL 216° 17.24% 88.63%
HSB/HSV 216° 4.33% 90.59%
CMYK 4.33% 2.60% 0.00%
9.41%

Color #DDE1E7 in popluar number systems.

HEX DD E1 E7
Decimal 221 225 231
Binary 11011101 11100001 11100111
Octal 335 341 347

Shades and tints

Shades of #DDE1E7

#DDE1E7
(221,225,231)
#C9CDD2
(201,205,210)
#B5B9BD
(181,185,189)
#A1A5A8
(161,165,168)
#8D9193
(141,145,147)
#797D7E
(121,125,126)
#656969
(101,105,105)
#515554
(81,85,84)
#3D413F
(61,65,63)
#292D2A
(41,45,42)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDE1E7

#DDE1E7
(221,225,231)
#E0E3E9
(224,227,233)
#E3E5EB
(227,229,235)
#E6E7ED
(230,231,237)
#E9E9EF
(233,233,239)
#ECEBF1
(236,235,241)
#EFEDF3
(239,237,243)
#F2EFF5
(242,239,245)
#F5F1F7
(245,241,247)
#F8F3F9
(248,243,249)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1E7; }

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

This text font color is #DDE1E7.

Background Color

.myBgColor { background-color: #DDE1E7; }

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

This div background color is #DDE1E7.

Border color

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

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

This div border color is #DDE1E7.

Opacity

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

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

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

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

This text has shadow with #DDE1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE1E7.

Preview

Color preview on black background

This text has color #DDE1E7 on black background.


Color preview on white background

This text has color #DDE1E7 on white background.


Black color preview on #DDE1E7 background

This text has black color on #DDE1E7 background.


White color preview on #DDE1E7 background

This text has white color on #DDE1E7 background.


Related colors

Complementary color

Complementary color for #hex is #221E18.


I love getcolorcode.com

Triadic colors

1 #E7DDE1 and #E1E7DD with #DDE1E7 are triadic colors.

2 #E7E1DD and #E1DDE7 with #DDE1E7 are triadic colors.