COLOR #DED9DC

HEX: #DED9DC RGB: (222,217,220)

Color info

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

RGB color model

#DED9DC color RGB value is (222,217,220).

RGB: (222,217,220) (87%, 85%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 217 of 255 = 85%
B 220 of 255 = 86%

222
217
220

R + G + B ~ 86%. #DED9DC is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 217 + 220 = 659 (100%)
R 222 of 659 ~ 33.69%
G 217 of 659 ~ 32.93%
B 220 of 659 ~ 33.38'%

%33.69
%32.93
%33.38

CMYK color model

#DED9DC color CMYK value is (0,2,1,13).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 0.90%
  • key color value is 12.94%
CMYK: (0,2,1,13) C0M2Y1K13 (0%,2%,1%,13%) (0.00/0.02/0.01/0.13) 

CMYK percentages

%0
%2.25
%0.9
%12.94

Codes

Color #DED9DC in popluar color models

DE D9 DC
RGB 222 217 220
HSL 324° 7.04% 86.08%
HSB/HSV 324° 2.25% 87.06%
CMYK 0.00% 2.25% 0.90%
12.94%

Color #DED9DC in popluar number systems.

HEX DE D9 DC
Decimal 222 217 220
Binary 11011110 11011001 11011100
Octal 336 331 334

Shades and tints

Shades of #DED9DC

#DED9DC
(222,217,220)
#CAC6C8
(202,198,200)
#B6B3B4
(182,179,180)
#A2A0A0
(162,160,160)
#8E8D8C
(142,141,140)
#7A7A78
(122,122,120)
#666764
(102,103,100)
#525450
(82,84,80)
#3E413C
(62,65,60)
#2A2E28
(42,46,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #DED9DC

#DED9DC
(222,217,220)
#E1DCDF
(225,220,223)
#E4DFE2
(228,223,226)
#E7E2E5
(231,226,229)
#EAE5E8
(234,229,232)
#EDE8EB
(237,232,235)
#F0EBEE
(240,235,238)
#F3EEF1
(243,238,241)
#F6F1F4
(246,241,244)
#F9F4F7
(249,244,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED9DC; }

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

This text font color is #DED9DC.

Background Color

.myBgColor { background-color: #DED9DC; }

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

This div background color is #DED9DC.

Border color

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

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

This div border color is #DED9DC.

Opacity

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

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

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

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

This text has shadow with #DED9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED9DC.

Preview

Color preview on black background

This text has color #DED9DC on black background.


Color preview on white background

This text has color #DED9DC on white background.


Black color preview on #DED9DC background

This text has black color on #DED9DC background.


White color preview on #DED9DC background

This text has white color on #DED9DC background.


Related colors

Complementary color

Complementary color for #hex is #212623.


I love getcolorcode.com

Triadic colors

1 #DCDED9 and #D9DCDE with #DED9DC are triadic colors.

2 #DCD9DE and #D9DEDC with #DED9DC are triadic colors.