COLOR #DDD3DC

HEX: #DDD3DC RGB: (221,211,220)

Color info

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

RGB color model

#DDD3DC color RGB value is (221,211,220).

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

RGB channels and saturation

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

221
211
220

R + G + B ~ 85%. #DDD3DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 211 + 220 = 652 (100%)
R 221 of 652 ~ 33.9%
G 211 of 652 ~ 32.36%
B 220 of 652 ~ 33.74'%

%33.9
%32.36
%33.74

CMYK color model

#DDD3DC color CMYK value is (0,5,0,13).

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

CMYK: (0,5,0,13)
C0M5Y0K13 (0%, 5%, 0%, 13%)
(0.00 / 0.05 / 0.00 / 0.13)

CMYK percentages

%0
%4.52
%0.45
%13.33

Codes

Color #DDD3DC in popluar color models

DD D3 DC
RGB 221 211 220
HSL 306° 12.82% 84.71%
HSB/HSV 306° 4.52% 86.67%
CMYK 0.00% 4.52% 0.45%
13.33%

Color #DDD3DC in popluar number systems.

HEX DD D3 DC
Decimal 221 211 220
Binary 11011101 11010011 11011100
Octal 335 323 334

Shades and tints

Shades of #DDD3DC

#DDD3DC
(221,211,220)
#C9C0C8
(201,192,200)
#B5ADB4
(181,173,180)
#A19AA0
(161,154,160)
#8D878C
(141,135,140)
#797478
(121,116,120)
#656164
(101,97,100)
#514E50
(81,78,80)
#3D3B3C
(61,59,60)
#292828
(41,40,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDD3DC

#DDD3DC
(221,211,220)
#E0D7DF
(224,215,223)
#E3DBE2
(227,219,226)
#E6DFE5
(230,223,229)
#E9E3E8
(233,227,232)
#ECE7EB
(236,231,235)
#EFEBEE
(239,235,238)
#F2EFF1
(242,239,241)
#F5F3F4
(245,243,244)
#F8F7F7
(248,247,247)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD3DC; }

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

This text font color is #DDD3DC.

Background Color

.myBgColor { background-color: #DDD3DC; }

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

This div background color is #DDD3DC.

Border color

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

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

This div border color is #DDD3DC.

Opacity

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

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

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

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

This text has shadow with #DDD3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD3DC.

Preview

Color preview on black background

This text has color #DDD3DC on black background.


Color preview on white background

This text has color #DDD3DC on white background.


Black color preview on #DDD3DC background

This text has black color on #DDD3DC background.


White color preview on #DDD3DC background

This text has white color on #DDD3DC background.


Related colors

Complementary color

Complementary color for #hex is #222C23.


I love getcolorcode.com

Triadic colors

1 #DCDDD3 and #D3DCDD with #DDD3DC are triadic colors.

2 #DCD3DD and #D3DDDC with #DDD3DC are triadic colors.