COLOR #DDDBD6

HEX: #DDDBD6
RGB: (221,219,214)

Color info

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

RGB color model

#DDDBD6 color RGB value is (221,219,214).

  • red value is 221;
  • green value is 219;
  • blue value is 214.
RGB:
(221,219,214)
(87%,86%,84%)

RGB channels and saturation

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

221
219
214

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

Portions of RGB colors in percentages

R + G + B =
221 + 219 + 214 = 654 (100%)
R 221 of 654 ~ 33.79%
G 219 of 654 ~ 33.49%
B 214 of 654 ~ 32.72%

%33.79
%33.49
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(0,1,3,13)
C0M1Y3K13 
(0%,1%,3%,13%)
(0.00/0.01/0.03/0.13)	

CMYK percentages

%0
%0.9
%3.17
%13.33

Codes

Color #DDDBD6 in popluar color models

DDDBD6
RGB221219214
HSL43°9.33%85.29%
HSB/HSV43°3.17%86.67%
CMYK0.00%0.90%3.17%
13.33%

Color #DDDBD6 in popluar number systems.

HEXDDDBD6
Decimal221219214
Binary110111011101101111010110
Octal335333326

Shades and tints

Shades of #DDDBD6

#DDDBD6
(221,219,214)
#C9C8C3
(201,200,195)
#B5B5B0
(181,181,176)
#A1A29D
(161,162,157)
#8D8F8A
(141,143,138)
#797C77
(121,124,119)
#656964
(101,105,100)
#515651
(81,86,81)
#3D433E
(61,67,62)
#29302B
(41,48,43)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #DDDBD6

#DDDBD6
(221,219,214)
#E0DED9
(224,222,217)
#E3E1DC
(227,225,220)
#E6E4DF
(230,228,223)
#E9E7E2
(233,231,226)
#ECEAE5
(236,234,229)
#EFEDE8
(239,237,232)
#F2F0EB
(242,240,235)
#F5F3EE
(245,243,238)
#F8F6F1
(248,246,241)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDBD6; }

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

This text font color is #DDDBD6.


Background Color

.myBgColor { background-color: #DDDBD6; }

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

This div background color is #DDDBD6.


Border color

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

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

This div border color is #DDDBD6.


Opacity

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

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

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

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

This text has shadow with #DDDBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDBD6 on black background.


Color preview on white background

This text has color #DDDBD6 on white background.



Black color preview on #DDDBD6 background

This text has black color on #DDDBD6 background.


White color preview on #DDDBD6 background

This text has white color on #DDDBD6 background.