COLOR #DDD5DB

HEX: #DDD5DB RGB: (221,213,219)

Color info

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

RGB color model

#DDD5DB color RGB value is (221,213,219).

RGB: (221,213,219) (87%, 84%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 219 of 255 = 86%

221
213
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 213 + 219 = 653 (100%)
R 221 of 653 ~ 33.84%
G 213 of 653 ~ 32.62%
B 219 of 653 ~ 33.54'%

%33.84
%32.62
%33.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.62%
  • 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
%3.62
%0.9
%13.33

Codes

Color #DDD5DB in popluar color models

DD D5 DB
RGB 221 213 219
HSL 315° 10.53% 85.10%
HSB/HSV 315° 3.62% 86.67%
CMYK 0.00% 3.62% 0.90%
13.33%

Color #DDD5DB in popluar number systems.

HEX DD D5 DB
Decimal 221 213 219
Binary 11011101 11010101 11011011
Octal 335 325 333

Shades and tints

Shades of #DDD5DB

#DDD5DB
(221,213,219)
#C9C2C8
(201,194,200)
#B5AFB5
(181,175,181)
#A19CA2
(161,156,162)
#8D898F
(141,137,143)
#79767C
(121,118,124)
#656369
(101,99,105)
#515056
(81,80,86)
#3D3D43
(61,61,67)
#292A30
(41,42,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #DDD5DB

#DDD5DB
(221,213,219)
#E0D8DE
(224,216,222)
#E3DBE1
(227,219,225)
#E6DEE4
(230,222,228)
#E9E1E7
(233,225,231)
#ECE4EA
(236,228,234)
#EFE7ED
(239,231,237)
#F2EAF0
(242,234,240)
#F5EDF3
(245,237,243)
#F8F0F6
(248,240,246)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD5DB; }

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

This text font color is #DDD5DB.

Background Color

.myBgColor { background-color: #DDD5DB; }

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

This div background color is #DDD5DB.

Border color

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

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

This div border color is #DDD5DB.

Opacity

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

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

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

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

This text has shadow with #DDD5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD5DB.

Preview

Color preview on black background

This text has color #DDD5DB on black background.


Color preview on white background

This text has color #DDD5DB on white background.


Black color preview on #DDD5DB background

This text has black color on #DDD5DB background.


White color preview on #DDD5DB background

This text has white color on #DDD5DB background.


Related colors

Complementary color

Complementary color for #hex is #222A24.


I love getcolorcode.com

Triadic colors

1 #DBDDD5 and #D5DBDD with #DDD5DB are triadic colors.

2 #DBD5DD and #D5DDDB with #DDD5DB are triadic colors.