COLOR #DEDCC5

HEX: #DEDCC5
RGB: (222,220,197)

Color info

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

RGB color model

#DEDCC5 color RGB value is (222,220,197).

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

RGB channels and saturation

R 222 of 255 = 87%
G 220 of 255 = 86%
B 197 of 255 = 77%

222
220
197

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

Portions of RGB colors in percentages

R + G + B =
222 + 220 + 197 = 639 (100%)
R 222 of 639 ~ 34.74%
G 220 of 639 ~ 34.43%
B 197 of 639 ~ 30.83%

%34.74
%34.43
%30.83

CMYK color model

#DEDCC5 color CMYK value is (0,1,11,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(0,1,11,13)
C0M1Y11K13 
(0%,1%,11%,13%)
(0.00/0.01/0.11/0.13)	

CMYK percentages

%0
%0.9
%11.26
%12.94

Codes

Color #DEDCC5 in popluar color models

DEDCC5
RGB222220197
HSL55°27.47%82.16%
HSB/HSV55°11.26%87.06%
CMYK0.00%0.90%11.26%
12.94%

Color #DEDCC5 in popluar number systems.

HEXDEDCC5
Decimal222220197
Binary110111101101110011000101
Octal336334305

Shades and tints

Shades of #DEDCC5

#DEDCC5
(222,220,197)
#CAC8B4
(202,200,180)
#B6B4A3
(182,180,163)
#A2A092
(162,160,146)
#8E8C81
(142,140,129)
#7A7870
(122,120,112)
#66645F
(102,100,95)
#52504E
(82,80,78)
#3E3C3D
(62,60,61)
#2A282C
(42,40,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #DEDCC5

#DEDCC5
(222,220,197)
#E1DFCA
(225,223,202)
#E4E2CF
(228,226,207)
#E7E5D4
(231,229,212)
#EAE8D9
(234,232,217)
#EDEBDE
(237,235,222)
#F0EEE3
(240,238,227)
#F3F1E8
(243,241,232)
#F6F4ED
(246,244,237)
#F9F7F2
(249,247,242)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDCC5; }

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

This text font color is #DEDCC5.


Background Color

.myBgColor { background-color: #DEDCC5; }

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

This div background color is #DEDCC5.


Border color

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

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

This div border color is #DEDCC5.


Opacity

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

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

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

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

This text has shadow with #DEDCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDCC5 on black background.


Color preview on white background

This text has color #DEDCC5 on white background.



Black color preview on #DEDCC5 background

This text has black color on #DEDCC5 background.


White color preview on #DEDCC5 background

This text has white color on #DEDCC5 background.