COLOR #D2D5DC

HEX: #D2D5DC RGB: (210,213,220)

Color info

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

RGB color model

#D2D5DC color RGB value is (210,213,220).

RGB: (210,213,220) (82%, 84%, 86%)

RGB channels and saturation

R 210 of 255 = 82%
G 213 of 255 = 84%
B 220 of 255 = 86%

210
213
220

R + G + B ~ 84%. #D2D5DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 213 + 220 = 643 (100%)
R 210 of 643 ~ 32.66%
G 213 of 643 ~ 33.13%
B 220 of 643 ~ 34.21'%

%32.66
%33.13
%34.21

CMYK color model

#D2D5DC color CMYK value is (5,3,0,14).

  • cyan value is 4.55%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (5,3,0,14)
C5M3Y0K14 (5%, 3%, 0%, 14%)
(0.05 / 0.03 / 0.00 / 0.14)

CMYK percentages

%4.55
%3.18
%0
%13.73

Codes

Color #D2D5DC in popluar color models

D2 D5 DC
RGB 210 213 220
HSL 222° 12.50% 84.31%
HSB/HSV 222° 4.55% 86.27%
CMYK 4.55% 3.18% 0.00%
13.73%

Color #D2D5DC in popluar number systems.

HEX D2 D5 DC
Decimal 210 213 220
Binary 11010010 11010101 11011100
Octal 322 325 334

Shades and tints

Shades of #D2D5DC

#D2D5DC
(210,213,220)
#BFC2C8
(191,194,200)
#ACAFB4
(172,175,180)
#999CA0
(153,156,160)
#86898C
(134,137,140)
#737678
(115,118,120)
#606364
(96,99,100)
#4D5050
(77,80,80)
#3A3D3C
(58,61,60)
#272A28
(39,42,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #D2D5DC

#D2D5DC
(210,213,220)
#D6D8DF
(214,216,223)
#DADBE2
(218,219,226)
#DEDEE5
(222,222,229)
#E2E1E8
(226,225,232)
#E6E4EB
(230,228,235)
#EAE7EE
(234,231,238)
#EEEAF1
(238,234,241)
#F2EDF4
(242,237,244)
#F6F0F7
(246,240,247)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D5DC; }

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

This text font color is #D2D5DC.

Background Color

.myBgColor { background-color: #D2D5DC; }

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

This div background color is #D2D5DC.

Border color

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

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

This div border color is #D2D5DC.

Opacity

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

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

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

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

This text has shadow with #D2D5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D5DC.

Preview

Color preview on black background

This text has color #D2D5DC on black background.


Color preview on white background

This text has color #D2D5DC on white background.


Black color preview on #D2D5DC background

This text has black color on #D2D5DC background.


White color preview on #D2D5DC background

This text has white color on #D2D5DC background.


Related colors

Complementary color

Complementary color for #hex is #2D2A23.


I love getcolorcode.com

Triadic colors

1 #DCD2D5 and #D5DCD2 with #D2D5DC are triadic colors.

2 #DCD5D2 and #D5D2DC with #D2D5DC are triadic colors.