COLOR #D5DDDC

HEX: #D5DDDC RGB: (213,221,220)

Color info

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

RGB color model

#D5DDDC color RGB value is (213,221,220).

RGB: (213,221,220) (84%, 87%, 86%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 220 of 255 = 86%

213
221
220

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

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 220 = 654 (100%)
R 213 of 654 ~ 32.57%
G 221 of 654 ~ 33.79%
B 220 of 654 ~ 33.64'%

%32.57
%33.79
%33.64

CMYK color model

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

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%

CMYK: (4,0,0,13)
C4M0Y0K13 (4%, 0%, 0%, 13%)
(0.04 / 0.00 / 0.00 / 0.13)

CMYK percentages

%3.62
%0
%0.45
%13.33

Codes

Color #D5DDDC in popluar color models

D5 DD DC
RGB 213 221 220
HSL 173° 10.53% 85.10%
HSB/HSV 173° 3.62% 86.67%
CMYK 3.62% 0.00% 0.45%
13.33%

Color #D5DDDC in popluar number systems.

HEX D5 DD DC
Decimal 213 221 220
Binary 11010101 11011101 11011100
Octal 325 335 334

Shades and tints

Shades of #D5DDDC

#D5DDDC
(213,221,220)
#C2C9C8
(194,201,200)
#AFB5B4
(175,181,180)
#9CA1A0
(156,161,160)
#898D8C
(137,141,140)
#767978
(118,121,120)
#636564
(99,101,100)
#505150
(80,81,80)
#3D3D3C
(61,61,60)
#2A2928
(42,41,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5DDDC

#D5DDDC
(213,221,220)
#D8E0DF
(216,224,223)
#DBE3E2
(219,227,226)
#DEE6E5
(222,230,229)
#E1E9E8
(225,233,232)
#E4ECEB
(228,236,235)
#E7EFEE
(231,239,238)
#EAF2F1
(234,242,241)
#EDF5F4
(237,245,244)
#F0F8F7
(240,248,247)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDDC; }

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

This text font color is #D5DDDC.

Background Color

.myBgColor { background-color: #D5DDDC; }

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

This div background color is #D5DDDC.

Border color

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

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

This div border color is #D5DDDC.

Opacity

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

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

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

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

This text has shadow with #D5DDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDDC.

Preview

Color preview on black background

This text has color #D5DDDC on black background.


Color preview on white background

This text has color #D5DDDC on white background.


Black color preview on #D5DDDC background

This text has black color on #D5DDDC background.


White color preview on #D5DDDC background

This text has white color on #D5DDDC background.


Related colors

Complementary color

Complementary color for #hex is #2A2223.


I love getcolorcode.com

Triadic colors

1 #DCD5DD and #DDDCD5 with #D5DDDC are triadic colors.

2 #DCDDD5 and #DDD5DC with #D5DDDC are triadic colors.