COLOR #DFD1D6

HEX: #DFD1D6 RGB: (223,209,214)

Color info

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

RGB color model

#DFD1D6 color RGB value is (223,209,214).

RGB: (223,209,214) (87%, 82%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 209 of 255 = 82%
B 214 of 255 = 84%

223
209
214

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

Portions of RGB colors in percentages

R + G + B = 223 + 209 + 214 = 646 (100%)
R 223 of 646 ~ 34.52%
G 209 of 646 ~ 32.35%
B 214 of 646 ~ 33.13'%

%34.52
%32.35
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 4.04%
  • key color value is 12.55%

CMYK: (0,6,4,13)
C0M6Y4K13 (0%, 6%, 4%, 13%)
(0.00 / 0.06 / 0.04 / 0.13)

CMYK percentages

%0
%6.28
%4.04
%12.55

Codes

Color #DFD1D6 in popluar color models

DF D1 D6
RGB 223 209 214
HSL 339° 17.95% 84.71%
HSB/HSV 339° 6.28% 87.45%
CMYK 0.00% 6.28% 4.04%
12.55%

Color #DFD1D6 in popluar number systems.

HEX DF D1 D6
Decimal 223 209 214
Binary 11011111 11010001 11010110
Octal 337 321 326

Shades and tints

Shades of #DFD1D6

#DFD1D6
(223,209,214)
#CBBEC3
(203,190,195)
#B7ABB0
(183,171,176)
#A3989D
(163,152,157)
#8F858A
(143,133,138)
#7B7277
(123,114,119)
#675F64
(103,95,100)
#534C51
(83,76,81)
#3F393E
(63,57,62)
#2B262B
(43,38,43)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #DFD1D6

#DFD1D6
(223,209,214)
#E1D5D9
(225,213,217)
#E3D9DC
(227,217,220)
#E5DDDF
(229,221,223)
#E7E1E2
(231,225,226)
#E9E5E5
(233,229,229)
#EBE9E8
(235,233,232)
#EDEDEB
(237,237,235)
#EFF1EE
(239,241,238)
#F1F5F1
(241,245,241)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD1D6 color. Also use rgb(223,209,214) instead hex code.

Text Font Color

.myTextColor { color: #DFD1D6; }

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

This text font color is #DFD1D6.

Background Color

.myBgColor { background-color: #DFD1D6; }

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

This div background color is #DFD1D6.

Border color

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

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

This div border color is #DFD1D6.

Opacity

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

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

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

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

This text has shadow with #DFD1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD1D6.

Preview

Color preview on black background

This text has color #DFD1D6 on black background.


Color preview on white background

This text has color #DFD1D6 on white background.


Black color preview on #DFD1D6 background

This text has black color on #DFD1D6 background.


White color preview on #DFD1D6 background

This text has white color on #DFD1D6 background.


Related colors

Complementary color

Complementary color for #hex is #202E29.


I love getcolorcode.com

Triadic colors

1 #D6DFD1 and #D1D6DF with #DFD1D6 are triadic colors.

2 #D6D1DF and #D1DFD6 with #DFD1D6 are triadic colors.