COLOR #D8DDD6

HEX: #D8DDD6 RGB: (216,221,214)

Color info

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

RGB color model

#D8DDD6 color RGB value is (216,221,214).

RGB: (216,221,214) (85%, 87%, 84%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 214 of 255 = 84%

216
221
214

R + G + B ~ 85%. #D8DDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 221 + 214 = 651 (100%)
R 216 of 651 ~ 33.18%
G 221 of 651 ~ 33.95%
B 214 of 651 ~ 32.87'%

%33.18
%33.95
%32.87

CMYK color model

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

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK: (2,0,3,13) C2M0Y3K13 (2%,0%,3%,13%) (0.02/0.00/0.03/0.13) 

CMYK percentages

%2.26
%0
%3.17
%13.33

Codes

Color #D8DDD6 in popluar color models

D8 DD D6
RGB 216 221 214
HSL 103° 9.33% 85.29%
HSB/HSV 103° 3.17% 86.67%
CMYK 2.26% 0.00% 3.17%
13.33%

Color #D8DDD6 in popluar number systems.

HEX D8 DD D6
Decimal 216 221 214
Binary 11011000 11011101 11010110
Octal 330 335 326

Shades and tints

Shades of #D8DDD6

#D8DDD6
(216,221,214)
#C5C9C3
(197,201,195)
#B2B5B0
(178,181,176)
#9FA19D
(159,161,157)
#8C8D8A
(140,141,138)
#797977
(121,121,119)
#666564
(102,101,100)
#535151
(83,81,81)
#403D3E
(64,61,62)
#2D292B
(45,41,43)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #D8DDD6

#D8DDD6
(216,221,214)
#DBE0D9
(219,224,217)
#DEE3DC
(222,227,220)
#E1E6DF
(225,230,223)
#E4E9E2
(228,233,226)
#E7ECE5
(231,236,229)
#EAEFE8
(234,239,232)
#EDF2EB
(237,242,235)
#F0F5EE
(240,245,238)
#F3F8F1
(243,248,241)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DDD6 color. Also use rgb(216,221,214) instead hex code.

Text Font Color

.myTextColor { color: #D8DDD6; }

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

This text font color is #D8DDD6.

Background Color

.myBgColor { background-color: #D8DDD6; }

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

This div background color is #D8DDD6.

Border color

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

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

This div border color is #D8DDD6.

Opacity

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

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

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

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

This text has shadow with #D8DDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DDD6.

Preview

Color preview on black background

This text has color #D8DDD6 on black background.


Color preview on white background

This text has color #D8DDD6 on white background.


Black color preview on #D8DDD6 background

This text has black color on #D8DDD6 background.


White color preview on #D8DDD6 background

This text has white color on #D8DDD6 background.


Related colors

Complementary color

Complementary color for #hex is #272229.


I love getcolorcode.com

Triadic colors

1 #D6D8DD and #DDD6D8 with #D8DDD6 are triadic colors.

2 #D6DDD8 and #DDD8D6 with #D8DDD6 are triadic colors.