COLOR #DFDDEE

HEX: #DFDDEE
RGB: (223,221,238)

Color info

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

RGB color model

#DFDDEE color RGB value is (223,221,238).

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

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 238 of 255 = 93%

223
221
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 238 = 682 (100%)
R 223 of 682 ~ 32.7%
G 221 of 682 ~ 32.4%
B 238 of 682 ~ 34.9%

%32.7
%32.4
%34.9

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,7,0,7)
C6M7Y0K7 
(6%,7%,0%,7%)
(0.06/0.07/0.00/0.07)	

CMYK percentages

%6.3
%7.14
%0
%6.67

Codes

Color #DFDDEE in popluar color models

DFDDEE
RGB223221238
HSL247°33.33%90.00%
HSB/HSV247°7.14%93.33%
CMYK6.30%7.14%0.00%
6.67%

Color #DFDDEE in popluar number systems.

HEXDFDDEE
Decimal223221238
Binary110111111101110111101110
Octal337335356

Shades and tints

Shades of #DFDDEE

#DFDDEE
(223,221,238)
#CBC9D9
(203,201,217)
#B7B5C4
(183,181,196)
#A3A1AF
(163,161,175)
#8F8D9A
(143,141,154)
#7B7985
(123,121,133)
#676570
(103,101,112)
#53515B
(83,81,91)
#3F3D46
(63,61,70)
#2B2931
(43,41,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #DFDDEE

#DFDDEE
(223,221,238)
#E1E0EF
(225,224,239)
#E3E3F0
(227,227,240)
#E5E6F1
(229,230,241)
#E7E9F2
(231,233,242)
#E9ECF3
(233,236,243)
#EBEFF4
(235,239,244)
#EDF2F5
(237,242,245)
#EFF5F6
(239,245,246)
#F1F8F7
(241,248,247)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDEE; }

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

This text font color is #DFDDEE.


Background Color

.myBgColor { background-color: #DFDDEE; }

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

This div background color is #DFDDEE.


Border color

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

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

This div border color is #DFDDEE.


Opacity

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

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

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

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

This text has shadow with #DFDDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDEE on black background.


Color preview on white background

This text has color #DFDDEE on white background.



Black color preview on #DFDDEE background

This text has black color on #DFDDEE background.


White color preview on #DFDDEE background

This text has white color on #DFDDEE background.