COLOR #DDDDDF

HEX: #DDDDDF RGB: (221,221,223)

Color info

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

RGB color model

#DDDDDF color RGB value is (221,221,223).

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

RGB channels and saturation

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

221
221
223

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

Portions of RGB colors in percentages

R + G + B = 221 + 221 + 223 = 665 (100%)
R 221 of 665 ~ 33.23%
G 221 of 665 ~ 33.23%
B 223 of 665 ~ 33.53'%

%33.23
%33.23
%33.53

CMYK color model

#DDDDDF color CMYK value is (1,1,0,13).

  • cyan value is 0.90%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (1,1,0,13)
C1M1Y0K13 (1%, 1%, 0%, 13%)
(0.01 / 0.01 / 0.00 / 0.13)

CMYK percentages

%0.9
%0.9
%0
%12.55

Codes

Color #DDDDDF in popluar color models

DD DD DF
RGB 221 221 223
HSL 240° 3.03% 87.06%
HSB/HSV 240° 0.90% 87.45%
CMYK 0.90% 0.90% 0.00%
12.55%

Color #DDDDDF in popluar number systems.

HEX DD DD DF
Decimal 221 221 223
Binary 11011101 11011101 11011111
Octal 335 335 337

Shades and tints

Shades of #DDDDDF

#DDDDDF
(221,221,223)
#C9C9CB
(201,201,203)
#B5B5B7
(181,181,183)
#A1A1A3
(161,161,163)
#8D8D8F
(141,141,143)
#79797B
(121,121,123)
#656567
(101,101,103)
#515153
(81,81,83)
#3D3D3F
(61,61,63)
#29292B
(41,41,43)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #DDDDDF

#DDDDDF
(221,221,223)
#E0E0E1
(224,224,225)
#E3E3E3
(227,227,227)
#E6E6E5
(230,230,229)
#E9E9E7
(233,233,231)
#ECECE9
(236,236,233)
#EFEFEB
(239,239,235)
#F2F2ED
(242,242,237)
#F5F5EF
(245,245,239)
#F8F8F1
(248,248,241)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDDF; }

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

This text font color is #DDDDDF.

Background Color

.myBgColor { background-color: #DDDDDF; }

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

This div background color is #DDDDDF.

Border color

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

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

This div border color is #DDDDDF.

Opacity

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

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

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

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

This text has shadow with #DDDDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDDDF.

Preview

Color preview on black background

This text has color #DDDDDF on black background.


Color preview on white background

This text has color #DDDDDF on white background.


Black color preview on #DDDDDF background

This text has black color on #DDDDDF background.


White color preview on #DDDDDF background

This text has white color on #DDDDDF background.


Related colors

Complementary color

Complementary color for #hex is #222220.


I love getcolorcode.com