COLOR #DDDCDD

HEX: #DDDCDD RGB: (221,220,221)

Color info

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

RGB color model

#DDDCDD color RGB value is (221,220,221).

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

RGB channels and saturation

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

221
220
221

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

Portions of RGB colors in percentages

R + G + B = 221 + 220 + 221 = 662 (100%)
R 221 of 662 ~ 33.38%
G 220 of 662 ~ 33.23%
B 221 of 662 ~ 33.38'%

%33.38
%33.23
%33.38

CMYK color model

#DDDCDD color CMYK value is (0,0,0,13).

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

CMYK: (0,0,0,13)
C0M0Y0K13 (0%, 0%, 0%, 13%)
(0.00 / 0.00 / 0.00 / 0.13)

CMYK percentages

%0
%0.45
%0
%13.33

Codes

Color #DDDCDD in popluar color models

DD DC DD
RGB 221 220 221
HSL 300° 1.45% 86.47%
HSB/HSV 300° 0.45% 86.67%
CMYK 0.00% 0.45% 0.00%
13.33%

Color #DDDCDD in popluar number systems.

HEX DD DC DD
Decimal 221 220 221
Binary 11011101 11011100 11011101
Octal 335 334 335

Shades and tints

Shades of #DDDCDD

#DDDCDD
(221,220,221)
#C9C8C9
(201,200,201)
#B5B4B5
(181,180,181)
#A1A0A1
(161,160,161)
#8D8C8D
(141,140,141)
#797879
(121,120,121)
#656465
(101,100,101)
#515051
(81,80,81)
#3D3C3D
(61,60,61)
#292829
(41,40,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #DDDCDD

#DDDCDD
(221,220,221)
#E0DFE0
(224,223,224)
#E3E2E3
(227,226,227)
#E6E5E6
(230,229,230)
#E9E8E9
(233,232,233)
#ECEBEC
(236,235,236)
#EFEEEF
(239,238,239)
#F2F1F2
(242,241,242)
#F5F4F5
(245,244,245)
#F8F7F8
(248,247,248)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDCDD; }

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

This text font color is #DDDCDD.

Background Color

.myBgColor { background-color: #DDDCDD; }

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

This div background color is #DDDCDD.

Border color

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

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

This div border color is #DDDCDD.

Opacity

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

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

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

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

This text has shadow with #DDDCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDCDD.

Preview

Color preview on black background

This text has color #DDDCDD on black background.


Color preview on white background

This text has color #DDDCDD on white background.


Black color preview on #DDDCDD background

This text has black color on #DDDCDD background.


White color preview on #DDDCDD background

This text has white color on #DDDCDD background.


Related colors

Complementary color

Complementary color for #hex is #222322.


I love getcolorcode.com

Triadic colors

1 #DDDDDC and #DCDDDD with #DDDCDD are triadic colors.

2 #DDDCDD and #DCDDDD with #DDDCDD are triadic colors.