COLOR #DFD0CC

HEX: #DFD0CC RGB: (223,208,204)

Color info

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

RGB color model

#DFD0CC color RGB value is (223,208,204).

RGB: (223,208,204) (87%, 82%, 80%)

RGB channels and saturation

R 223 of 255 = 87%
G 208 of 255 = 82%
B 204 of 255 = 80%

223
208
204

R + G + B ~ 83%. #DFD0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 208 + 204 = 635 (100%)
R 223 of 635 ~ 35.12%
G 208 of 635 ~ 32.76%
B 204 of 635 ~ 32.13'%

%35.12
%32.76
%32.13

CMYK color model

#DFD0CC color CMYK value is (0,7,9,13).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 8.52%
  • key color value is 12.55%

CMYK: (0,7,9,13)
C0M7Y9K13 (0%, 7%, 9%, 13%)
(0.00 / 0.07 / 0.09 / 0.13)

CMYK percentages

%0
%6.73
%8.52
%12.55

Codes

Color #DFD0CC in popluar color models

DF D0 CC
RGB 223 208 204
HSL 13° 22.89% 83.73%
HSB/HSV 13° 8.52% 87.45%
CMYK 0.00% 6.73% 8.52%
12.55%

Color #DFD0CC in popluar number systems.

HEX DF D0 CC
Decimal 223 208 204
Binary 11011111 11010000 11001100
Octal 337 320 314

Shades and tints

Shades of #DFD0CC

#DFD0CC
(223,208,204)
#CBBEBA
(203,190,186)
#B7ACA8
(183,172,168)
#A39A96
(163,154,150)
#8F8884
(143,136,132)
#7B7672
(123,118,114)
#676460
(103,100,96)
#53524E
(83,82,78)
#3F403C
(63,64,60)
#2B2E2A
(43,46,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #DFD0CC

#DFD0CC
(223,208,204)
#E1D4D0
(225,212,208)
#E3D8D4
(227,216,212)
#E5DCD8
(229,220,216)
#E7E0DC
(231,224,220)
#E9E4E0
(233,228,224)
#EBE8E4
(235,232,228)
#EDECE8
(237,236,232)
#EFF0EC
(239,240,236)
#F1F4F0
(241,244,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD0CC color. Also use rgb(223,208,204) instead hex code.

Text Font Color

.myTextColor { color: #DFD0CC; }

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

This text font color is #DFD0CC.

Background Color

.myBgColor { background-color: #DFD0CC; }

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

This div background color is #DFD0CC.

Border color

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

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

This div border color is #DFD0CC.

Opacity

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

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

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

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

This text has shadow with #DFD0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD0CC.

Preview

Color preview on black background

This text has color #DFD0CC on black background.


Color preview on white background

This text has color #DFD0CC on white background.


Black color preview on #DFD0CC background

This text has black color on #DFD0CC background.


White color preview on #DFD0CC background

This text has white color on #DFD0CC background.


Related colors

Complementary color

Complementary color for #hex is #202F33.


I love getcolorcode.com

Triadic colors

1 #CCDFD0 and #D0CCDF with #DFD0CC are triadic colors.

2 #CCD0DF and #D0DFCC with #DFD0CC are triadic colors.