COLOR #DDE1E5

HEX: #DDE1E5
RGB: (221,225,229)

Color info

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

RGB color model

#DDE1E5 color RGB value is (221,225,229).

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

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 229 of 255 = 90%

221
225
229

R + G + B ~ 88%. #DDE1E5 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 225 + 229 = 675 (100%)
R 221 of 675 ~ 32.74%
G 225 of 675 ~ 33.33%
B 229 of 675 ~ 33.93%

%32.74
%33.33
%33.93

CMYK color model

#DDE1E5 color CMYK value is (3,2,0,10).

  • cyan value is 3.49%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,2,0,10)
C3M2Y0K10 
(3%,2%,0%,10%)
(0.03/0.02/0.00/0.10)	

CMYK percentages

%3.49
%1.75
%0
%10.2

Codes

Color #DDE1E5 in popluar color models

DDE1E5
RGB221225229
HSL210°13.33%88.24%
HSB/HSV210°3.49%89.80%
CMYK3.49%1.75%0.00%
10.20%

Color #DDE1E5 in popluar number systems.

HEXDDE1E5
Decimal221225229
Binary110111011110000111100101
Octal335341345

Shades and tints

Shades of #DDE1E5

#DDE1E5
(221,225,229)
#C9CDD1
(201,205,209)
#B5B9BD
(181,185,189)
#A1A5A9
(161,165,169)
#8D9195
(141,145,149)
#797D81
(121,125,129)
#65696D
(101,105,109)
#515559
(81,85,89)
#3D4145
(61,65,69)
#292D31
(41,45,49)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #DDE1E5

#DDE1E5
(221,225,229)
#E0E3E7
(224,227,231)
#E3E5E9
(227,229,233)
#E6E7EB
(230,231,235)
#E9E9ED
(233,233,237)
#ECEBEF
(236,235,239)
#EFEDF1
(239,237,241)
#F2EFF3
(242,239,243)
#F5F1F5
(245,241,245)
#F8F3F7
(248,243,247)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE1E5; }

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

This text font color is #DDE1E5.


Background Color

.myBgColor { background-color: #DDE1E5; }

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

This div background color is #DDE1E5.


Border color

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

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

This div border color is #DDE1E5.


Opacity

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

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

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

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

This text has shadow with #DDE1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE1E5 on black background.


Color preview on white background

This text has color #DDE1E5 on white background.



Black color preview on #DDE1E5 background

This text has black color on #DDE1E5 background.


White color preview on #DDE1E5 background

This text has white color on #DDE1E5 background.