COLOR #D9DDEB

HEX: #D9DDEB RGB: (217,221,235)

Color info

#D9DDEB contains red, green and blue colors in about the same proportion. Web safe color of #D9DDEB is #CCCCFF (or #CCF).

RGB color model

#D9DDEB color RGB value is (217,221,235).

RGB: (217,221,235) (85%, 87%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 235 of 255 = 92%

217
221
235

R + G + B ~ 88%. #D9DDEB is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 221 + 235 = 673 (100%)
R 217 of 673 ~ 32.24%
G 221 of 673 ~ 32.84%
B 235 of 673 ~ 34.92'%

%32.24
%32.84
%34.92

CMYK color model

#D9DDEB color CMYK value is (8,6,0,8).

  • cyan value is 7.66%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (8,6,0,8)
C8M6Y0K8 (8%, 6%, 0%, 8%)
(0.08 / 0.06 / 0.00 / 0.08)

CMYK percentages

%7.66
%5.96
%0
%7.84

Codes

Color #D9DDEB in popluar color models

D9 DD EB
RGB 217 221 235
HSL 227° 31.03% 88.63%
HSB/HSV 227° 7.66% 92.16%
CMYK 7.66% 5.96% 0.00%
7.84%

Color #D9DDEB in popluar number systems.

HEX D9 DD EB
Decimal 217 221 235
Binary 11011001 11011101 11101011
Octal 331 335 353

Shades and tints

Shades of #D9DDEB

#D9DDEB
(217,221,235)
#C6C9D6
(198,201,214)
#B3B5C1
(179,181,193)
#A0A1AC
(160,161,172)
#8D8D97
(141,141,151)
#7A7982
(122,121,130)
#67656D
(103,101,109)
#545158
(84,81,88)
#413D43
(65,61,67)
#2E292E
(46,41,46)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #D9DDEB

#D9DDEB
(217,221,235)
#DCE0EC
(220,224,236)
#DFE3ED
(223,227,237)
#E2E6EE
(226,230,238)
#E5E9EF
(229,233,239)
#E8ECF0
(232,236,240)
#EBEFF1
(235,239,241)
#EEF2F2
(238,242,242)
#F1F5F3
(241,245,243)
#F4F8F4
(244,248,244)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDEB; }

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

This text font color is #D9DDEB.

Background Color

.myBgColor { background-color: #D9DDEB; }

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

This div background color is #D9DDEB.

Border color

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

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

This div border color is #D9DDEB.

Opacity

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

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

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

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

This text has shadow with #D9DDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DDEB.

Preview

Color preview on black background

This text has color #D9DDEB on black background.


Color preview on white background

This text has color #D9DDEB on white background.


Black color preview on #D9DDEB background

This text has black color on #D9DDEB background.


White color preview on #D9DDEB background

This text has white color on #D9DDEB background.


Related colors

Complementary color

Complementary color for #hex is #262214.


I love getcolorcode.com

Triadic colors

1 #EBD9DD and #DDEBD9 with #D9DDEB are triadic colors.

2 #EBDDD9 and #DDD9EB with #D9DDEB are triadic colors.