COLOR #DDDCDB

HEX: #DDDCDB
RGB: (221,220,219)

Color info

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

RGB color model

#DDDCDB color RGB value is (221,220,219).

  • red value is 221;
  • green value is 220;
  • blue value is 219.
RGB:
(221,220,219)
(87%,86%,86%)

RGB channels and saturation

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

221
220
219

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

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 219 = 660 (100%)
R 221 of 660 ~ 33.48%
G 220 of 660 ~ 33.33%
B 219 of 660 ~ 33.18%

%33.48
%33.33
%33.18

CMYK color model

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

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

Codes

Color #DDDCDB in popluar color models

DDDCDB
RGB221220219
HSL30°2.86%86.27%
HSB/HSV30°0.90%86.67%
CMYK0.00%0.45%0.90%
13.33%

Color #DDDCDB in popluar number systems.

HEXDDDCDB
Decimal221220219
Binary110111011101110011011011
Octal335334333

Shades and tints

Shades of #DDDCDB

#DDDCDB
(221,220,219)
#C9C8C8
(201,200,200)
#B5B4B5
(181,180,181)
#A1A0A2
(161,160,162)
#8D8C8F
(141,140,143)
#79787C
(121,120,124)
#656469
(101,100,105)
#515056
(81,80,86)
#3D3C43
(61,60,67)
#292830
(41,40,48)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #DDDCDB

#DDDCDB
(221,220,219)
#E0DFDE
(224,223,222)
#E3E2E1
(227,226,225)
#E6E5E4
(230,229,228)
#E9E8E7
(233,232,231)
#ECEBEA
(236,235,234)
#EFEEED
(239,238,237)
#F2F1F0
(242,241,240)
#F5F4F3
(245,244,243)
#F8F7F6
(248,247,246)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDCDB; }

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

This text font color is #DDDCDB.


Background Color

.myBgColor { background-color: #DDDCDB; }

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

This div background color is #DDDCDB.


Border color

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

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

This div border color is #DDDCDB.


Opacity

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

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

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

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

This text has shadow with #DDDCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDCDB on black background.


Color preview on white background

This text has color #DDDCDB on white background.



Black color preview on #DDDCDB background

This text has black color on #DDDCDB background.


White color preview on #DDDCDB background

This text has white color on #DDDCDB background.