COLOR #DFDDE1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

223
221
225

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

Portions of RGB colors in percentages

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

%33.33
%33.03
%33.63

CMYK color model

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

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

CMYK percentages

%0.89
%1.78
%0
%11.76

Codes

Color #DFDDE1 in popluar color models

DFDDE1
RGB223221225
HSL270°6.25%87.45%
HSB/HSV270°1.78%88.24%
CMYK0.89%1.78%0.00%
11.76%

Color #DFDDE1 in popluar number systems.

HEXDFDDE1
Decimal223221225
Binary110111111101110111100001
Octal337335341

Shades and tints

Shades of #DFDDE1

#DFDDE1
(223,221,225)
#CBC9CD
(203,201,205)
#B7B5B9
(183,181,185)
#A3A1A5
(163,161,165)
#8F8D91
(143,141,145)
#7B797D
(123,121,125)
#676569
(103,101,105)
#535155
(83,81,85)
#3F3D41
(63,61,65)
#2B292D
(43,41,45)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #DFDDE1

#DFDDE1
(223,221,225)
#E1E0E3
(225,224,227)
#E3E3E5
(227,227,229)
#E5E6E7
(229,230,231)
#E7E9E9
(231,233,233)
#E9ECEB
(233,236,235)
#EBEFED
(235,239,237)
#EDF2EF
(237,242,239)
#EFF5F1
(239,245,241)
#F1F8F3
(241,248,243)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDE1; }

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

This text font color is #DFDDE1.


Background Color

.myBgColor { background-color: #DFDDE1; }

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

This div background color is #DFDDE1.


Border color

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

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

This div border color is #DFDDE1.


Opacity

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

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

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

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

This text has shadow with #DFDDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDE1 on black background.


Color preview on white background

This text has color #DFDDE1 on white background.



Black color preview on #DFDDE1 background

This text has black color on #DFDDE1 background.


White color preview on #DFDDE1 background

This text has white color on #DFDDE1 background.