COLOR #DDDFE5

HEX: #DDDFE5
RGB: (221,223,229)

Color info

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

RGB color model

#DDDFE5 color RGB value is (221,223,229).

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

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 229 of 255 = 90%

221
223
229

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

Portions of RGB colors in percentages

R + G + B =
221 + 223 + 229 = 673 (100%)
R 221 of 673 ~ 32.84%
G 223 of 673 ~ 33.14%
B 229 of 673 ~ 34.03%

%32.84
%33.14
%34.03

CMYK color model

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

  • cyan value is 3.49%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,3,0,10)
C3M3Y0K10 
(3%,3%,0%,10%)
(0.03/0.03/0.00/0.10)	

CMYK percentages

%3.49
%2.62
%0
%10.2

Codes

Color #DDDFE5 in popluar color models

DDDFE5
RGB221223229
HSL225°13.33%88.24%
HSB/HSV225°3.49%89.80%
CMYK3.49%2.62%0.00%
10.20%

Color #DDDFE5 in popluar number systems.

HEXDDDFE5
Decimal221223229
Binary110111011101111111100101
Octal335337345

Shades and tints

Shades of #DDDFE5

#DDDFE5
(221,223,229)
#C9CBD1
(201,203,209)
#B5B7BD
(181,183,189)
#A1A3A9
(161,163,169)
#8D8F95
(141,143,149)
#797B81
(121,123,129)
#65676D
(101,103,109)
#515359
(81,83,89)
#3D3F45
(61,63,69)
#292B31
(41,43,49)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #DDDFE5

#DDDFE5
(221,223,229)
#E0E1E7
(224,225,231)
#E3E3E9
(227,227,233)
#E6E5EB
(230,229,235)
#E9E7ED
(233,231,237)
#ECE9EF
(236,233,239)
#EFEBF1
(239,235,241)
#F2EDF3
(242,237,243)
#F5EFF5
(245,239,245)
#F8F1F7
(248,241,247)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFE5; }

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

This text font color is #DDDFE5.


Background Color

.myBgColor { background-color: #DDDFE5; }

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

This div background color is #DDDFE5.


Border color

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

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

This div border color is #DDDFE5.


Opacity

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

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

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

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

This text has shadow with #DDDFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDFE5 on black background.


Color preview on white background

This text has color #DDDFE5 on white background.



Black color preview on #DDDFE5 background

This text has black color on #DDDFE5 background.


White color preview on #DDDFE5 background

This text has white color on #DDDFE5 background.