COLOR #DFDDEF

HEX: #DFDDEF
RGB: (223,221,239)

Color info

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

RGB color model

#DFDDEF color RGB value is (223,221,239).

  • red value is 223;
  • green value is 221;
  • blue value is 239.
RGB:
(223,221,239)
(87%,87%,94%)

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 239 of 255 = 94%

223
221
239

R + G + B ~ 89%. #DFDDEF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 239 = 683 (100%)
R 223 of 683 ~ 32.65%
G 221 of 683 ~ 32.36%
B 239 of 683 ~ 34.99%

%32.65
%32.36
%34.99

CMYK color model

#DFDDEF color CMYK value is (7,8,0,6).

  • cyan value is 6.69%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,8,0,6)
C7M8Y0K6 
(7%,8%,0%,6%)
(0.07/0.08/0.00/0.06)	

CMYK percentages

%6.69
%7.53
%0
%6.27

Codes

Color #DFDDEF in popluar color models

DFDDEF
RGB223221239
HSL247°36.00%90.20%
HSB/HSV247°7.53%93.73%
CMYK6.69%7.53%0.00%
6.27%

Color #DFDDEF in popluar number systems.

HEXDFDDEF
Decimal223221239
Binary110111111101110111101111
Octal337335357

Shades and tints

Shades of #DFDDEF

#DFDDEF
(223,221,239)
#CBC9DA
(203,201,218)
#B7B5C5
(183,181,197)
#A3A1B0
(163,161,176)
#8F8D9B
(143,141,155)
#7B7986
(123,121,134)
#676571
(103,101,113)
#53515C
(83,81,92)
#3F3D47
(63,61,71)
#2B2932
(43,41,50)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #DFDDEF

#DFDDEF
(223,221,239)
#E1E0F0
(225,224,240)
#E3E3F1
(227,227,241)
#E5E6F2
(229,230,242)
#E7E9F3
(231,233,243)
#E9ECF4
(233,236,244)
#EBEFF5
(235,239,245)
#EDF2F6
(237,242,246)
#EFF5F7
(239,245,247)
#F1F8F8
(241,248,248)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDDEF color. Also use rgb(223,221,239) instead hex code.

Text Font Color

.myTextColor { color: #DFDDEF; }

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

This text font color is #DFDDEF.


Background Color

.myBgColor { background-color: #DFDDEF; }

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

This div background color is #DFDDEF.


Border color

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

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

This div border color is #DFDDEF.


Opacity

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

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

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

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

This text has shadow with #DFDDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDEF on black background.


Color preview on white background

This text has color #DFDDEF on white background.



Black color preview on #DFDDEF background

This text has black color on #DFDDEF background.


White color preview on #DFDDEF background

This text has white color on #DFDDEF background.