COLOR #DDDDD6

HEX: #DDDDD6 RGB: (221,221,214)

Color info

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

RGB color model

#DDDDD6 color RGB value is (221,221,214).

RGB: (221,221,214) (87%, 87%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 214 of 255 = 84%

221
221
214

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

Portions of RGB colors in percentages

R + G + B = 221 + 221 + 214 = 656 (100%)
R 221 of 656 ~ 33.69%
G 221 of 656 ~ 33.69%
B 214 of 656 ~ 32.62'%

%33.69
%33.69
%32.62

CMYK color model

#DDDDD6 color CMYK value is (0,0,3,13).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 13.33%

CMYK: (0,0,3,13)
C0M0Y3K13 (0%, 0%, 3%, 13%)
(0.00 / 0.00 / 0.03 / 0.13)

CMYK percentages

%0
%0
%3.17
%13.33

Codes

Color #DDDDD6 in popluar color models

DD DD D6
RGB 221 221 214
HSL 60° 9.33% 85.29%
HSB/HSV 60° 3.17% 86.67%
CMYK 0.00% 0.00% 3.17%
13.33%

Color #DDDDD6 in popluar number systems.

HEX DD DD D6
Decimal 221 221 214
Binary 11011101 11011101 11010110
Octal 335 335 326

Shades and tints

Shades of #DDDDD6

#DDDDD6
(221,221,214)
#C9C9C3
(201,201,195)
#B5B5B0
(181,181,176)
#A1A19D
(161,161,157)
#8D8D8A
(141,141,138)
#797977
(121,121,119)
#656564
(101,101,100)
#515151
(81,81,81)
#3D3D3E
(61,61,62)
#29292B
(41,41,43)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #DDDDD6

#DDDDD6
(221,221,214)
#E0E0D9
(224,224,217)
#E3E3DC
(227,227,220)
#E6E6DF
(230,230,223)
#E9E9E2
(233,233,226)
#ECECE5
(236,236,229)
#EFEFE8
(239,239,232)
#F2F2EB
(242,242,235)
#F5F5EE
(245,245,238)
#F8F8F1
(248,248,241)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDD6; }

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

This text font color is #DDDDD6.

Background Color

.myBgColor { background-color: #DDDDD6; }

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

This div background color is #DDDDD6.

Border color

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

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

This div border color is #DDDDD6.

Opacity

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

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

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

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

This text has shadow with #DDDDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDDD6.

Preview

Color preview on black background

This text has color #DDDDD6 on black background.


Color preview on white background

This text has color #DDDDD6 on white background.


Black color preview on #DDDDD6 background

This text has black color on #DDDDD6 background.


White color preview on #DDDDD6 background

This text has white color on #DDDDD6 background.


Related colors

Complementary color

Complementary color for #hex is #222229.


I love getcolorcode.com