COLOR #DED6CC

HEX: #DED6CC
RGB: (222,214,204)

Color info

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

RGB color model

#DED6CC color RGB value is (222,214,204).

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

RGB channels and saturation

R 222 of 255 = 87%
G 214 of 255 = 84%
B 204 of 255 = 80%

222
214
204

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

Portions of RGB colors in percentages

R + G + B =
222 + 214 + 204 = 640 (100%)
R 222 of 640 ~ 34.69%
G 214 of 640 ~ 33.44%
B 204 of 640 ~ 31.88%

%34.69
%33.44
%31.88

CMYK color model

#DED6CC color CMYK value is (0,4,8,13).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 8.11%
  • key color value is 12.94%
CMYK:
(0,4,8,13)
C0M4Y8K13 
(0%,4%,8%,13%)
(0.00/0.04/0.08/0.13)	

CMYK percentages

%0
%3.6
%8.11
%12.94

Codes

Color #DED6CC in popluar color models

DED6CC
RGB222214204
HSL33°21.43%83.53%
HSB/HSV33°8.11%87.06%
CMYK0.00%3.60%8.11%
12.94%

Color #DED6CC in popluar number systems.

HEXDED6CC
Decimal222214204
Binary110111101101011011001100
Octal336326314

Shades and tints

Shades of #DED6CC

#DED6CC
(222,214,204)
#CAC3BA
(202,195,186)
#B6B0A8
(182,176,168)
#A29D96
(162,157,150)
#8E8A84
(142,138,132)
#7A7772
(122,119,114)
#666460
(102,100,96)
#52514E
(82,81,78)
#3E3E3C
(62,62,60)
#2A2B2A
(42,43,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #DED6CC

#DED6CC
(222,214,204)
#E1D9D0
(225,217,208)
#E4DCD4
(228,220,212)
#E7DFD8
(231,223,216)
#EAE2DC
(234,226,220)
#EDE5E0
(237,229,224)
#F0E8E4
(240,232,228)
#F3EBE8
(243,235,232)
#F6EEEC
(246,238,236)
#F9F1F0
(249,241,240)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED6CC; }

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

This text font color is #DED6CC.


Background Color

.myBgColor { background-color: #DED6CC; }

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

This div background color is #DED6CC.


Border color

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

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

This div border color is #DED6CC.


Opacity

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

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

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

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

This text has shadow with #DED6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED6CC on black background.


Color preview on white background

This text has color #DED6CC on white background.



Black color preview on #DED6CC background

This text has black color on #DED6CC background.


White color preview on #DED6CC background

This text has white color on #DED6CC background.