COLOR #D4DDCE

HEX: #D4DDCE RGB: (212,221,206)

Color info

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

RGB color model

#D4DDCE color RGB value is (212,221,206).

RGB: (212,221,206) (83%, 87%, 81%)

RGB channels and saturation

R 212 of 255 = 83%
G 221 of 255 = 87%
B 206 of 255 = 81%

212
221
206

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

Portions of RGB colors in percentages

R + G + B = 212 + 221 + 206 = 639 (100%)
R 212 of 639 ~ 33.18%
G 221 of 639 ~ 34.59%
B 206 of 639 ~ 32.24'%

%33.18
%34.59
%32.24

CMYK color model

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

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 13.33%

CMYK: (4,0,7,13)
C4M0Y7K13 (4%, 0%, 7%, 13%)
(0.04 / 0.00 / 0.07 / 0.13)

CMYK percentages

%4.07
%0
%6.79
%13.33

Codes

Color #D4DDCE in popluar color models

D4 DD CE
RGB 212 221 206
HSL 96° 18.07% 83.73%
HSB/HSV 96° 6.79% 86.67%
CMYK 4.07% 0.00% 6.79%
13.33%

Color #D4DDCE in popluar number systems.

HEX D4 DD CE
Decimal 212 221 206
Binary 11010100 11011101 11001110
Octal 324 335 316

Shades and tints

Shades of #D4DDCE

#D4DDCE
(212,221,206)
#C1C9BC
(193,201,188)
#AEB5AA
(174,181,170)
#9BA198
(155,161,152)
#888D86
(136,141,134)
#757974
(117,121,116)
#626562
(98,101,98)
#4F5150
(79,81,80)
#3C3D3E
(60,61,62)
#29292C
(41,41,44)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #D4DDCE

#D4DDCE
(212,221,206)
#D7E0D2
(215,224,210)
#DAE3D6
(218,227,214)
#DDE6DA
(221,230,218)
#E0E9DE
(224,233,222)
#E3ECE2
(227,236,226)
#E6EFE6
(230,239,230)
#E9F2EA
(233,242,234)
#ECF5EE
(236,245,238)
#EFF8F2
(239,248,242)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DDCE; }

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

This text font color is #D4DDCE.

Background Color

.myBgColor { background-color: #D4DDCE; }

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

This div background color is #D4DDCE.

Border color

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

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

This div border color is #D4DDCE.

Opacity

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

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

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

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

This text has shadow with #D4DDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DDCE.

Preview

Color preview on black background

This text has color #D4DDCE on black background.


Color preview on white background

This text has color #D4DDCE on white background.


Black color preview on #D4DDCE background

This text has black color on #D4DDCE background.


White color preview on #D4DDCE background

This text has white color on #D4DDCE background.


Related colors

Complementary color

Complementary color for #hex is #2B2231.


I love getcolorcode.com

Triadic colors

1 #CED4DD and #DDCED4 with #D4DDCE are triadic colors.

2 #CEDDD4 and #DDD4CE with #D4DDCE are triadic colors.