COLOR #DDDFDA

HEX: #DDDFDA
RGB: (221,223,218)

Color info

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

RGB color model

#DDDFDA color RGB value is (221,223,218).

  • red value is 221;
  • green value is 223;
  • blue value is 218.
RGB:
(221,223,218)
(87%,87%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 218 of 255 = 85%

221
223
218

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

Portions of RGB colors in percentages

R + G + B =
221 + 223 + 218 = 662 (100%)
R 221 of 662 ~ 33.38%
G 223 of 662 ~ 33.69%
B 218 of 662 ~ 32.93%

%33.38
%33.69
%32.93

CMYK color model

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

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

CMYK percentages

%0.9
%0
%2.24
%12.55

Codes

Color #DDDFDA in popluar color models

DDDFDA
RGB221223218
HSL84°7.25%86.47%
HSB/HSV84°2.24%87.45%
CMYK0.90%0.00%2.24%
12.55%

Color #DDDFDA in popluar number systems.

HEXDDDFDA
Decimal221223218
Binary110111011101111111011010
Octal335337332

Shades and tints

Shades of #DDDFDA

#DDDFDA
(221,223,218)
#C9CBC7
(201,203,199)
#B5B7B4
(181,183,180)
#A1A3A1
(161,163,161)
#8D8F8E
(141,143,142)
#797B7B
(121,123,123)
#656768
(101,103,104)
#515355
(81,83,85)
#3D3F42
(61,63,66)
#292B2F
(41,43,47)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #DDDFDA

#DDDFDA
(221,223,218)
#E0E1DD
(224,225,221)
#E3E3E0
(227,227,224)
#E6E5E3
(230,229,227)
#E9E7E6
(233,231,230)
#ECE9E9
(236,233,233)
#EFEBEC
(239,235,236)
#F2EDEF
(242,237,239)
#F5EFF2
(245,239,242)
#F8F1F5
(248,241,245)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFDA; }

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

This text font color is #DDDFDA.


Background Color

.myBgColor { background-color: #DDDFDA; }

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

This div background color is #DDDFDA.


Border color

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

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

This div border color is #DDDFDA.


Opacity

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

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

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

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

This text has shadow with #DDDFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDFDA on black background.


Color preview on white background

This text has color #DDDFDA on white background.



Black color preview on #DDDFDA background

This text has black color on #DDDFDA background.


White color preview on #DDDFDA background

This text has white color on #DDDFDA background.