COLOR #DFD5DA

HEX: #DFD5DA RGB: (223,213,218)

Color info

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

RGB color model

#DFD5DA color RGB value is (223,213,218).

RGB: (223,213,218) (87%, 84%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 213 of 255 = 84%
B 218 of 255 = 85%

223
213
218

R + G + B ~ 85%. #DFD5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 213 + 218 = 654 (100%)
R 223 of 654 ~ 34.1%
G 213 of 654 ~ 32.57%
B 218 of 654 ~ 33.33'%

%34.1
%32.57
%33.33

CMYK color model

#DFD5DA color CMYK value is (0,4,2,13).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 2.24%
  • key color value is 12.55%
CMYK: (0,4,2,13) C0M4Y2K13 (0%,4%,2%,13%) (0.00/0.04/0.02/0.13) 

CMYK percentages

%0
%4.48
%2.24
%12.55

Codes

Color #DFD5DA in popluar color models

DF D5 DA
RGB 223 213 218
HSL 330° 13.51% 85.49%
HSB/HSV 330° 4.48% 87.45%
CMYK 0.00% 4.48% 2.24%
12.55%

Color #DFD5DA in popluar number systems.

HEX DF D5 DA
Decimal 223 213 218
Binary 11011111 11010101 11011010
Octal 337 325 332

Shades and tints

Shades of #DFD5DA

#DFD5DA
(223,213,218)
#CBC2C7
(203,194,199)
#B7AFB4
(183,175,180)
#A39CA1
(163,156,161)
#8F898E
(143,137,142)
#7B767B
(123,118,123)
#676368
(103,99,104)
#535055
(83,80,85)
#3F3D42
(63,61,66)
#2B2A2F
(43,42,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #DFD5DA

#DFD5DA
(223,213,218)
#E1D8DD
(225,216,221)
#E3DBE0
(227,219,224)
#E5DEE3
(229,222,227)
#E7E1E6
(231,225,230)
#E9E4E9
(233,228,233)
#EBE7EC
(235,231,236)
#EDEAEF
(237,234,239)
#EFEDF2
(239,237,242)
#F1F0F5
(241,240,245)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD5DA color. Also use rgb(223,213,218) instead hex code.

Text Font Color

.myTextColor { color: #DFD5DA; }

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

This text font color is #DFD5DA.

Background Color

.myBgColor { background-color: #DFD5DA; }

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

This div background color is #DFD5DA.

Border color

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

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

This div border color is #DFD5DA.

Opacity

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

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

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

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

This text has shadow with #DFD5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD5DA.

Preview

Color preview on black background

This text has color #DFD5DA on black background.


Color preview on white background

This text has color #DFD5DA on white background.


Black color preview on #DFD5DA background

This text has black color on #DFD5DA background.


White color preview on #DFD5DA background

This text has white color on #DFD5DA background.


Related colors

Complementary color

Complementary color for #hex is #202A25.


I love getcolorcode.com

Triadic colors

1 #DADFD5 and #D5DADF with #DFD5DA are triadic colors.

2 #DAD5DF and #D5DFDA with #DFD5DA are triadic colors.