COLOR #DFD3DC

HEX: #DFD3DC
RGB: (223,211,220)

Color info

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

RGB color model

#DFD3DC color RGB value is (223,211,220).

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

RGB channels and saturation

R 223 of 255 = 87%
G 211 of 255 = 83%
B 220 of 255 = 86%

223
211
220

R + G + B ~ 85%. #DFD3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 211 + 220 = 654 (100%)
R 223 of 654 ~ 34.1%
G 211 of 654 ~ 32.26%
B 220 of 654 ~ 33.64%

%34.1
%32.26
%33.64

CMYK color model

#DFD3DC color CMYK value is (0,5,1,13).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 1.35%
  • key color value is 12.55%
CMYK:
(0,5,1,13)
C0M5Y1K13 
(0%,5%,1%,13%)
(0.00/0.05/0.01/0.13)	

CMYK percentages

%0
%5.38
%1.35
%12.55

Codes

Color #DFD3DC in popluar color models

DFD3DC
RGB223211220
HSL315°15.79%85.10%
HSB/HSV315°5.38%87.45%
CMYK0.00%5.38%1.35%
12.55%

Color #DFD3DC in popluar number systems.

HEXDFD3DC
Decimal223211220
Binary110111111101001111011100
Octal337323334

Shades and tints

Shades of #DFD3DC

#DFD3DC
(223,211,220)
#CBC0C8
(203,192,200)
#B7ADB4
(183,173,180)
#A39AA0
(163,154,160)
#8F878C
(143,135,140)
#7B7478
(123,116,120)
#676164
(103,97,100)
#534E50
(83,78,80)
#3F3B3C
(63,59,60)
#2B2828
(43,40,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #DFD3DC

#DFD3DC
(223,211,220)
#E1D7DF
(225,215,223)
#E3DBE2
(227,219,226)
#E5DFE5
(229,223,229)
#E7E3E8
(231,227,232)
#E9E7EB
(233,231,235)
#EBEBEE
(235,235,238)
#EDEFF1
(237,239,241)
#EFF3F4
(239,243,244)
#F1F7F7
(241,247,247)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD3DC; }

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

This text font color is #DFD3DC.


Background Color

.myBgColor { background-color: #DFD3DC; }

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

This div background color is #DFD3DC.


Border color

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

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

This div border color is #DFD3DC.


Opacity

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

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

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

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

This text has shadow with #DFD3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD3DC on black background.


Color preview on white background

This text has color #DFD3DC on white background.



Black color preview on #DFD3DC background

This text has black color on #DFD3DC background.


White color preview on #DFD3DC background

This text has white color on #DFD3DC background.