COLOR #D5D8DF

HEX: #D5D8DF RGB: (213,216,223)

Color info

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

RGB color model

#D5D8DF color RGB value is (213,216,223).

RGB: (213,216,223) (84%, 85%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 216 of 255 = 85%
B 223 of 255 = 87%

213
216
223

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

Portions of RGB colors in percentages

R + G + B = 213 + 216 + 223 = 652 (100%)
R 213 of 652 ~ 32.67%
G 216 of 652 ~ 33.13%
B 223 of 652 ~ 34.2'%

%32.67
%33.13
%34.2

CMYK color model

#D5D8DF color CMYK value is (4,3,0,13).

  • cyan value is 4.48%
  • magenta value is 3.14%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (4,3,0,13)
C4M3Y0K13 (4%, 3%, 0%, 13%)
(0.04 / 0.03 / 0.00 / 0.13)

CMYK percentages

%4.48
%3.14
%0
%12.55

Codes

Color #D5D8DF in popluar color models

D5 D8 DF
RGB 213 216 223
HSL 222° 13.51% 85.49%
HSB/HSV 222° 4.48% 87.45%
CMYK 4.48% 3.14% 0.00%
12.55%

Color #D5D8DF in popluar number systems.

HEX D5 D8 DF
Decimal 213 216 223
Binary 11010101 11011000 11011111
Octal 325 330 337

Shades and tints

Shades of #D5D8DF

#D5D8DF
(213,216,223)
#C2C5CB
(194,197,203)
#AFB2B7
(175,178,183)
#9C9FA3
(156,159,163)
#898C8F
(137,140,143)
#76797B
(118,121,123)
#636667
(99,102,103)
#505353
(80,83,83)
#3D403F
(61,64,63)
#2A2D2B
(42,45,43)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #D5D8DF

#D5D8DF
(213,216,223)
#D8DBE1
(216,219,225)
#DBDEE3
(219,222,227)
#DEE1E5
(222,225,229)
#E1E4E7
(225,228,231)
#E4E7E9
(228,231,233)
#E7EAEB
(231,234,235)
#EAEDED
(234,237,237)
#EDF0EF
(237,240,239)
#F0F3F1
(240,243,241)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D8DF color. Also use rgb(213,216,223) instead hex code.

Text Font Color

.myTextColor { color: #D5D8DF; }

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

This text font color is #D5D8DF.

Background Color

.myBgColor { background-color: #D5D8DF; }

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

This div background color is #D5D8DF.

Border color

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

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

This div border color is #D5D8DF.

Opacity

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

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

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

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

This text has shadow with #D5D8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D8DF.

Preview

Color preview on black background

This text has color #D5D8DF on black background.


Color preview on white background

This text has color #D5D8DF on white background.


Black color preview on #D5D8DF background

This text has black color on #D5D8DF background.


White color preview on #D5D8DF background

This text has white color on #D5D8DF background.


Related colors

Complementary color

Complementary color for #hex is #2A2720.


I love getcolorcode.com

Triadic colors

1 #DFD5D8 and #D8DFD5 with #D5D8DF are triadic colors.

2 #DFD8D5 and #D8D5DF with #D5D8DF are triadic colors.