COLOR #D9DDE5

HEX: #D9DDE5 RGB: (217,221,229)

Color info

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

RGB color model

#D9DDE5 color RGB value is (217,221,229).

RGB: (217,221,229) (85%, 87%, 90%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 229 of 255 = 90%

217
221
229

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

Portions of RGB colors in percentages

R + G + B = 217 + 221 + 229 = 667 (100%)
R 217 of 667 ~ 32.53%
G 221 of 667 ~ 33.13%
B 229 of 667 ~ 34.33'%

%32.53
%33.13
%34.33

CMYK color model

#D9DDE5 color CMYK value is (5,3,0,10).

  • cyan value is 5.24%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (5,3,0,10)
C5M3Y0K10 (5%, 3%, 0%, 10%)
(0.05 / 0.03 / 0.00 / 0.10)

CMYK percentages

%5.24
%3.49
%0
%10.2

Codes

Color #D9DDE5 in popluar color models

D9 DD E5
RGB 217 221 229
HSL 220° 18.75% 87.45%
HSB/HSV 220° 5.24% 89.80%
CMYK 5.24% 3.49% 0.00%
10.20%

Color #D9DDE5 in popluar number systems.

HEX D9 DD E5
Decimal 217 221 229
Binary 11011001 11011101 11100101
Octal 331 335 345

Shades and tints

Shades of #D9DDE5

#D9DDE5
(217,221,229)
#C6C9D1
(198,201,209)
#B3B5BD
(179,181,189)
#A0A1A9
(160,161,169)
#8D8D95
(141,141,149)
#7A7981
(122,121,129)
#67656D
(103,101,109)
#545159
(84,81,89)
#413D45
(65,61,69)
#2E2931
(46,41,49)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #D9DDE5

#D9DDE5
(217,221,229)
#DCE0E7
(220,224,231)
#DFE3E9
(223,227,233)
#E2E6EB
(226,230,235)
#E5E9ED
(229,233,237)
#E8ECEF
(232,236,239)
#EBEFF1
(235,239,241)
#EEF2F3
(238,242,243)
#F1F5F5
(241,245,245)
#F4F8F7
(244,248,247)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDE5; }

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

This text font color is #D9DDE5.

Background Color

.myBgColor { background-color: #D9DDE5; }

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

This div background color is #D9DDE5.

Border color

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

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

This div border color is #D9DDE5.

Opacity

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

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

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

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

This text has shadow with #D9DDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DDE5.

Preview

Color preview on black background

This text has color #D9DDE5 on black background.


Color preview on white background

This text has color #D9DDE5 on white background.


Black color preview on #D9DDE5 background

This text has black color on #D9DDE5 background.


White color preview on #D9DDE5 background

This text has white color on #D9DDE5 background.


Related colors

Complementary color

Complementary color for #hex is #26221A.


I love getcolorcode.com

Triadic colors

1 #E5D9DD and #DDE5D9 with #D9DDE5 are triadic colors.

2 #E5DDD9 and #DDD9E5 with #D9DDE5 are triadic colors.