COLOR #D9D8ED

HEX: #D9D8ED RGB: (217,216,237)

Color info

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

RGB color model

#D9D8ED color RGB value is (217,216,237).

RGB: (217,216,237) (85%, 85%, 93%)

RGB channels and saturation

R 217 of 255 = 85%
G 216 of 255 = 85%
B 237 of 255 = 93%

217
216
237

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

Portions of RGB colors in percentages

R + G + B = 217 + 216 + 237 = 670 (100%)
R 217 of 670 ~ 32.39%
G 216 of 670 ~ 32.24%
B 237 of 670 ~ 35.37'%

%32.39
%32.24
%35.37

CMYK color model

#D9D8ED color CMYK value is (8,9,0,7).

  • cyan value is 8.44%
  • magenta value is 8.86%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (8,9,0,7)
C8M9Y0K7 (8%, 9%, 0%, 7%)
(0.08 / 0.09 / 0.00 / 0.07)

CMYK percentages

%8.44
%8.86
%0
%7.06

Codes

Color #D9D8ED in popluar color models

D9 D8 ED
RGB 217 216 237
HSL 243° 36.84% 88.82%
HSB/HSV 243° 8.86% 92.94%
CMYK 8.44% 8.86% 0.00%
7.06%

Color #D9D8ED in popluar number systems.

HEX D9 D8 ED
Decimal 217 216 237
Binary 11011001 11011000 11101101
Octal 331 330 355

Shades and tints

Shades of #D9D8ED

#D9D8ED
(217,216,237)
#C6C5D8
(198,197,216)
#B3B2C3
(179,178,195)
#A09FAE
(160,159,174)
#8D8C99
(141,140,153)
#7A7984
(122,121,132)
#67666F
(103,102,111)
#54535A
(84,83,90)
#414045
(65,64,69)
#2E2D30
(46,45,48)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #D9D8ED

#D9D8ED
(217,216,237)
#DCDBEE
(220,219,238)
#DFDEEF
(223,222,239)
#E2E1F0
(226,225,240)
#E5E4F1
(229,228,241)
#E8E7F2
(232,231,242)
#EBEAF3
(235,234,243)
#EEEDF4
(238,237,244)
#F1F0F5
(241,240,245)
#F4F3F6
(244,243,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D8ED color. Also use rgb(217,216,237) instead hex code.

Text Font Color

.myTextColor { color: #D9D8ED; }

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

This text font color is #D9D8ED.

Background Color

.myBgColor { background-color: #D9D8ED; }

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

This div background color is #D9D8ED.

Border color

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

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

This div border color is #D9D8ED.

Opacity

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

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

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

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

This text has shadow with #D9D8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D8ED.

Preview

Color preview on black background

This text has color #D9D8ED on black background.


Color preview on white background

This text has color #D9D8ED on white background.


Black color preview on #D9D8ED background

This text has black color on #D9D8ED background.


White color preview on #D9D8ED background

This text has white color on #D9D8ED background.


Related colors

Complementary color

Complementary color for #hex is #262712.


I love getcolorcode.com

Triadic colors

1 #EDD9D8 and #D8EDD9 with #D9D8ED are triadic colors.

2 #EDD8D9 and #D8D9ED with #D9D8ED are triadic colors.