COLOR #DFDAE9

HEX: #DFDAE9
RGB: (223,218,233)

Color info

#DFDAE9 contains red, green and blue colors in about the same proportion. Web safe color of #DFDAE9 is #CCCCFF (or #CCF).

RGB color model

#DFDAE9 color RGB value is (223,218,233).

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

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 233 of 255 = 91%

223
218
233

R + G + B ~ 88%. #DFDAE9 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 233 = 674 (100%)
R 223 of 674 ~ 33.09%
G 218 of 674 ~ 32.34%
B 233 of 674 ~ 34.57%

%33.09
%32.34
%34.57

CMYK color model

#DFDAE9 color CMYK value is (4,6,0,9).

  • cyan value is 4.29%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(4,6,0,9)
C4M6Y0K9 
(4%,6%,0%,9%)
(0.04/0.06/0.00/0.09)	

CMYK percentages

%4.29
%6.44
%0
%8.63

Codes

Color #DFDAE9 in popluar color models

DFDAE9
RGB223218233
HSL260°25.42%88.43%
HSB/HSV260°6.44%91.37%
CMYK4.29%6.44%0.00%
8.63%

Color #DFDAE9 in popluar number systems.

HEXDFDAE9
Decimal223218233
Binary110111111101101011101001
Octal337332351

Shades and tints

Shades of #DFDAE9

#DFDAE9
(223,218,233)
#CBC7D4
(203,199,212)
#B7B4BF
(183,180,191)
#A3A1AA
(163,161,170)
#8F8E95
(143,142,149)
#7B7B80
(123,123,128)
#67686B
(103,104,107)
#535556
(83,85,86)
#3F4241
(63,66,65)
#2B2F2C
(43,47,44)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #DFDAE9

#DFDAE9
(223,218,233)
#E1DDEB
(225,221,235)
#E3E0ED
(227,224,237)
#E5E3EF
(229,227,239)
#E7E6F1
(231,230,241)
#E9E9F3
(233,233,243)
#EBECF5
(235,236,245)
#EDEFF7
(237,239,247)
#EFF2F9
(239,242,249)
#F1F5FB
(241,245,251)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAE9; }

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

This text font color is #DFDAE9.


Background Color

.myBgColor { background-color: #DFDAE9; }

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

This div background color is #DFDAE9.


Border color

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

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

This div border color is #DFDAE9.


Opacity

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

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

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

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

This text has shadow with #DFDAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAE9 on black background.


Color preview on white background

This text has color #DFDAE9 on white background.



Black color preview on #DFDAE9 background

This text has black color on #DFDAE9 background.


White color preview on #DFDAE9 background

This text has white color on #DFDAE9 background.