COLOR #DDDADB

HEX: #DDDADB RGB: (221,218,219)

Color info

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

RGB color model

#DDDADB color RGB value is (221,218,219).

RGB: (221,218,219) (87%, 85%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 219 of 255 = 86%

221
218
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 218 + 219 = 658 (100%)
R 221 of 658 ~ 33.59%
G 218 of 658 ~ 33.13%
B 219 of 658 ~ 33.28'%

%33.59
%33.13
%33.28

CMYK color model

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

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

CMYK: (0,1,1,13)
C0M1Y1K13 (0%, 1%, 1%, 13%)
(0.00 / 0.01 / 0.01 / 0.13)

CMYK percentages

%0
%1.36
%0.9
%13.33

Codes

Color #DDDADB in popluar color models

DD DA DB
RGB 221 218 219
HSL 340° 4.23% 86.08%
HSB/HSV 340° 1.36% 86.67%
CMYK 0.00% 1.36% 0.90%
13.33%

Color #DDDADB in popluar number systems.

HEX DD DA DB
Decimal 221 218 219
Binary 11011101 11011010 11011011
Octal 335 332 333

Shades and tints

Shades of #DDDADB

#DDDADB
(221,218,219)
#C9C7C8
(201,199,200)
#B5B4B5
(181,180,181)
#A1A1A2
(161,161,162)
#8D8E8F
(141,142,143)
#797B7C
(121,123,124)
#656869
(101,104,105)
#515556
(81,85,86)
#3D4243
(61,66,67)
#292F30
(41,47,48)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #DDDADB

#DDDADB
(221,218,219)
#E0DDDE
(224,221,222)
#E3E0E1
(227,224,225)
#E6E3E4
(230,227,228)
#E9E6E7
(233,230,231)
#ECE9EA
(236,233,234)
#EFECED
(239,236,237)
#F2EFF0
(242,239,240)
#F5F2F3
(245,242,243)
#F8F5F6
(248,245,246)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDADB; }

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

This text font color is #DDDADB.

Background Color

.myBgColor { background-color: #DDDADB; }

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

This div background color is #DDDADB.

Border color

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

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

This div border color is #DDDADB.

Opacity

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

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

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

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

This text has shadow with #DDDADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDADB.

Preview

Color preview on black background

This text has color #DDDADB on black background.


Color preview on white background

This text has color #DDDADB on white background.


Black color preview on #DDDADB background

This text has black color on #DDDADB background.


White color preview on #DDDADB background

This text has white color on #DDDADB background.


Related colors

Complementary color

Complementary color for #hex is #222524.


I love getcolorcode.com

Triadic colors

1 #DBDDDA and #DADBDD with #DDDADB are triadic colors.

2 #DBDADD and #DADDDB with #DDDADB are triadic colors.