COLOR #D8DDDA

HEX: #D8DDDA RGB: (216,221,218)

Color info

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

RGB color model

#D8DDDA color RGB value is (216,221,218).

RGB: (216,221,218) (85%, 87%, 85%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 218 of 255 = 85%

216
221
218

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

Portions of RGB colors in percentages

R + G + B = 216 + 221 + 218 = 655 (100%)
R 216 of 655 ~ 32.98%
G 221 of 655 ~ 33.74%
B 218 of 655 ~ 33.28'%

%32.98
%33.74
%33.28

CMYK color model

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

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.33%

CMYK: (2,0,1,13)
C2M0Y1K13 (2%, 0%, 1%, 13%)
(0.02 / 0.00 / 0.01 / 0.13)

CMYK percentages

%2.26
%0
%1.36
%13.33

Codes

Color #D8DDDA in popluar color models

D8 DD DA
RGB 216 221 218
HSL 144° 6.85% 85.69%
HSB/HSV 144° 2.26% 86.67%
CMYK 2.26% 0.00% 1.36%
13.33%

Color #D8DDDA in popluar number systems.

HEX D8 DD DA
Decimal 216 221 218
Binary 11011000 11011101 11011010
Octal 330 335 332

Shades and tints

Shades of #D8DDDA

#D8DDDA
(216,221,218)
#C5C9C7
(197,201,199)
#B2B5B4
(178,181,180)
#9FA1A1
(159,161,161)
#8C8D8E
(140,141,142)
#79797B
(121,121,123)
#666568
(102,101,104)
#535155
(83,81,85)
#403D42
(64,61,66)
#2D292F
(45,41,47)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #D8DDDA

#D8DDDA
(216,221,218)
#DBE0DD
(219,224,221)
#DEE3E0
(222,227,224)
#E1E6E3
(225,230,227)
#E4E9E6
(228,233,230)
#E7ECE9
(231,236,233)
#EAEFEC
(234,239,236)
#EDF2EF
(237,242,239)
#F0F5F2
(240,245,242)
#F3F8F5
(243,248,245)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDDA; }

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

This text font color is #D8DDDA.

Background Color

.myBgColor { background-color: #D8DDDA; }

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

This div background color is #D8DDDA.

Border color

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

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

This div border color is #D8DDDA.

Opacity

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

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

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

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

This text has shadow with #D8DDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DDDA.

Preview

Color preview on black background

This text has color #D8DDDA on black background.


Color preview on white background

This text has color #D8DDDA on white background.


Black color preview on #D8DDDA background

This text has black color on #D8DDDA background.


White color preview on #D8DDDA background

This text has white color on #D8DDDA background.


Related colors

Complementary color

Complementary color for #hex is #272225.


I love getcolorcode.com

Triadic colors

1 #DAD8DD and #DDDAD8 with #D8DDDA are triadic colors.

2 #DADDD8 and #DDD8DA with #D8DDDA are triadic colors.