COLOR #D5DDDF

HEX: #D5DDDF RGB: (213,221,223)

Color info

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

RGB color model

#D5DDDF color RGB value is (213,221,223).

RGB: (213,221,223) (84%, 87%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 223 of 255 = 87%

213
221
223

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

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 223 = 657 (100%)
R 213 of 657 ~ 32.42%
G 221 of 657 ~ 33.64%
B 223 of 657 ~ 33.94'%

%32.42
%33.64
%33.94

CMYK color model

#D5DDDF color CMYK value is (4,1,0,13).

  • cyan value is 4.48%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (4,1,0,13) C4M1Y0K13 (4%,1%,0%,13%) (0.04/0.01/0.00/0.13) 

CMYK percentages

%4.48
%0.9
%0
%12.55

Codes

Color #D5DDDF in popluar color models

D5 DD DF
RGB 213 221 223
HSL 192° 13.51% 85.49%
HSB/HSV 192° 4.48% 87.45%
CMYK 4.48% 0.90% 0.00%
12.55%

Color #D5DDDF in popluar number systems.

HEX D5 DD DF
Decimal 213 221 223
Binary 11010101 11011101 11011111
Octal 325 335 337

Shades and tints

Shades of #D5DDDF

#D5DDDF
(213,221,223)
#C2C9CB
(194,201,203)
#AFB5B7
(175,181,183)
#9CA1A3
(156,161,163)
#898D8F
(137,141,143)
#76797B
(118,121,123)
#636567
(99,101,103)
#505153
(80,81,83)
#3D3D3F
(61,61,63)
#2A292B
(42,41,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #D5DDDF

#D5DDDF
(213,221,223)
#D8E0E1
(216,224,225)
#DBE3E3
(219,227,227)
#DEE6E5
(222,230,229)
#E1E9E7
(225,233,231)
#E4ECE9
(228,236,233)
#E7EFEB
(231,239,235)
#EAF2ED
(234,242,237)
#EDF5EF
(237,245,239)
#F0F8F1
(240,248,241)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDDF; }

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

This text font color is #D5DDDF.

Background Color

.myBgColor { background-color: #D5DDDF; }

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

This div background color is #D5DDDF.

Border color

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

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

This div border color is #D5DDDF.

Opacity

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

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

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

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

This text has shadow with #D5DDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDDF.

Preview

Color preview on black background

This text has color #D5DDDF on black background.


Color preview on white background

This text has color #D5DDDF on white background.


Black color preview on #D5DDDF background

This text has black color on #D5DDDF background.


White color preview on #D5DDDF background

This text has white color on #D5DDDF background.


Related colors

Complementary color

Complementary color for #hex is #2A2220.


I love getcolorcode.com

Triadic colors

1 #DFD5DD and #DDDFD5 with #D5DDDF are triadic colors.

2 #DFDDD5 and #DDD5DF with #D5DDDF are triadic colors.