COLOR #DDE8E7

HEX: #DDE8E7
RGB: (221,232,231)

Color info

#DDE8E7 contains red, green and blue colors in about the same proportion. Web safe color of #DDE8E7 is #CCFFFF (or #CFF).

RGB color model

#DDE8E7 color RGB value is (221,232,231).

  • red value is 221;
  • green value is 232;
  • blue value is 231.
RGB:
(221,232,231)
(87%,91%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 231 of 255 = 91%

221
232
231

R + G + B ~ 90%. #DDE8E7 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 232 + 231 = 684 (100%)
R 221 of 684 ~ 32.31%
G 232 of 684 ~ 33.92%
B 231 of 684 ~ 33.77%

%32.31
%33.92
%33.77

CMYK color model

#DDE8E7 color CMYK value is (5,0,0,9).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.02%
CMYK:
(5,0,0,9)
C5M0Y0K9 
(5%,0%,0%,9%)
(0.05/0.00/0.00/0.09)	

CMYK percentages

%4.74
%0
%0.43
%9.02

Codes

Color #DDE8E7 in popluar color models

DDE8E7
RGB221232231
HSL175°19.30%88.82%
HSB/HSV175°4.74%90.98%
CMYK4.74%0.00%0.43%
9.02%

Color #DDE8E7 in popluar number systems.

HEXDDE8E7
Decimal221232231
Binary110111011110100011100111
Octal335350347

Shades and tints

Shades of #DDE8E7

#DDE8E7
(221,232,231)
#C9D3D2
(201,211,210)
#B5BEBD
(181,190,189)
#A1A9A8
(161,169,168)
#8D9493
(141,148,147)
#797F7E
(121,127,126)
#656A69
(101,106,105)
#515554
(81,85,84)
#3D403F
(61,64,63)
#292B2A
(41,43,42)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #DDE8E7

#DDE8E7
(221,232,231)
#E0EAE9
(224,234,233)
#E3ECEB
(227,236,235)
#E6EEED
(230,238,237)
#E9F0EF
(233,240,239)
#ECF2F1
(236,242,241)
#EFF4F3
(239,244,243)
#F2F6F5
(242,246,245)
#F5F8F7
(245,248,247)
#F8FAF9
(248,250,249)
#FBFCFB
(251,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE8E7; }

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

This text font color is #DDE8E7.


Background Color

.myBgColor { background-color: #DDE8E7; }

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

This div background color is #DDE8E7.


Border color

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

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

This div border color is #DDE8E7.


Opacity

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

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

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

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

This text has shadow with #DDE8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE8E7 on black background.


Color preview on white background

This text has color #DDE8E7 on white background.



Black color preview on #DDE8E7 background

This text has black color on #DDE8E7 background.


White color preview on #DDE8E7 background

This text has white color on #DDE8E7 background.