COLOR #DFCDDD

HEX: #DFCDDD RGB: (223,205,221)

Color info

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

RGB color model

#DFCDDD color RGB value is (223,205,221).

RGB: (223,205,221) (87%, 80%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 205 of 255 = 80%
B 221 of 255 = 87%

223
205
221

R + G + B ~ 85%. #DFCDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 205 + 221 = 649 (100%)
R 223 of 649 ~ 34.36%
G 205 of 649 ~ 31.59%
B 221 of 649 ~ 34.05'%

%34.36
%31.59
%34.05

CMYK color model

#DFCDDD color CMYK value is (0,8,1,13).

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 0.90%
  • key color value is 12.55%

CMYK: (0,8,1,13)
C0M8Y1K13 (0%, 8%, 1%, 13%)
(0.00 / 0.08 / 0.01 / 0.13)

CMYK percentages

%0
%8.07
%0.9
%12.55

Codes

Color #DFCDDD in popluar color models

DF CD DD
RGB 223 205 221
HSL 307° 21.95% 83.92%
HSB/HSV 307° 8.07% 87.45%
CMYK 0.00% 8.07% 0.90%
12.55%

Color #DFCDDD in popluar number systems.

HEX DF CD DD
Decimal 223 205 221
Binary 11011111 11001101 11011101
Octal 337 315 335

Shades and tints

Shades of #DFCDDD

#DFCDDD
(223,205,221)
#CBBBC9
(203,187,201)
#B7A9B5
(183,169,181)
#A397A1
(163,151,161)
#8F858D
(143,133,141)
#7B7379
(123,115,121)
#676165
(103,97,101)
#534F51
(83,79,81)
#3F3D3D
(63,61,61)
#2B2B29
(43,43,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #DFCDDD

#DFCDDD
(223,205,221)
#E1D1E0
(225,209,224)
#E3D5E3
(227,213,227)
#E5D9E6
(229,217,230)
#E7DDE9
(231,221,233)
#E9E1EC
(233,225,236)
#EBE5EF
(235,229,239)
#EDE9F2
(237,233,242)
#EFEDF5
(239,237,245)
#F1F1F8
(241,241,248)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCDDD; }

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

This text font color is #DFCDDD.

Background Color

.myBgColor { background-color: #DFCDDD; }

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

This div background color is #DFCDDD.

Border color

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

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

This div border color is #DFCDDD.

Opacity

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

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

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

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

This text has shadow with #DFCDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCDDD.

Preview

Color preview on black background

This text has color #DFCDDD on black background.


Color preview on white background

This text has color #DFCDDD on white background.


Black color preview on #DFCDDD background

This text has black color on #DFCDDD background.


White color preview on #DFCDDD background

This text has white color on #DFCDDD background.


Related colors

Complementary color

Complementary color for #hex is #203222.


I love getcolorcode.com

Triadic colors

1 #DDDFCD and #CDDDDF with #DFCDDD are triadic colors.

2 #DDCDDF and #CDDFDD with #DFCDDD are triadic colors.