COLOR #DFDDE7

HEX: #DFDDE7
RGB: (223,221,231)

Color info

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

RGB color model

#DFDDE7 color RGB value is (223,221,231).

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

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 231 of 255 = 91%

223
221
231

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

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 231 = 675 (100%)
R 223 of 675 ~ 33.04%
G 221 of 675 ~ 32.74%
B 231 of 675 ~ 34.22%

%33.04
%32.74
%34.22

CMYK color model

#DFDDE7 color CMYK value is (3,4,0,9).

  • cyan value is 3.46%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(3,4,0,9)
C3M4Y0K9 
(3%,4%,0%,9%)
(0.03/0.04/0.00/0.09)	

CMYK percentages

%3.46
%4.33
%0
%9.41

Codes

Color #DFDDE7 in popluar color models

DFDDE7
RGB223221231
HSL252°17.24%88.63%
HSB/HSV252°4.33%90.59%
CMYK3.46%4.33%0.00%
9.41%

Color #DFDDE7 in popluar number systems.

HEXDFDDE7
Decimal223221231
Binary110111111101110111100111
Octal337335347

Shades and tints

Shades of #DFDDE7

#DFDDE7
(223,221,231)
#CBC9D2
(203,201,210)
#B7B5BD
(183,181,189)
#A3A1A8
(163,161,168)
#8F8D93
(143,141,147)
#7B797E
(123,121,126)
#676569
(103,101,105)
#535154
(83,81,84)
#3F3D3F
(63,61,63)
#2B292A
(43,41,42)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #DFDDE7

#DFDDE7
(223,221,231)
#E1E0E9
(225,224,233)
#E3E3EB
(227,227,235)
#E5E6ED
(229,230,237)
#E7E9EF
(231,233,239)
#E9ECF1
(233,236,241)
#EBEFF3
(235,239,243)
#EDF2F5
(237,242,245)
#EFF5F7
(239,245,247)
#F1F8F9
(241,248,249)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDE7; }

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

This text font color is #DFDDE7.


Background Color

.myBgColor { background-color: #DFDDE7; }

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

This div background color is #DFDDE7.


Border color

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

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

This div border color is #DFDDE7.


Opacity

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

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

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

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

This text has shadow with #DFDDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDE7 on black background.


Color preview on white background

This text has color #DFDDE7 on white background.



Black color preview on #DFDDE7 background

This text has black color on #DFDDE7 background.


White color preview on #DFDDE7 background

This text has white color on #DFDDE7 background.