COLOR #D4DCDD

HEX: #D4DCDD RGB: (212,220,221)

Color info

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

RGB color model

#D4DCDD color RGB value is (212,220,221).

RGB: (212,220,221) (83%, 86%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 221 of 255 = 87%

212
220
221

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

Portions of RGB colors in percentages

R + G + B = 212 + 220 + 221 = 653 (100%)
R 212 of 653 ~ 32.47%
G 220 of 653 ~ 33.69%
B 221 of 653 ~ 33.84'%

%32.47
%33.69
%33.84

CMYK color model

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

  • cyan value is 4.07%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • 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

%4.07
%0.45
%0
%13.33

Codes

Color #D4DCDD in popluar color models

D4 DC DD
RGB 212 220 221
HSL 187° 11.69% 84.90%
HSB/HSV 187° 4.07% 86.67%
CMYK 4.07% 0.45% 0.00%
13.33%

Color #D4DCDD in popluar number systems.

HEX D4 DC DD
Decimal 212 220 221
Binary 11010100 11011100 11011101
Octal 324 334 335

Shades and tints

Shades of #D4DCDD

#D4DCDD
(212,220,221)
#C1C8C9
(193,200,201)
#AEB4B5
(174,180,181)
#9BA0A1
(155,160,161)
#888C8D
(136,140,141)
#757879
(117,120,121)
#626465
(98,100,101)
#4F5051
(79,80,81)
#3C3C3D
(60,60,61)
#292829
(41,40,41)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D4DCDD

#D4DCDD
(212,220,221)
#D7DFE0
(215,223,224)
#DAE2E3
(218,226,227)
#DDE5E6
(221,229,230)
#E0E8E9
(224,232,233)
#E3EBEC
(227,235,236)
#E6EEEF
(230,238,239)
#E9F1F2
(233,241,242)
#ECF4F5
(236,244,245)
#EFF7F8
(239,247,248)
#F2FAFB
(242,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCDD; }

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

This text font color is #D4DCDD.

Background Color

.myBgColor { background-color: #D4DCDD; }

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

This div background color is #D4DCDD.

Border color

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

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

This div border color is #D4DCDD.

Opacity

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

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

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

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

This text has shadow with #D4DCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DCDD.

Preview

Color preview on black background

This text has color #D4DCDD on black background.


Color preview on white background

This text has color #D4DCDD on white background.


Black color preview on #D4DCDD background

This text has black color on #D4DCDD background.


White color preview on #D4DCDD background

This text has white color on #D4DCDD background.


Related colors

Complementary color

Complementary color for #hex is #2B2322.


I love getcolorcode.com

Triadic colors

1 #DDD4DC and #DCDDD4 with #D4DCDD are triadic colors.

2 #DDDCD4 and #DCD4DD with #D4DCDD are triadic colors.