COLOR #DEDCC7

HEX: #DEDCC7
RGB: (222,220,199)

Color info

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

RGB color model

#DEDCC7 color RGB value is (222,220,199).

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

RGB channels and saturation

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

222
220
199

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

Portions of RGB colors in percentages

R + G + B =
222 + 220 + 199 = 641 (100%)
R 222 of 641 ~ 34.63%
G 220 of 641 ~ 34.32%
B 199 of 641 ~ 31.05%

%34.63
%34.32
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 10.36%
  • 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
%10.36
%12.94

Codes

Color #DEDCC7 in popluar color models

DEDCC7
RGB222220199
HSL55°25.84%82.55%
HSB/HSV55°10.36%87.06%
CMYK0.00%0.90%10.36%
12.94%

Color #DEDCC7 in popluar number systems.

HEXDEDCC7
Decimal222220199
Binary110111101101110011000111
Octal336334307

Shades and tints

Shades of #DEDCC7

#DEDCC7
(222,220,199)
#CAC8B5
(202,200,181)
#B6B4A3
(182,180,163)
#A2A091
(162,160,145)
#8E8C7F
(142,140,127)
#7A786D
(122,120,109)
#66645B
(102,100,91)
#525049
(82,80,73)
#3E3C37
(62,60,55)
#2A2825
(42,40,37)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #DEDCC7

#DEDCC7
(222,220,199)
#E1DFCC
(225,223,204)
#E4E2D1
(228,226,209)
#E7E5D6
(231,229,214)
#EAE8DB
(234,232,219)
#EDEBE0
(237,235,224)
#F0EEE5
(240,238,229)
#F3F1EA
(243,241,234)
#F6F4EF
(246,244,239)
#F9F7F4
(249,247,244)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDCC7; }

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

This text font color is #DEDCC7.


Background Color

.myBgColor { background-color: #DEDCC7; }

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

This div background color is #DEDCC7.


Border color

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

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

This div border color is #DEDCC7.


Opacity

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

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

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

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

This text has shadow with #DEDCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDCC7 on black background.


Color preview on white background

This text has color #DEDCC7 on white background.



Black color preview on #DEDCC7 background

This text has black color on #DEDCC7 background.


White color preview on #DEDCC7 background

This text has white color on #DEDCC7 background.