COLOR #DDDBDF

HEX: #DDDBDF RGB: (221,219,223)

Color info

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

RGB color model

#DDDBDF color RGB value is (221,219,223).

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

RGB channels and saturation

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

221
219
223

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

Portions of RGB colors in percentages

R + G + B = 221 + 219 + 223 = 663 (100%)
R 221 of 663 ~ 33.33%
G 219 of 663 ~ 33.03%
B 223 of 663 ~ 33.63'%

%33.33
%33.03
%33.63

CMYK color model

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

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

CMYK: (1,2,0,13)
C1M2Y0K13 (1%, 2%, 0%, 13%)
(0.01 / 0.02 / 0.00 / 0.13)

CMYK percentages

%0.9
%1.79
%0
%12.55

Codes

Color #DDDBDF in popluar color models

DD DB DF
RGB 221 219 223
HSL 270° 5.88% 86.67%
HSB/HSV 270° 1.79% 87.45%
CMYK 0.90% 1.79% 0.00%
12.55%

Color #DDDBDF in popluar number systems.

HEX DD DB DF
Decimal 221 219 223
Binary 11011101 11011011 11011111
Octal 335 333 337

Shades and tints

Shades of #DDDBDF

#DDDBDF
(221,219,223)
#C9C8CB
(201,200,203)
#B5B5B7
(181,181,183)
#A1A2A3
(161,162,163)
#8D8F8F
(141,143,143)
#797C7B
(121,124,123)
#656967
(101,105,103)
#515653
(81,86,83)
#3D433F
(61,67,63)
#29302B
(41,48,43)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #DDDBDF

#DDDBDF
(221,219,223)
#E0DEE1
(224,222,225)
#E3E1E3
(227,225,227)
#E6E4E5
(230,228,229)
#E9E7E7
(233,231,231)
#ECEAE9
(236,234,233)
#EFEDEB
(239,237,235)
#F2F0ED
(242,240,237)
#F5F3EF
(245,243,239)
#F8F6F1
(248,246,241)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDBDF; }

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

This text font color is #DDDBDF.

Background Color

.myBgColor { background-color: #DDDBDF; }

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

This div background color is #DDDBDF.

Border color

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

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

This div border color is #DDDBDF.

Opacity

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

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

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

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

This text has shadow with #DDDBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDBDF.

Preview

Color preview on black background

This text has color #DDDBDF on black background.


Color preview on white background

This text has color #DDDBDF on white background.


Black color preview on #DDDBDF background

This text has black color on #DDDBDF background.


White color preview on #DDDBDF background

This text has white color on #DDDBDF background.


Related colors

Complementary color

Complementary color for #hex is #222420.


I love getcolorcode.com

Triadic colors

1 #DFDDDB and #DBDFDD with #DDDBDF are triadic colors.

2 #DFDBDD and #DBDDDF with #DDDBDF are triadic colors.