COLOR #DDD8DF

HEX: #DDD8DF RGB: (221,216,223)

Color info

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

RGB color model

#DDD8DF color RGB value is (221,216,223).

RGB: (221,216,223) (87%, 85%, 87%)

RGB channels and saturation

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

221
216
223

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

Portions of RGB colors in percentages

R + G + B = 221 + 216 + 223 = 660 (100%)
R 221 of 660 ~ 33.48%
G 216 of 660 ~ 32.73%
B 223 of 660 ~ 33.79'%

%33.48
%32.73
%33.79

CMYK color model

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

  • cyan value is 0.90%
  • magenta value is 3.14%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (1,3,0,13)
C1M3Y0K13 (1%, 3%, 0%, 13%)
(0.01 / 0.03 / 0.00 / 0.13)

CMYK percentages

%0.9
%3.14
%0
%12.55

Codes

Color #DDD8DF in popluar color models

DD D8 DF
RGB 221 216 223
HSL 283° 9.86% 86.08%
HSB/HSV 283° 3.14% 87.45%
CMYK 0.90% 3.14% 0.00%
12.55%

Color #DDD8DF in popluar number systems.

HEX DD D8 DF
Decimal 221 216 223
Binary 11011101 11011000 11011111
Octal 335 330 337

Shades and tints

Shades of #DDD8DF

#DDD8DF
(221,216,223)
#C9C5CB
(201,197,203)
#B5B2B7
(181,178,183)
#A19FA3
(161,159,163)
#8D8C8F
(141,140,143)
#79797B
(121,121,123)
#656667
(101,102,103)
#515353
(81,83,83)
#3D403F
(61,64,63)
#292D2B
(41,45,43)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #DDD8DF

#DDD8DF
(221,216,223)
#E0DBE1
(224,219,225)
#E3DEE3
(227,222,227)
#E6E1E5
(230,225,229)
#E9E4E7
(233,228,231)
#ECE7E9
(236,231,233)
#EFEAEB
(239,234,235)
#F2EDED
(242,237,237)
#F5F0EF
(245,240,239)
#F8F3F1
(248,243,241)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD8DF; }

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

This text font color is #DDD8DF.

Background Color

.myBgColor { background-color: #DDD8DF; }

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

This div background color is #DDD8DF.

Border color

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

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

This div border color is #DDD8DF.

Opacity

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

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

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

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

This text has shadow with #DDD8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD8DF.

Preview

Color preview on black background

This text has color #DDD8DF on black background.


Color preview on white background

This text has color #DDD8DF on white background.


Black color preview on #DDD8DF background

This text has black color on #DDD8DF background.


White color preview on #DDD8DF background

This text has white color on #DDD8DF background.


Related colors

Complementary color

Complementary color for #hex is #222720.


I love getcolorcode.com

Triadic colors

1 #DFDDD8 and #D8DFDD with #DDD8DF are triadic colors.

2 #DFD8DD and #D8DDDF with #DDD8DF are triadic colors.