COLOR #DED8CC

HEX: #DED8CC
RGB: (222,216,204)

Color info

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

RGB color model

#DED8CC color RGB value is (222,216,204).

  • red value is 222;
  • green value is 216;
  • blue value is 204.
RGB:
(222,216,204)
(87%,85%,80%)

RGB channels and saturation

R 222 of 255 = 87%
G 216 of 255 = 85%
B 204 of 255 = 80%

222
216
204

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

Portions of RGB colors in percentages

R + G + B =
222 + 216 + 204 = 642 (100%)
R 222 of 642 ~ 34.58%
G 216 of 642 ~ 33.64%
B 204 of 642 ~ 31.78%

%34.58
%33.64
%31.78

CMYK color model

#DED8CC color CMYK value is (0,3,8,13).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 8.11%
  • key color value is 12.94%
CMYK:
(0,3,8,13)
C0M3Y8K13 
(0%,3%,8%,13%)
(0.00/0.03/0.08/0.13)	

CMYK percentages

%0
%2.7
%8.11
%12.94

Codes

Color #DED8CC in popluar color models

DED8CC
RGB222216204
HSL40°21.43%83.53%
HSB/HSV40°8.11%87.06%
CMYK0.00%2.70%8.11%
12.94%

Color #DED8CC in popluar number systems.

HEXDED8CC
Decimal222216204
Binary110111101101100011001100
Octal336330314

Shades and tints

Shades of #DED8CC

#DED8CC
(222,216,204)
#CAC5BA
(202,197,186)
#B6B2A8
(182,178,168)
#A29F96
(162,159,150)
#8E8C84
(142,140,132)
#7A7972
(122,121,114)
#666660
(102,102,96)
#52534E
(82,83,78)
#3E403C
(62,64,60)
#2A2D2A
(42,45,42)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #DED8CC

#DED8CC
(222,216,204)
#E1DBD0
(225,219,208)
#E4DED4
(228,222,212)
#E7E1D8
(231,225,216)
#EAE4DC
(234,228,220)
#EDE7E0
(237,231,224)
#F0EAE4
(240,234,228)
#F3EDE8
(243,237,232)
#F6F0EC
(246,240,236)
#F9F3F0
(249,243,240)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED8CC color. Also use rgb(222,216,204) instead hex code.

Text Font Color

.myTextColor { color: #DED8CC; }

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

This text font color is #DED8CC.


Background Color

.myBgColor { background-color: #DED8CC; }

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

This div background color is #DED8CC.


Border color

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

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

This div border color is #DED8CC.


Opacity

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

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

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

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

This text has shadow with #DED8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED8CC on black background.


Color preview on white background

This text has color #DED8CC on white background.



Black color preview on #DED8CC background

This text has black color on #DED8CC background.


White color preview on #DED8CC background

This text has white color on #DED8CC background.