COLOR #DDD2DE

HEX: #DDD2DE RGB: (221,210,222)

Color info

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

RGB color model

#DDD2DE color RGB value is (221,210,222).

RGB: (221,210,222) (87%, 82%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 222 of 255 = 87%

221
210
222

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

Portions of RGB colors in percentages

R + G + B = 221 + 210 + 222 = 653 (100%)
R 221 of 653 ~ 33.84%
G 210 of 653 ~ 32.16%
B 222 of 653 ~ 34'%

%33.84
%32.16
%34

CMYK color model

#DDD2DE color CMYK value is (0,5,0,13).

  • cyan value is 0.45%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (0,5,0,13)
C0M5Y0K13 (0%, 5%, 0%, 13%)
(0.00 / 0.05 / 0.00 / 0.13)

CMYK percentages

%0.45
%5.41
%0
%12.94

Codes

Color #DDD2DE in popluar color models

DD D2 DE
RGB 221 210 222
HSL 295° 15.38% 84.71%
HSB/HSV 295° 5.41% 87.06%
CMYK 0.45% 5.41% 0.00%
12.94%

Color #DDD2DE in popluar number systems.

HEX DD D2 DE
Decimal 221 210 222
Binary 11011101 11010010 11011110
Octal 335 322 336

Shades and tints

Shades of #DDD2DE

#DDD2DE
(221,210,222)
#C9BFCA
(201,191,202)
#B5ACB6
(181,172,182)
#A199A2
(161,153,162)
#8D868E
(141,134,142)
#79737A
(121,115,122)
#656066
(101,96,102)
#514D52
(81,77,82)
#3D3A3E
(61,58,62)
#29272A
(41,39,42)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DDD2DE

#DDD2DE
(221,210,222)
#E0D6E1
(224,214,225)
#E3DAE4
(227,218,228)
#E6DEE7
(230,222,231)
#E9E2EA
(233,226,234)
#ECE6ED
(236,230,237)
#EFEAF0
(239,234,240)
#F2EEF3
(242,238,243)
#F5F2F6
(245,242,246)
#F8F6F9
(248,246,249)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD2DE; }

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

This text font color is #DDD2DE.

Background Color

.myBgColor { background-color: #DDD2DE; }

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

This div background color is #DDD2DE.

Border color

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

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

This div border color is #DDD2DE.

Opacity

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

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

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

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

This text has shadow with #DDD2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD2DE.

Preview

Color preview on black background

This text has color #DDD2DE on black background.


Color preview on white background

This text has color #DDD2DE on white background.


Black color preview on #DDD2DE background

This text has black color on #DDD2DE background.


White color preview on #DDD2DE background

This text has white color on #DDD2DE background.


Related colors

Complementary color

Complementary color for #hex is #222D21.


I love getcolorcode.com

Triadic colors

1 #DEDDD2 and #D2DEDD with #DDD2DE are triadic colors.

2 #DED2DD and #D2DDDE with #DDD2DE are triadic colors.