COLOR #DFDDE3

HEX: #DFDDE3
RGB: (223,221,227)

Color info

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

RGB color model

#DFDDE3 color RGB value is (223,221,227).

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

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 227 of 255 = 89%

223
221
227

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

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 227 = 671 (100%)
R 223 of 671 ~ 33.23%
G 221 of 671 ~ 32.94%
B 227 of 671 ~ 33.83%

%33.23
%32.94
%33.83

CMYK color model

#DFDDE3 color CMYK value is (2,3,0,11).

  • cyan value is 1.76%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,3,0,11)
C2M3Y0K11 
(2%,3%,0%,11%)
(0.02/0.03/0.00/0.11)	

CMYK percentages

%1.76
%2.64
%0
%10.98

Codes

Color #DFDDE3 in popluar color models

DFDDE3
RGB223221227
HSL260°9.68%87.84%
HSB/HSV260°2.64%89.02%
CMYK1.76%2.64%0.00%
10.98%

Color #DFDDE3 in popluar number systems.

HEXDFDDE3
Decimal223221227
Binary110111111101110111100011
Octal337335343

Shades and tints

Shades of #DFDDE3

#DFDDE3
(223,221,227)
#CBC9CF
(203,201,207)
#B7B5BB
(183,181,187)
#A3A1A7
(163,161,167)
#8F8D93
(143,141,147)
#7B797F
(123,121,127)
#67656B
(103,101,107)
#535157
(83,81,87)
#3F3D43
(63,61,67)
#2B292F
(43,41,47)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #DFDDE3

#DFDDE3
(223,221,227)
#E1E0E5
(225,224,229)
#E3E3E7
(227,227,231)
#E5E6E9
(229,230,233)
#E7E9EB
(231,233,235)
#E9ECED
(233,236,237)
#EBEFEF
(235,239,239)
#EDF2F1
(237,242,241)
#EFF5F3
(239,245,243)
#F1F8F5
(241,248,245)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDE3; }

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

This text font color is #DFDDE3.


Background Color

.myBgColor { background-color: #DFDDE3; }

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

This div background color is #DFDDE3.


Border color

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

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

This div border color is #DFDDE3.


Opacity

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

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

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

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

This text has shadow with #DFDDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDE3 on black background.


Color preview on white background

This text has color #DFDDE3 on white background.



Black color preview on #DFDDE3 background

This text has black color on #DFDDE3 background.


White color preview on #DFDDE3 background

This text has white color on #DFDDE3 background.