COLOR #DDDDDE

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

Color info

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

RGB color model

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

RGB: (221,221,222) (87%, 87%, 87%)

RGB channels and saturation

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

221
221
222

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

Portions of RGB colors in percentages

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

%33.28
%33.28
%33.43

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • 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.45
%0
%12.94

Codes

Color #DDDDDE in popluar color models

DD DD DE
RGB 221 221 222
HSL 240° 1.49% 86.86%
HSB/HSV 240° 0.45% 87.06%
CMYK 0.45% 0.45% 0.00%
12.94%

Color #DDDDDE in popluar number systems.

HEX DD DD DE
Decimal 221 221 222
Binary 11011101 11011101 11011110
Octal 335 335 336

Shades and tints

Shades of #DDDDDE

#DDDDDE
(221,221,222)
#C9C9CA
(201,201,202)
#B5B5B6
(181,181,182)
#A1A1A2
(161,161,162)
#8D8D8E
(141,141,142)
#79797A
(121,121,122)
#656566
(101,101,102)
#515152
(81,81,82)
#3D3D3E
(61,61,62)
#29292A
(41,41,42)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #DDDDDE

#DDDDDE
(221,221,222)
#E0E0E1
(224,224,225)
#E3E3E4
(227,227,228)
#E6E6E7
(230,230,231)
#E9E9EA
(233,233,234)
#ECECED
(236,236,237)
#EFEFF0
(239,239,240)
#F2F2F3
(242,242,243)
#F5F5F6
(245,245,246)
#F8F8F9
(248,248,249)
#FBFBFC
(251,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDDE; }

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

This text font color is #DDDDDE.

Background Color

.myBgColor { background-color: #DDDDDE; }

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

This div background color is #DDDDDE.

Border color

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

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

This div border color is #DDDDDE.

Opacity

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

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

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

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

This text has shadow with #DDDDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDDDE.

Preview

Color preview on black background

This text has color #DDDDDE on black background.


Color preview on white background

This text has color #DDDDDE on white background.


Black color preview on #DDDDDE background

This text has black color on #DDDDDE background.


White color preview on #DDDDDE background

This text has white color on #DDDDDE background.


Related colors

Complementary color

Complementary color for #hex is #222221.


I love getcolorcode.com