COLOR #DFDAE5

HEX: #DFDAE5 RGB: (223,218,229)

Color info

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

RGB color model

#DFDAE5 color RGB value is (223,218,229).

RGB: (223,218,229) (87%, 85%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 229 of 255 = 90%

223
218
229

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

Portions of RGB colors in percentages

R + G + B = 223 + 218 + 229 = 670 (100%)
R 223 of 670 ~ 33.28%
G 218 of 670 ~ 32.54%
B 229 of 670 ~ 34.18'%

%33.28
%32.54
%34.18

CMYK color model

#DFDAE5 color CMYK value is (3,5,0,10).

  • cyan value is 2.62%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (3,5,0,10)
C3M5Y0K10 (3%, 5%, 0%, 10%)
(0.03 / 0.05 / 0.00 / 0.10)

CMYK percentages

%2.62
%4.8
%0
%10.2

Codes

Color #DFDAE5 in popluar color models

DF DA E5
RGB 223 218 229
HSL 267° 17.46% 87.65%
HSB/HSV 267° 4.80% 89.80%
CMYK 2.62% 4.80% 0.00%
10.20%

Color #DFDAE5 in popluar number systems.

HEX DF DA E5
Decimal 223 218 229
Binary 11011111 11011010 11100101
Octal 337 332 345

Shades and tints

Shades of #DFDAE5

#DFDAE5
(223,218,229)
#CBC7D1
(203,199,209)
#B7B4BD
(183,180,189)
#A3A1A9
(163,161,169)
#8F8E95
(143,142,149)
#7B7B81
(123,123,129)
#67686D
(103,104,109)
#535559
(83,85,89)
#3F4245
(63,66,69)
#2B2F31
(43,47,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #DFDAE5

#DFDAE5
(223,218,229)
#E1DDE7
(225,221,231)
#E3E0E9
(227,224,233)
#E5E3EB
(229,227,235)
#E7E6ED
(231,230,237)
#E9E9EF
(233,233,239)
#EBECF1
(235,236,241)
#EDEFF3
(237,239,243)
#EFF2F5
(239,242,245)
#F1F5F7
(241,245,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAE5; }

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

This text font color is #DFDAE5.

Background Color

.myBgColor { background-color: #DFDAE5; }

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

This div background color is #DFDAE5.

Border color

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

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

This div border color is #DFDAE5.

Opacity

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

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

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

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

This text has shadow with #DFDAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDAE5.

Preview

Color preview on black background

This text has color #DFDAE5 on black background.


Color preview on white background

This text has color #DFDAE5 on white background.


Black color preview on #DFDAE5 background

This text has black color on #DFDAE5 background.


White color preview on #DFDAE5 background

This text has white color on #DFDAE5 background.


Related colors

Complementary color

Complementary color for #hex is #20251A.


I love getcolorcode.com

Triadic colors

1 #E5DFDA and #DAE5DF with #DFDAE5 are triadic colors.

2 #E5DADF and #DADFE5 with #DFDAE5 are triadic colors.