COLOR #DFDCE5

HEX: #DFDCE5
RGB: (223,220,229)

Color info

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

RGB color model

#DFDCE5 color RGB value is (223,220,229).

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

RGB channels and saturation

R 223 of 255 = 87%
G 220 of 255 = 86%
B 229 of 255 = 90%

223
220
229

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

Portions of RGB colors in percentages

R + G + B =
223 + 220 + 229 = 672 (100%)
R 223 of 672 ~ 33.18%
G 220 of 672 ~ 32.74%
B 229 of 672 ~ 34.08%

%33.18
%32.74
%34.08

CMYK color model

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

  • cyan value is 2.62%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,4,0,10)
C3M4Y0K10 
(3%,4%,0%,10%)
(0.03/0.04/0.00/0.10)	

CMYK percentages

%2.62
%3.93
%0
%10.2

Codes

Color #DFDCE5 in popluar color models

DFDCE5
RGB223220229
HSL260°14.75%88.04%
HSB/HSV260°3.93%89.80%
CMYK2.62%3.93%0.00%
10.20%

Color #DFDCE5 in popluar number systems.

HEXDFDCE5
Decimal223220229
Binary110111111101110011100101
Octal337334345

Shades and tints

Shades of #DFDCE5

#DFDCE5
(223,220,229)
#CBC8D1
(203,200,209)
#B7B4BD
(183,180,189)
#A3A0A9
(163,160,169)
#8F8C95
(143,140,149)
#7B7881
(123,120,129)
#67646D
(103,100,109)
#535059
(83,80,89)
#3F3C45
(63,60,69)
#2B2831
(43,40,49)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #DFDCE5

#DFDCE5
(223,220,229)
#E1DFE7
(225,223,231)
#E3E2E9
(227,226,233)
#E5E5EB
(229,229,235)
#E7E8ED
(231,232,237)
#E9EBEF
(233,235,239)
#EBEEF1
(235,238,241)
#EDF1F3
(237,241,243)
#EFF4F5
(239,244,245)
#F1F7F7
(241,247,247)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDCE5; }

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

This text font color is #DFDCE5.


Background Color

.myBgColor { background-color: #DFDCE5; }

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

This div background color is #DFDCE5.


Border color

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

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

This div border color is #DFDCE5.


Opacity

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

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

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

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

This text has shadow with #DFDCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDCE5 on black background.


Color preview on white background

This text has color #DFDCE5 on white background.



Black color preview on #DFDCE5 background

This text has black color on #DFDCE5 background.


White color preview on #DFDCE5 background

This text has white color on #DFDCE5 background.