COLOR #DFDCCC

HEX: #DFDCCC RGB: (223,220,204)

Color info

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

RGB color model

#DFDCCC color RGB value is (223,220,204).

RGB: (223,220,204) (87%, 86%, 80%)

RGB channels and saturation

R 223 of 255 = 87%
G 220 of 255 = 86%
B 204 of 255 = 80%

223
220
204

R + G + B ~ 84%. #DFDCCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 220 + 204 = 647 (100%)
R 223 of 647 ~ 34.47%
G 220 of 647 ~ 34%
B 204 of 647 ~ 31.53'%

%34.47
%34
%31.53

CMYK color model

#DFDCCC color CMYK value is (0,1,9,13).

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

CMYK: (0,1,9,13)
C0M1Y9K13 (0%, 1%, 9%, 13%)
(0.00 / 0.01 / 0.09 / 0.13)

CMYK percentages

%0
%1.35
%8.52
%12.55

Codes

Color #DFDCCC in popluar color models

DF DC CC
RGB 223 220 204
HSL 51° 22.89% 83.73%
HSB/HSV 51° 8.52% 87.45%
CMYK 0.00% 1.35% 8.52%
12.55%

Color #DFDCCC in popluar number systems.

HEX DF DC CC
Decimal 223 220 204
Binary 11011111 11011100 11001100
Octal 337 334 314

Shades and tints

Shades of #DFDCCC

#DFDCCC
(223,220,204)
#CBC8BA
(203,200,186)
#B7B4A8
(183,180,168)
#A3A096
(163,160,150)
#8F8C84
(143,140,132)
#7B7872
(123,120,114)
#676460
(103,100,96)
#53504E
(83,80,78)
#3F3C3C
(63,60,60)
#2B282A
(43,40,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #DFDCCC

#DFDCCC
(223,220,204)
#E1DFD0
(225,223,208)
#E3E2D4
(227,226,212)
#E5E5D8
(229,229,216)
#E7E8DC
(231,232,220)
#E9EBE0
(233,235,224)
#EBEEE4
(235,238,228)
#EDF1E8
(237,241,232)
#EFF4EC
(239,244,236)
#F1F7F0
(241,247,240)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDCCC; }

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

This text font color is #DFDCCC.

Background Color

.myBgColor { background-color: #DFDCCC; }

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

This div background color is #DFDCCC.

Border color

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

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

This div border color is #DFDCCC.

Opacity

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

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

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

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

This text has shadow with #DFDCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDCCC.

Preview

Color preview on black background

This text has color #DFDCCC on black background.


Color preview on white background

This text has color #DFDCCC on white background.


Black color preview on #DFDCCC background

This text has black color on #DFDCCC background.


White color preview on #DFDCCC background

This text has white color on #DFDCCC background.


Related colors

Complementary color

Complementary color for #hex is #202333.


I love getcolorcode.com

Triadic colors

1 #CCDFDC and #DCCCDF with #DFDCCC are triadic colors.

2 #CCDCDF and #DCDFCC with #DFDCCC are triadic colors.