COLOR #D9DDDE

HEX: #D9DDDE RGB: (217,221,222)

Color info

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

RGB color model

#D9DDDE color RGB value is (217,221,222).

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

RGB channels and saturation

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

217
221
222

R + G + B ~ 86%. #D9DDDE is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 221 + 222 = 660 (100%)
R 217 of 660 ~ 32.88%
G 221 of 660 ~ 33.48%
B 222 of 660 ~ 33.64'%

%32.88
%33.48
%33.64

CMYK color model

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

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

CMYK percentages

%2.25
%0.45
%0
%12.94

Codes

Color #D9DDDE in popluar color models

D9 DD DE
RGB 217 221 222
HSL 192° 7.04% 86.08%
HSB/HSV 192° 2.25% 87.06%
CMYK 2.25% 0.45% 0.00%
12.94%

Color #D9DDDE in popluar number systems.

HEX D9 DD DE
Decimal 217 221 222
Binary 11011001 11011101 11011110
Octal 331 335 336

Shades and tints

Shades of #D9DDDE

#D9DDDE
(217,221,222)
#C6C9CA
(198,201,202)
#B3B5B6
(179,181,182)
#A0A1A2
(160,161,162)
#8D8D8E
(141,141,142)
#7A797A
(122,121,122)
#676566
(103,101,102)
#545152
(84,81,82)
#413D3E
(65,61,62)
#2E292A
(46,41,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #D9DDDE

#D9DDDE
(217,221,222)
#DCE0E1
(220,224,225)
#DFE3E4
(223,227,228)
#E2E6E7
(226,230,231)
#E5E9EA
(229,233,234)
#E8ECED
(232,236,237)
#EBEFF0
(235,239,240)
#EEF2F3
(238,242,243)
#F1F5F6
(241,245,246)
#F4F8F9
(244,248,249)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDDE; }

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

This text font color is #D9DDDE.

Background Color

.myBgColor { background-color: #D9DDDE; }

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

This div background color is #D9DDDE.

Border color

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

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

This div border color is #D9DDDE.

Opacity

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

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

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

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

This text has shadow with #D9DDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DDDE.

Preview

Color preview on black background

This text has color #D9DDDE on black background.


Color preview on white background

This text has color #D9DDDE on white background.


Black color preview on #D9DDDE background

This text has black color on #D9DDDE background.


White color preview on #D9DDDE background

This text has white color on #D9DDDE background.


Related colors

Complementary color

Complementary color for #hex is #262221.


I love getcolorcode.com

Triadic colors

1 #DED9DD and #DDDED9 with #D9DDDE are triadic colors.

2 #DEDDD9 and #DDD9DE with #D9DDDE are triadic colors.