COLOR #DDDDDC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
221
220

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

Portions of RGB colors in percentages

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

%33.38
%33.38
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • 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
%0.45
%13.33

Codes

Color #DDDDDC in popluar color models

DDDDDC
RGB221221220
HSL60°1.45%86.47%
HSB/HSV60°0.45%86.67%
CMYK0.00%0.00%0.45%
13.33%

Color #DDDDDC in popluar number systems.

HEXDDDDDC
Decimal221221220
Binary110111011101110111011100
Octal335335334

Shades and tints

Shades of #DDDDDC

#DDDDDC
(221,221,220)
#C9C9C8
(201,201,200)
#B5B5B4
(181,181,180)
#A1A1A0
(161,161,160)
#8D8D8C
(141,141,140)
#797978
(121,121,120)
#656564
(101,101,100)
#515150
(81,81,80)
#3D3D3C
(61,61,60)
#292928
(41,41,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDDDDC

#DDDDDC
(221,221,220)
#E0E0DF
(224,224,223)
#E3E3E2
(227,227,226)
#E6E6E5
(230,230,229)
#E9E9E8
(233,233,232)
#ECECEB
(236,236,235)
#EFEFEE
(239,239,238)
#F2F2F1
(242,242,241)
#F5F5F4
(245,245,244)
#F8F8F7
(248,248,247)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDDC; }

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

This text font color is #DDDDDC.


Background Color

.myBgColor { background-color: #DDDDDC; }

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

This div background color is #DDDDDC.


Border color

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

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

This div border color is #DDDDDC.


Opacity

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

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

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

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

This text has shadow with #DDDDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDDC on black background.


Color preview on white background

This text has color #DDDDDC on white background.



Black color preview on #DDDDDC background

This text has black color on #DDDDDC background.


White color preview on #DDDDDC background

This text has white color on #DDDDDC background.