COLOR #DDDFE1

HEX: #DDDFE1
RGB: (221,223,225)

Color info

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

RGB color model

#DDDFE1 color RGB value is (221,223,225).

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

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 225 of 255 = 88%

221
223
225

R + G + B ~ 87%. #DDDFE1 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 223 + 225 = 669 (100%)
R 221 of 669 ~ 33.03%
G 223 of 669 ~ 33.33%
B 225 of 669 ~ 33.63%

%33.03
%33.33
%33.63

CMYK color model

#DDDFE1 color CMYK value is (2,1,0,12).

  • cyan value is 1.78%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,1,0,12)
C2M1Y0K12 
(2%,1%,0%,12%)
(0.02/0.01/0.00/0.12)	

CMYK percentages

%1.78
%0.89
%0
%11.76

Codes

Color #DDDFE1 in popluar color models

DDDFE1
RGB221223225
HSL210°6.25%87.45%
HSB/HSV210°1.78%88.24%
CMYK1.78%0.89%0.00%
11.76%

Color #DDDFE1 in popluar number systems.

HEXDDDFE1
Decimal221223225
Binary110111011101111111100001
Octal335337341

Shades and tints

Shades of #DDDFE1

#DDDFE1
(221,223,225)
#C9CBCD
(201,203,205)
#B5B7B9
(181,183,185)
#A1A3A5
(161,163,165)
#8D8F91
(141,143,145)
#797B7D
(121,123,125)
#656769
(101,103,105)
#515355
(81,83,85)
#3D3F41
(61,63,65)
#292B2D
(41,43,45)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDDFE1

#DDDFE1
(221,223,225)
#E0E1E3
(224,225,227)
#E3E3E5
(227,227,229)
#E6E5E7
(230,229,231)
#E9E7E9
(233,231,233)
#ECE9EB
(236,233,235)
#EFEBED
(239,235,237)
#F2EDEF
(242,237,239)
#F5EFF1
(245,239,241)
#F8F1F3
(248,241,243)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFE1; }

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

This text font color is #DDDFE1.


Background Color

.myBgColor { background-color: #DDDFE1; }

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

This div background color is #DDDFE1.


Border color

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

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

This div border color is #DDDFE1.


Opacity

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

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

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

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

This text has shadow with #DDDFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDFE1 on black background.


Color preview on white background

This text has color #DDDFE1 on white background.



Black color preview on #DDDFE1 background

This text has black color on #DDDFE1 background.


White color preview on #DDDFE1 background

This text has white color on #DDDFE1 background.