COLOR #DEDCC8

HEX: #DEDCC8
RGB: (222,220,200)

Color info

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

RGB color model

#DEDCC8 color RGB value is (222,220,200).

  • red value is 222;
  • green value is 220;
  • blue value is 200.
RGB:
(222,220,200)
(87%,86%,78%)

RGB channels and saturation

R 222 of 255 = 87%
G 220 of 255 = 86%
B 200 of 255 = 78%

222
220
200

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

Portions of RGB colors in percentages

R + G + B =
222 + 220 + 200 = 642 (100%)
R 222 of 642 ~ 34.58%
G 220 of 642 ~ 34.27%
B 200 of 642 ~ 31.15%

%34.58
%34.27
%31.15

CMYK color model

#DEDCC8 color CMYK value is (0,1,10,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 9.91%
  • key color value is 12.94%
CMYK:
(0,1,10,13)
C0M1Y10K13 
(0%,1%,10%,13%)
(0.00/0.01/0.10/0.13)	

CMYK percentages

%0
%0.9
%9.91
%12.94

Codes

Color #DEDCC8 in popluar color models

DEDCC8
RGB222220200
HSL55°25.00%82.75%
HSB/HSV55°9.91%87.06%
CMYK0.00%0.90%9.91%
12.94%

Color #DEDCC8 in popluar number systems.

HEXDEDCC8
Decimal222220200
Binary110111101101110011001000
Octal336334310

Shades and tints

Shades of #DEDCC8

#DEDCC8
(222,220,200)
#CAC8B6
(202,200,182)
#B6B4A4
(182,180,164)
#A2A092
(162,160,146)
#8E8C80
(142,140,128)
#7A786E
(122,120,110)
#66645C
(102,100,92)
#52504A
(82,80,74)
#3E3C38
(62,60,56)
#2A2826
(42,40,38)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #DEDCC8

#DEDCC8
(222,220,200)
#E1DFCD
(225,223,205)
#E4E2D2
(228,226,210)
#E7E5D7
(231,229,215)
#EAE8DC
(234,232,220)
#EDEBE1
(237,235,225)
#F0EEE6
(240,238,230)
#F3F1EB
(243,241,235)
#F6F4F0
(246,244,240)
#F9F7F5
(249,247,245)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDCC8 color. Also use rgb(222,220,200) instead hex code.

Text Font Color

.myTextColor { color: #DEDCC8; }

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

This text font color is #DEDCC8.


Background Color

.myBgColor { background-color: #DEDCC8; }

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

This div background color is #DEDCC8.


Border color

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

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

This div border color is #DEDCC8.


Opacity

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

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

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

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

This text has shadow with #DEDCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDCC8 on black background.


Color preview on white background

This text has color #DEDCC8 on white background.



Black color preview on #DEDCC8 background

This text has black color on #DEDCC8 background.


White color preview on #DEDCC8 background

This text has white color on #DEDCC8 background.