COLOR #D4D1DC

HEX: #D4D1DC RGB: (212,209,220)

Color info

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

RGB color model

#D4D1DC color RGB value is (212,209,220).

RGB: (212,209,220) (83%, 82%, 86%)

RGB channels and saturation

R 212 of 255 = 83%
G 209 of 255 = 82%
B 220 of 255 = 86%

212
209
220

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

Portions of RGB colors in percentages

R + G + B = 212 + 209 + 220 = 641 (100%)
R 212 of 641 ~ 33.07%
G 209 of 641 ~ 32.61%
B 220 of 641 ~ 34.32'%

%33.07
%32.61
%34.32

CMYK color model

#D4D1DC color CMYK value is (4,5,0,14).

  • cyan value is 3.64%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (4,5,0,14)
C4M5Y0K14 (4%, 5%, 0%, 14%)
(0.04 / 0.05 / 0.00 / 0.14)

CMYK percentages

%3.64
%5
%0
%13.73

Codes

Color #D4D1DC in popluar color models

D4 D1 DC
RGB 212 209 220
HSL 256° 13.58% 84.12%
HSB/HSV 256° 5.00% 86.27%
CMYK 3.64% 5.00% 0.00%
13.73%

Color #D4D1DC in popluar number systems.

HEX D4 D1 DC
Decimal 212 209 220
Binary 11010100 11010001 11011100
Octal 324 321 334

Shades and tints

Shades of #D4D1DC

#D4D1DC
(212,209,220)
#C1BEC8
(193,190,200)
#AEABB4
(174,171,180)
#9B98A0
(155,152,160)
#88858C
(136,133,140)
#757278
(117,114,120)
#625F64
(98,95,100)
#4F4C50
(79,76,80)
#3C393C
(60,57,60)
#292628
(41,38,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #D4D1DC

#D4D1DC
(212,209,220)
#D7D5DF
(215,213,223)
#DAD9E2
(218,217,226)
#DDDDE5
(221,221,229)
#E0E1E8
(224,225,232)
#E3E5EB
(227,229,235)
#E6E9EE
(230,233,238)
#E9EDF1
(233,237,241)
#ECF1F4
(236,241,244)
#EFF5F7
(239,245,247)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D1DC; }

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

This text font color is #D4D1DC.

Background Color

.myBgColor { background-color: #D4D1DC; }

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

This div background color is #D4D1DC.

Border color

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

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

This div border color is #D4D1DC.

Opacity

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

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

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

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

This text has shadow with #D4D1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D1DC.

Preview

Color preview on black background

This text has color #D4D1DC on black background.


Color preview on white background

This text has color #D4D1DC on white background.


Black color preview on #D4D1DC background

This text has black color on #D4D1DC background.


White color preview on #D4D1DC background

This text has white color on #D4D1DC background.


Related colors

Complementary color

Complementary color for #hex is #2B2E23.


I love getcolorcode.com

Triadic colors

1 #DCD4D1 and #D1DCD4 with #D4D1DC are triadic colors.

2 #DCD1D4 and #D1D4DC with #D4D1DC are triadic colors.