COLOR #DDDEDD

HEX: #DDDEDD
RGB: (221,222,221)

Color info

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

RGB color model

#DDDEDD color RGB value is (221,222,221).

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

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 221 of 255 = 87%

221
222
221

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

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 221 = 664 (100%)
R 221 of 664 ~ 33.28%
G 222 of 664 ~ 33.43%
B 221 of 664 ~ 33.28%

%33.28
%33.43
%33.28

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.94%
CMYK:
(0,0,0,13)
C0M0Y0K13 
(0%,0%,0%,13%)
(0.00/0.00/0.00/0.13)	

CMYK percentages

%0.45
%0
%0.45
%12.94

Codes

Color #DDDEDD in popluar color models

DDDEDD
RGB221222221
HSL120°1.49%86.86%
HSB/HSV120°0.45%87.06%
CMYK0.45%0.00%0.45%
12.94%

Color #DDDEDD in popluar number systems.

HEXDDDEDD
Decimal221222221
Binary110111011101111011011101
Octal335336335

Shades and tints

Shades of #DDDEDD

#DDDEDD
(221,222,221)
#C9CAC9
(201,202,201)
#B5B6B5
(181,182,181)
#A1A2A1
(161,162,161)
#8D8E8D
(141,142,141)
#797A79
(121,122,121)
#656665
(101,102,101)
#515251
(81,82,81)
#3D3E3D
(61,62,61)
#292A29
(41,42,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #DDDEDD

#DDDEDD
(221,222,221)
#E0E1E0
(224,225,224)
#E3E4E3
(227,228,227)
#E6E7E6
(230,231,230)
#E9EAE9
(233,234,233)
#ECEDEC
(236,237,236)
#EFF0EF
(239,240,239)
#F2F3F2
(242,243,242)
#F5F6F5
(245,246,245)
#F8F9F8
(248,249,248)
#FBFCFB
(251,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDEDD; }

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

This text font color is #DDDEDD.


Background Color

.myBgColor { background-color: #DDDEDD; }

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

This div background color is #DDDEDD.


Border color

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

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

This div border color is #DDDEDD.


Opacity

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

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

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

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

This text has shadow with #DDDEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDEDD on black background.


Color preview on white background

This text has color #DDDEDD on white background.



Black color preview on #DDDEDD background

This text has black color on #DDDEDD background.


White color preview on #DDDEDD background

This text has white color on #DDDEDD background.