COLOR #DDDED9

HEX: #DDDED9 RGB: (221,222,217)

Color info

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

RGB color model

#DDDED9 color RGB value is (221,222,217).

RGB: (221,222,217) (87%, 87%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 217 of 255 = 85%

221
222
217

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

Portions of RGB colors in percentages

R + G + B = 221 + 222 + 217 = 660 (100%)
R 221 of 660 ~ 33.48%
G 222 of 660 ~ 33.64%
B 217 of 660 ~ 32.88'%

%33.48
%33.64
%32.88

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK: (0,0,2,13) C0M0Y2K13 (0%,0%,2%,13%) (0.00/0.00/0.02/0.13) 

CMYK percentages

%0.45
%0
%2.25
%12.94

Codes

Color #DDDED9 in popluar color models

DDDED9
RGB221222217
HSL72°7.04%86.08%
HSB/HSV72°2.25%87.06%
CMYK0.45%0.00%2.25%
12.94%

Color #DDDED9 in popluar number systems.

HEXDDDED9
Decimal221222217
Binary110111011101111011011001
Octal335336331

Shades and tints

Shades of #DDDED9

#DDDED9
(221,222,217)
#C9CAC6
(201,202,198)
#B5B6B3
(181,182,179)
#A1A2A0
(161,162,160)
#8D8E8D
(141,142,141)
#797A7A
(121,122,122)
#656667
(101,102,103)
#515254
(81,82,84)
#3D3E41
(61,62,65)
#292A2E
(41,42,46)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #DDDED9

#DDDED9
(221,222,217)
#E0E1DC
(224,225,220)
#E3E4DF
(227,228,223)
#E6E7E2
(230,231,226)
#E9EAE5
(233,234,229)
#ECEDE8
(236,237,232)
#EFF0EB
(239,240,235)
#F2F3EE
(242,243,238)
#F5F6F1
(245,246,241)
#F8F9F4
(248,249,244)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDED9; }

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

This text font color is #DDDED9.


Background Color

.myBgColor { background-color: #DDDED9; }

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

This div background color is #DDDED9.


Border color

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

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

This div border color is #DDDED9.


Opacity

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

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

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

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

This text has shadow with #DDDED9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDDED9 on black background.


Color preview on white background

This text has color #DDDED9 on white background.



Black color preview on #DDDED9 background

This text has black color on #DDDED9 background.


White color preview on #DDDED9 background

This text has white color on #DDDED9 background.