COLOR #DDDDDB

HEX: #DDDDDB RGB: (221,221,219)

Color info

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

RGB color model

#DDDDDB color RGB value is (221,221,219).

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

RGB channels and saturation

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

221
221
219

R + G + B ~ 87%. #DDDDDB is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 221 + 219 = 661 (100%)
R 221 of 661 ~ 33.43%
G 221 of 661 ~ 33.43%
B 219 of 661 ~ 33.13'%

%33.43
%33.43
%33.13

CMYK color model

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

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

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

CMYK percentages

%0
%0
%0.9
%13.33

Codes

Color #DDDDDB in popluar color models

DD DD DB
RGB 221 221 219
HSL 60° 2.86% 86.27%
HSB/HSV 60° 0.90% 86.67%
CMYK 0.00% 0.00% 0.90%
13.33%

Color #DDDDDB in popluar number systems.

HEX DD DD DB
Decimal 221 221 219
Binary 11011101 11011101 11011011
Octal 335 335 333

Shades and tints

Shades of #DDDDDB

#DDDDDB
(221,221,219)
#C9C9C8
(201,201,200)
#B5B5B5
(181,181,181)
#A1A1A2
(161,161,162)
#8D8D8F
(141,141,143)
#79797C
(121,121,124)
#656569
(101,101,105)
#515156
(81,81,86)
#3D3D43
(61,61,67)
#292930
(41,41,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #DDDDDB

#DDDDDB
(221,221,219)
#E0E0DE
(224,224,222)
#E3E3E1
(227,227,225)
#E6E6E4
(230,230,228)
#E9E9E7
(233,233,231)
#ECECEA
(236,236,234)
#EFEFED
(239,239,237)
#F2F2F0
(242,242,240)
#F5F5F3
(245,245,243)
#F8F8F6
(248,248,246)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDDB; }

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

This text font color is #DDDDDB.

Background Color

.myBgColor { background-color: #DDDDDB; }

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

This div background color is #DDDDDB.

Border color

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

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

This div border color is #DDDDDB.

Opacity

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

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

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

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

This text has shadow with #DDDDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDDDB.

Preview

Color preview on black background

This text has color #DDDDDB on black background.


Color preview on white background

This text has color #DDDDDB on white background.


Black color preview on #DDDDDB background

This text has black color on #DDDDDB background.


White color preview on #DDDDDB background

This text has white color on #DDDDDB background.


Related colors

Complementary color

Complementary color for #hex is #222224.


I love getcolorcode.com