COLOR #DFDAE0

HEX: #DFDAE0
RGB: (223,218,224)

Color info

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

RGB color model

#DFDAE0 color RGB value is (223,218,224).

  • red value is 223;
  • green value is 218;
  • blue value is 224.
RGB:
(223,218,224)
(87%,85%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 224 of 255 = 88%

223
218
224

R + G + B ~ 87%. #DFDAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 224 = 665 (100%)
R 223 of 665 ~ 33.53%
G 218 of 665 ~ 32.78%
B 224 of 665 ~ 33.68%

%33.53
%32.78
%33.68

CMYK color model

#DFDAE0 color CMYK value is (0,3,0,12).

  • cyan value is 0.45%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(0,3,0,12)
C0M3Y0K12 
(0%,3%,0%,12%)
(0.00/0.03/0.00/0.12)	

CMYK percentages

%0.45
%2.68
%0
%12.16

Codes

Color #DFDAE0 in popluar color models

DFDAE0
RGB223218224
HSL290°8.82%86.67%
HSB/HSV290°2.68%87.84%
CMYK0.45%2.68%0.00%
12.16%

Color #DFDAE0 in popluar number systems.

HEXDFDAE0
Decimal223218224
Binary110111111101101011100000
Octal337332340

Shades and tints

Shades of #DFDAE0

#DFDAE0
(223,218,224)
#CBC7CC
(203,199,204)
#B7B4B8
(183,180,184)
#A3A1A4
(163,161,164)
#8F8E90
(143,142,144)
#7B7B7C
(123,123,124)
#676868
(103,104,104)
#535554
(83,85,84)
#3F4240
(63,66,64)
#2B2F2C
(43,47,44)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #DFDAE0

#DFDAE0
(223,218,224)
#E1DDE2
(225,221,226)
#E3E0E4
(227,224,228)
#E5E3E6
(229,227,230)
#E7E6E8
(231,230,232)
#E9E9EA
(233,233,234)
#EBECEC
(235,236,236)
#EDEFEE
(237,239,238)
#EFF2F0
(239,242,240)
#F1F5F2
(241,245,242)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAE0; }

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

This text font color is #DFDAE0.


Background Color

.myBgColor { background-color: #DFDAE0; }

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

This div background color is #DFDAE0.


Border color

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

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

This div border color is #DFDAE0.


Opacity

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

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

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

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

This text has shadow with #DFDAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAE0 on black background.


Color preview on white background

This text has color #DFDAE0 on white background.



Black color preview on #DFDAE0 background

This text has black color on #DFDAE0 background.


White color preview on #DFDAE0 background

This text has white color on #DFDAE0 background.