COLOR #DFD8DB

HEX: #DFD8DB RGB: (223,216,219)

Color info

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

RGB color model

#DFD8DB color RGB value is (223,216,219).

RGB: (223,216,219) (87%, 85%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 216 of 255 = 85%
B 219 of 255 = 86%

223
216
219

R + G + B ~ 86%. #DFD8DB is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 216 + 219 = 658 (100%)
R 223 of 658 ~ 33.89%
G 216 of 658 ~ 32.83%
B 219 of 658 ~ 33.28'%

%33.89
%32.83
%33.28

CMYK color model

#DFD8DB color CMYK value is (0,3,2,13).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 1.79%
  • key color value is 12.55%

CMYK: (0,3,2,13)
C0M3Y2K13 (0%, 3%, 2%, 13%)
(0.00 / 0.03 / 0.02 / 0.13)

CMYK percentages

%0
%3.14
%1.79
%12.55

Codes

Color #DFD8DB in popluar color models

DF D8 DB
RGB 223 216 219
HSL 334° 9.86% 86.08%
HSB/HSV 334° 3.14% 87.45%
CMYK 0.00% 3.14% 1.79%
12.55%

Color #DFD8DB in popluar number systems.

HEX DF D8 DB
Decimal 223 216 219
Binary 11011111 11011000 11011011
Octal 337 330 333

Shades and tints

Shades of #DFD8DB

#DFD8DB
(223,216,219)
#CBC5C8
(203,197,200)
#B7B2B5
(183,178,181)
#A39FA2
(163,159,162)
#8F8C8F
(143,140,143)
#7B797C
(123,121,124)
#676669
(103,102,105)
#535356
(83,83,86)
#3F4043
(63,64,67)
#2B2D30
(43,45,48)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #DFD8DB

#DFD8DB
(223,216,219)
#E1DBDE
(225,219,222)
#E3DEE1
(227,222,225)
#E5E1E4
(229,225,228)
#E7E4E7
(231,228,231)
#E9E7EA
(233,231,234)
#EBEAED
(235,234,237)
#EDEDF0
(237,237,240)
#EFF0F3
(239,240,243)
#F1F3F6
(241,243,246)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD8DB color. Also use rgb(223,216,219) instead hex code.

Text Font Color

.myTextColor { color: #DFD8DB; }

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

This text font color is #DFD8DB.

Background Color

.myBgColor { background-color: #DFD8DB; }

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

This div background color is #DFD8DB.

Border color

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

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

This div border color is #DFD8DB.

Opacity

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

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

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

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

This text has shadow with #DFD8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD8DB.

Preview

Color preview on black background

This text has color #DFD8DB on black background.


Color preview on white background

This text has color #DFD8DB on white background.


Black color preview on #DFD8DB background

This text has black color on #DFD8DB background.


White color preview on #DFD8DB background

This text has white color on #DFD8DB background.


Related colors

Complementary color

Complementary color for #hex is #202724.


I love getcolorcode.com

Triadic colors

1 #DBDFD8 and #D8DBDF with #DFD8DB are triadic colors.

2 #DBD8DF and #D8DFDB with #DFD8DB are triadic colors.