COLOR #DFD4DC

HEX: #DFD4DC RGB: (223,212,220)

Color info

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

RGB color model

#DFD4DC color RGB value is (223,212,220).

RGB: (223,212,220) (87%, 83%, 86%)

RGB channels and saturation

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

223
212
220

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

Portions of RGB colors in percentages

R + G + B = 223 + 212 + 220 = 655 (100%)
R 223 of 655 ~ 34.05%
G 212 of 655 ~ 32.37%
B 220 of 655 ~ 33.59'%

%34.05
%32.37
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.93%
  • 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
%4.93
%1.35
%12.55

Codes

Color #DFD4DC in popluar color models

DF D4 DC
RGB 223 212 220
HSL 316° 14.67% 85.29%
HSB/HSV 316° 4.93% 87.45%
CMYK 0.00% 4.93% 1.35%
12.55%

Color #DFD4DC in popluar number systems.

HEX DF D4 DC
Decimal 223 212 220
Binary 11011111 11010100 11011100
Octal 337 324 334

Shades and tints

Shades of #DFD4DC

#DFD4DC
(223,212,220)
#CBC1C8
(203,193,200)
#B7AEB4
(183,174,180)
#A39BA0
(163,155,160)
#8F888C
(143,136,140)
#7B7578
(123,117,120)
#676264
(103,98,100)
#534F50
(83,79,80)
#3F3C3C
(63,60,60)
#2B2928
(43,41,40)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #DFD4DC

#DFD4DC
(223,212,220)
#E1D7DF
(225,215,223)
#E3DAE2
(227,218,226)
#E5DDE5
(229,221,229)
#E7E0E8
(231,224,232)
#E9E3EB
(233,227,235)
#EBE6EE
(235,230,238)
#EDE9F1
(237,233,241)
#EFECF4
(239,236,244)
#F1EFF7
(241,239,247)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD4DC; }

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

This text font color is #DFD4DC.

Background Color

.myBgColor { background-color: #DFD4DC; }

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

This div background color is #DFD4DC.

Border color

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

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

This div border color is #DFD4DC.

Opacity

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

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

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

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

This text has shadow with #DFD4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD4DC.

Preview

Color preview on black background

This text has color #DFD4DC on black background.


Color preview on white background

This text has color #DFD4DC on white background.


Black color preview on #DFD4DC background

This text has black color on #DFD4DC background.


White color preview on #DFD4DC background

This text has white color on #DFD4DC background.


Related colors

Complementary color

Complementary color for #hex is #202B23.


I love getcolorcode.com

Triadic colors

1 #DCDFD4 and #D4DCDF with #DFD4DC are triadic colors.

2 #DCD4DF and #D4DFDC with #DFD4DC are triadic colors.