COLOR #DDDDD3

HEX: #DDDDD3
RGB: (221,221,211)

Color info

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

RGB color model

#DDDDD3 color RGB value is (221,221,211).

  • red value is 221;
  • green value is 221;
  • blue value is 211.
RGB:
(221,221,211)
(87%,87%,83%)

RGB channels and saturation

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

221
221
211

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

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 211 = 653 (100%)
R 221 of 653 ~ 33.84%
G 221 of 653 ~ 33.84%
B 211 of 653 ~ 32.31%

%33.84
%33.84
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 13.33%
CMYK:
(0,0,5,13)
C0M0Y5K13 
(0%,0%,5%,13%)
(0.00/0.00/0.05/0.13)	

CMYK percentages

%0
%0
%4.52
%13.33

Codes

Color #DDDDD3 in popluar color models

DDDDD3
RGB221221211
HSL60°12.82%84.71%
HSB/HSV60°4.52%86.67%
CMYK0.00%0.00%4.52%
13.33%

Color #DDDDD3 in popluar number systems.

HEXDDDDD3
Decimal221221211
Binary110111011101110111010011
Octal335335323

Shades and tints

Shades of #DDDDD3

#DDDDD3
(221,221,211)
#C9C9C0
(201,201,192)
#B5B5AD
(181,181,173)
#A1A19A
(161,161,154)
#8D8D87
(141,141,135)
#797974
(121,121,116)
#656561
(101,101,97)
#51514E
(81,81,78)
#3D3D3B
(61,61,59)
#292928
(41,41,40)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDDDD3

#DDDDD3
(221,221,211)
#E0E0D7
(224,224,215)
#E3E3DB
(227,227,219)
#E6E6DF
(230,230,223)
#E9E9E3
(233,233,227)
#ECECE7
(236,236,231)
#EFEFEB
(239,239,235)
#F2F2EF
(242,242,239)
#F5F5F3
(245,245,243)
#F8F8F7
(248,248,247)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDD3; }

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

This text font color is #DDDDD3.


Background Color

.myBgColor { background-color: #DDDDD3; }

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

This div background color is #DDDDD3.


Border color

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

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

This div border color is #DDDDD3.


Opacity

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

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

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

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

This text has shadow with #DDDDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDD3 on black background.


Color preview on white background

This text has color #DDDDD3 on white background.



Black color preview on #DDDDD3 background

This text has black color on #DDDDD3 background.


White color preview on #DDDDD3 background

This text has white color on #DDDDD3 background.