COLOR #DFD2D6

HEX: #DFD2D6 RGB: (223,210,214)

Color info

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

RGB color model

#DFD2D6 color RGB value is (223,210,214).

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

RGB channels and saturation

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

223
210
214

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

Portions of RGB colors in percentages

R + G + B = 223 + 210 + 214 = 647 (100%)
R 223 of 647 ~ 34.47%
G 210 of 647 ~ 32.46%
B 214 of 647 ~ 33.08'%

%34.47
%32.46
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.83%
  • 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
%5.83
%4.04
%12.55

Codes

Color #DFD2D6 in popluar color models

DF D2 D6
RGB 223 210 214
HSL 342° 16.88% 84.90%
HSB/HSV 342° 5.83% 87.45%
CMYK 0.00% 5.83% 4.04%
12.55%

Color #DFD2D6 in popluar number systems.

HEX DF D2 D6
Decimal 223 210 214
Binary 11011111 11010010 11010110
Octal 337 322 326

Shades and tints

Shades of #DFD2D6

#DFD2D6
(223,210,214)
#CBBFC3
(203,191,195)
#B7ACB0
(183,172,176)
#A3999D
(163,153,157)
#8F868A
(143,134,138)
#7B7377
(123,115,119)
#676064
(103,96,100)
#534D51
(83,77,81)
#3F3A3E
(63,58,62)
#2B272B
(43,39,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #DFD2D6

#DFD2D6
(223,210,214)
#E1D6D9
(225,214,217)
#E3DADC
(227,218,220)
#E5DEDF
(229,222,223)
#E7E2E2
(231,226,226)
#E9E6E5
(233,230,229)
#EBEAE8
(235,234,232)
#EDEEEB
(237,238,235)
#EFF2EE
(239,242,238)
#F1F6F1
(241,246,241)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD2D6; }

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

This text font color is #DFD2D6.

Background Color

.myBgColor { background-color: #DFD2D6; }

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

This div background color is #DFD2D6.

Border color

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

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

This div border color is #DFD2D6.

Opacity

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

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

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

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

This text has shadow with #DFD2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD2D6.

Preview

Color preview on black background

This text has color #DFD2D6 on black background.


Color preview on white background

This text has color #DFD2D6 on white background.


Black color preview on #DFD2D6 background

This text has black color on #DFD2D6 background.


White color preview on #DFD2D6 background

This text has white color on #DFD2D6 background.


Related colors

Complementary color

Complementary color for #hex is #202D29.


I love getcolorcode.com

Triadic colors

1 #D6DFD2 and #D2D6DF with #DFD2D6 are triadic colors.

2 #D6D2DF and #D2DFD6 with #DFD2D6 are triadic colors.