COLOR #DDD0DA

HEX: #DDD0DA RGB: (221,208,218)

Color info

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

RGB color model

#DDD0DA color RGB value is (221,208,218).

RGB: (221,208,218) (87%, 82%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 218 of 255 = 85%

221
208
218

R + G + B ~ 85%. #DDD0DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 208 + 218 = 647 (100%)
R 221 of 647 ~ 34.16%
G 208 of 647 ~ 32.15%
B 218 of 647 ~ 33.69'%

%34.16
%32.15
%33.69

CMYK color model

#DDD0DA color CMYK value is (0,6,1,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 1.36%
  • key color value is 13.33%

CMYK: (0,6,1,13)
C0M6Y1K13 (0%, 6%, 1%, 13%)
(0.00 / 0.06 / 0.01 / 0.13)

CMYK percentages

%0
%5.88
%1.36
%13.33

Codes

Color #DDD0DA in popluar color models

DD D0 DA
RGB 221 208 218
HSL 314° 16.05% 84.12%
HSB/HSV 314° 5.88% 86.67%
CMYK 0.00% 5.88% 1.36%
13.33%

Color #DDD0DA in popluar number systems.

HEX DD D0 DA
Decimal 221 208 218
Binary 11011101 11010000 11011010
Octal 335 320 332

Shades and tints

Shades of #DDD0DA

#DDD0DA
(221,208,218)
#C9BEC7
(201,190,199)
#B5ACB4
(181,172,180)
#A19AA1
(161,154,161)
#8D888E
(141,136,142)
#79767B
(121,118,123)
#656468
(101,100,104)
#515255
(81,82,85)
#3D4042
(61,64,66)
#292E2F
(41,46,47)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #DDD0DA

#DDD0DA
(221,208,218)
#E0D4DD
(224,212,221)
#E3D8E0
(227,216,224)
#E6DCE3
(230,220,227)
#E9E0E6
(233,224,230)
#ECE4E9
(236,228,233)
#EFE8EC
(239,232,236)
#F2ECEF
(242,236,239)
#F5F0F2
(245,240,242)
#F8F4F5
(248,244,245)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD0DA; }

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

This text font color is #DDD0DA.

Background Color

.myBgColor { background-color: #DDD0DA; }

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

This div background color is #DDD0DA.

Border color

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

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

This div border color is #DDD0DA.

Opacity

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

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

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

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

This text has shadow with #DDD0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD0DA.

Preview

Color preview on black background

This text has color #DDD0DA on black background.


Color preview on white background

This text has color #DDD0DA on white background.


Black color preview on #DDD0DA background

This text has black color on #DDD0DA background.


White color preview on #DDD0DA background

This text has white color on #DDD0DA background.


Related colors

Complementary color

Complementary color for #hex is #222F25.


I love getcolorcode.com

Triadic colors

1 #DADDD0 and #D0DADD with #DDD0DA are triadic colors.

2 #DAD0DD and #D0DDDA with #DDD0DA are triadic colors.