COLOR #DFDAE1

HEX: #DFDAE1 RGB: (223,218,225)

Color info

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

RGB color model

#DFDAE1 color RGB value is (223,218,225).

RGB: (223,218,225) (87%, 85%, 88%)

RGB channels and saturation

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

223
218
225

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

Portions of RGB colors in percentages

R + G + B = 223 + 218 + 225 = 666 (100%)
R 223 of 666 ~ 33.48%
G 218 of 666 ~ 32.73%
B 225 of 666 ~ 33.78'%

%33.48
%32.73
%33.78

CMYK color model

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

  • cyan value is 0.89%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (1,3,0,12)
C1M3Y0K12 (1%, 3%, 0%, 12%)
(0.01 / 0.03 / 0.00 / 0.12)

CMYK percentages

%0.89
%3.11
%0
%11.76

Codes

Color #DFDAE1 in popluar color models

DF DA E1
RGB 223 218 225
HSL 283° 10.45% 86.86%
HSB/HSV 283° 3.11% 88.24%
CMYK 0.89% 3.11% 0.00%
11.76%

Color #DFDAE1 in popluar number systems.

HEX DF DA E1
Decimal 223 218 225
Binary 11011111 11011010 11100001
Octal 337 332 341

Shades and tints

Shades of #DFDAE1

#DFDAE1
(223,218,225)
#CBC7CD
(203,199,205)
#B7B4B9
(183,180,185)
#A3A1A5
(163,161,165)
#8F8E91
(143,142,145)
#7B7B7D
(123,123,125)
#676869
(103,104,105)
#535555
(83,85,85)
#3F4241
(63,66,65)
#2B2F2D
(43,47,45)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #DFDAE1

#DFDAE1
(223,218,225)
#E1DDE3
(225,221,227)
#E3E0E5
(227,224,229)
#E5E3E7
(229,227,231)
#E7E6E9
(231,230,233)
#E9E9EB
(233,233,235)
#EBECED
(235,236,237)
#EDEFEF
(237,239,239)
#EFF2F1
(239,242,241)
#F1F5F3
(241,245,243)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAE1; }

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

This text font color is #DFDAE1.

Background Color

.myBgColor { background-color: #DFDAE1; }

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

This div background color is #DFDAE1.

Border color

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

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

This div border color is #DFDAE1.

Opacity

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

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

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

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

This text has shadow with #DFDAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDAE1.

Preview

Color preview on black background

This text has color #DFDAE1 on black background.


Color preview on white background

This text has color #DFDAE1 on white background.


Black color preview on #DFDAE1 background

This text has black color on #DFDAE1 background.


White color preview on #DFDAE1 background

This text has white color on #DFDAE1 background.


Related colors

Complementary color

Complementary color for #hex is #20251E.


I love getcolorcode.com

Triadic colors

1 #E1DFDA and #DAE1DF with #DFDAE1 are triadic colors.

2 #E1DADF and #DADFE1 with #DFDAE1 are triadic colors.