COLOR #DDD4DB

HEX: #DDD4DB RGB: (221,212,219)

Color info

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

RGB color model

#DDD4DB color RGB value is (221,212,219).

RGB: (221,212,219) (87%, 83%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 212 of 255 = 83%
B 219 of 255 = 86%

221
212
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 212 + 219 = 652 (100%)
R 221 of 652 ~ 33.9%
G 212 of 652 ~ 32.52%
B 219 of 652 ~ 33.59'%

%33.9
%32.52
%33.59

CMYK color model

#DDD4DB color CMYK value is (0,4,1,13).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 0.90%
  • key color value is 13.33%

CMYK: (0,4,1,13)
C0M4Y1K13 (0%, 4%, 1%, 13%)
(0.00 / 0.04 / 0.01 / 0.13)

CMYK percentages

%0
%4.07
%0.9
%13.33

Codes

Color #DDD4DB in popluar color models

DD D4 DB
RGB 221 212 219
HSL 313° 11.69% 84.90%
HSB/HSV 313° 4.07% 86.67%
CMYK 0.00% 4.07% 0.90%
13.33%

Color #DDD4DB in popluar number systems.

HEX DD D4 DB
Decimal 221 212 219
Binary 11011101 11010100 11011011
Octal 335 324 333

Shades and tints

Shades of #DDD4DB

#DDD4DB
(221,212,219)
#C9C1C8
(201,193,200)
#B5AEB5
(181,174,181)
#A19BA2
(161,155,162)
#8D888F
(141,136,143)
#79757C
(121,117,124)
#656269
(101,98,105)
#514F56
(81,79,86)
#3D3C43
(61,60,67)
#292930
(41,41,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #DDD4DB

#DDD4DB
(221,212,219)
#E0D7DE
(224,215,222)
#E3DAE1
(227,218,225)
#E6DDE4
(230,221,228)
#E9E0E7
(233,224,231)
#ECE3EA
(236,227,234)
#EFE6ED
(239,230,237)
#F2E9F0
(242,233,240)
#F5ECF3
(245,236,243)
#F8EFF6
(248,239,246)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD4DB; }

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

This text font color is #DDD4DB.

Background Color

.myBgColor { background-color: #DDD4DB; }

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

This div background color is #DDD4DB.

Border color

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

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

This div border color is #DDD4DB.

Opacity

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

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

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

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

This text has shadow with #DDD4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD4DB.

Preview

Color preview on black background

This text has color #DDD4DB on black background.


Color preview on white background

This text has color #DDD4DB on white background.


Black color preview on #DDD4DB background

This text has black color on #DDD4DB background.


White color preview on #DDD4DB background

This text has white color on #DDD4DB background.


Related colors

Complementary color

Complementary color for #hex is #222B24.


I love getcolorcode.com

Triadic colors

1 #DBDDD4 and #D4DBDD with #DDD4DB are triadic colors.

2 #DBD4DD and #D4DDDB with #DDD4DB are triadic colors.