COLOR #DFDDF0

HEX: #DFDDF0
RGB: (223,221,240)

Color info

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

RGB color model

#DFDDF0 color RGB value is (223,221,240).

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

RGB channels and saturation

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

223
221
240

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

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 240 = 684 (100%)
R 223 of 684 ~ 32.6%
G 221 of 684 ~ 32.31%
B 240 of 684 ~ 35.09%

%32.6
%32.31
%35.09

CMYK color model

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

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

CMYK percentages

%7.08
%7.92
%0
%5.88

Codes

Color #DFDDF0 in popluar color models

DFDDF0
RGB223221240
HSL246°38.78%90.39%
HSB/HSV246°7.92%94.12%
CMYK7.08%7.92%0.00%
5.88%

Color #DFDDF0 in popluar number systems.

HEXDFDDF0
Decimal223221240
Binary110111111101110111110000
Octal337335360

Shades and tints

Shades of #DFDDF0

#DFDDF0
(223,221,240)
#CBC9DB
(203,201,219)
#B7B5C6
(183,181,198)
#A3A1B1
(163,161,177)
#8F8D9C
(143,141,156)
#7B7987
(123,121,135)
#676572
(103,101,114)
#53515D
(83,81,93)
#3F3D48
(63,61,72)
#2B2933
(43,41,51)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #DFDDF0

#DFDDF0
(223,221,240)
#E1E0F1
(225,224,241)
#E3E3F2
(227,227,242)
#E5E6F3
(229,230,243)
#E7E9F4
(231,233,244)
#E9ECF5
(233,236,245)
#EBEFF6
(235,239,246)
#EDF2F7
(237,242,247)
#EFF5F8
(239,245,248)
#F1F8F9
(241,248,249)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDF0; }

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

This text font color is #DFDDF0.


Background Color

.myBgColor { background-color: #DFDDF0; }

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

This div background color is #DFDDF0.


Border color

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

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

This div border color is #DFDDF0.


Opacity

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

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

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

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

This text has shadow with #DFDDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDF0 on black background.


Color preview on white background

This text has color #DFDDF0 on white background.



Black color preview on #DFDDF0 background

This text has black color on #DFDDF0 background.


White color preview on #DFDDF0 background

This text has white color on #DFDDF0 background.