COLOR #DDE5E8

HEX: #DDE5E8
RGB: (221,229,232)

Color info

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

RGB color model

#DDE5E8 color RGB value is (221,229,232).

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

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 232 of 255 = 91%

221
229
232

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

Portions of RGB colors in percentages

R + G + B =
221 + 229 + 232 = 682 (100%)
R 221 of 682 ~ 32.4%
G 229 of 682 ~ 33.58%
B 232 of 682 ~ 34.02%

%32.4
%33.58
%34.02

CMYK color model

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

  • cyan value is 4.74%
  • magenta value is 1.29%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(5,1,0,9)
C5M1Y0K9 
(5%,1%,0%,9%)
(0.05/0.01/0.00/0.09)	

CMYK percentages

%4.74
%1.29
%0
%9.02

Codes

Color #DDE5E8 in popluar color models

DDE5E8
RGB221229232
HSL196°19.30%88.82%
HSB/HSV196°4.74%90.98%
CMYK4.74%1.29%0.00%
9.02%

Color #DDE5E8 in popluar number systems.

HEXDDE5E8
Decimal221229232
Binary110111011110010111101000
Octal335345350

Shades and tints

Shades of #DDE5E8

#DDE5E8
(221,229,232)
#C9D1D3
(201,209,211)
#B5BDBE
(181,189,190)
#A1A9A9
(161,169,169)
#8D9594
(141,149,148)
#79817F
(121,129,127)
#656D6A
(101,109,106)
#515955
(81,89,85)
#3D4540
(61,69,64)
#29312B
(41,49,43)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #DDE5E8

#DDE5E8
(221,229,232)
#E0E7EA
(224,231,234)
#E3E9EC
(227,233,236)
#E6EBEE
(230,235,238)
#E9EDF0
(233,237,240)
#ECEFF2
(236,239,242)
#EFF1F4
(239,241,244)
#F2F3F6
(242,243,246)
#F5F5F8
(245,245,248)
#F8F7FA
(248,247,250)
#FBF9FC
(251,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE5E8; }

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

This text font color is #DDE5E8.


Background Color

.myBgColor { background-color: #DDE5E8; }

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

This div background color is #DDE5E8.


Border color

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

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

This div border color is #DDE5E8.


Opacity

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

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

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

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

This text has shadow with #DDE5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE5E8 on black background.


Color preview on white background

This text has color #DDE5E8 on white background.



Black color preview on #DDE5E8 background

This text has black color on #DDE5E8 background.


White color preview on #DDE5E8 background

This text has white color on #DDE5E8 background.