COLOR #DDD4DE

HEX: #DDD4DE RGB: (221,212,222)

Color info

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

RGB color model

#DDD4DE color RGB value is (221,212,222).

RGB: (221,212,222) (87%, 83%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 212 of 255 = 83%
B 222 of 255 = 87%

221
212
222

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

Portions of RGB colors in percentages

R + G + B = 221 + 212 + 222 = 655 (100%)
R 221 of 655 ~ 33.74%
G 212 of 655 ~ 32.37%
B 222 of 655 ~ 33.89'%

%33.74
%32.37
%33.89

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 4.50%
  • 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
%4.5
%0
%12.94

Codes

Color #DDD4DE in popluar color models

DD D4 DE
RGB 221 212 222
HSL 294° 13.16% 85.10%
HSB/HSV 294° 4.50% 87.06%
CMYK 0.45% 4.50% 0.00%
12.94%

Color #DDD4DE in popluar number systems.

HEX DD D4 DE
Decimal 221 212 222
Binary 11011101 11010100 11011110
Octal 335 324 336

Shades and tints

Shades of #DDD4DE

#DDD4DE
(221,212,222)
#C9C1CA
(201,193,202)
#B5AEB6
(181,174,182)
#A19BA2
(161,155,162)
#8D888E
(141,136,142)
#79757A
(121,117,122)
#656266
(101,98,102)
#514F52
(81,79,82)
#3D3C3E
(61,60,62)
#29292A
(41,41,42)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #DDD4DE

#DDD4DE
(221,212,222)
#E0D7E1
(224,215,225)
#E3DAE4
(227,218,228)
#E6DDE7
(230,221,231)
#E9E0EA
(233,224,234)
#ECE3ED
(236,227,237)
#EFE6F0
(239,230,240)
#F2E9F3
(242,233,243)
#F5ECF6
(245,236,246)
#F8EFF9
(248,239,249)
#FBF2FC
(251,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD4DE; }

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

This text font color is #DDD4DE.

Background Color

.myBgColor { background-color: #DDD4DE; }

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

This div background color is #DDD4DE.

Border color

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

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

This div border color is #DDD4DE.

Opacity

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

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

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

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

This text has shadow with #DDD4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD4DE.

Preview

Color preview on black background

This text has color #DDD4DE on black background.


Color preview on white background

This text has color #DDD4DE on white background.


Black color preview on #DDD4DE background

This text has black color on #DDD4DE background.


White color preview on #DDD4DE background

This text has white color on #DDD4DE background.


Related colors

Complementary color

Complementary color for #hex is #222B21.


I love getcolorcode.com

Triadic colors

1 #DEDDD4 and #D4DEDD with #DDD4DE are triadic colors.

2 #DED4DD and #D4DDDE with #DDD4DE are triadic colors.