COLOR #DDCFD9

HEX: #DDCFD9 RGB: (221,207,217)

Color info

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

RGB color model

#DDCFD9 color RGB value is (221,207,217).

RGB: (221,207,217) (87%, 81%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 207 of 255 = 81%
B 217 of 255 = 85%

221
207
217

R + G + B ~ 84%. #DDCFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 207 + 217 = 645 (100%)
R 221 of 645 ~ 34.26%
G 207 of 645 ~ 32.09%
B 217 of 645 ~ 33.64'%

%34.26
%32.09
%33.64

CMYK color model

#DDCFD9 color CMYK value is (0,6,2,13).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK: (0,6,2,13) C0M6Y2K13 (0%,6%,2%,13%) (0.00/0.06/0.02/0.13) 

CMYK percentages

%0
%6.33
%1.81
%13.33

Codes

Color #DDCFD9 in popluar color models

DD CF D9
RGB 221 207 217
HSL 317° 17.07% 83.92%
HSB/HSV 317° 6.33% 86.67%
CMYK 0.00% 6.33% 1.81%
13.33%

Color #DDCFD9 in popluar number systems.

HEX DD CF D9
Decimal 221 207 217
Binary 11011101 11001111 11011001
Octal 335 317 331

Shades and tints

Shades of #DDCFD9

#DDCFD9
(221,207,217)
#C9BDC6
(201,189,198)
#B5ABB3
(181,171,179)
#A199A0
(161,153,160)
#8D878D
(141,135,141)
#79757A
(121,117,122)
#656367
(101,99,103)
#515154
(81,81,84)
#3D3F41
(61,63,65)
#292D2E
(41,45,46)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #DDCFD9

#DDCFD9
(221,207,217)
#E0D3DC
(224,211,220)
#E3D7DF
(227,215,223)
#E6DBE2
(230,219,226)
#E9DFE5
(233,223,229)
#ECE3E8
(236,227,232)
#EFE7EB
(239,231,235)
#F2EBEE
(242,235,238)
#F5EFF1
(245,239,241)
#F8F3F4
(248,243,244)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCFD9 color. Also use rgb(221,207,217) instead hex code.

Text Font Color

.myTextColor { color: #DDCFD9; }

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

This text font color is #DDCFD9.

Background Color

.myBgColor { background-color: #DDCFD9; }

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

This div background color is #DDCFD9.

Border color

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

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

This div border color is #DDCFD9.

Opacity

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

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

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

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

This text has shadow with #DDCFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCFD9.

Preview

Color preview on black background

This text has color #DDCFD9 on black background.


Color preview on white background

This text has color #DDCFD9 on white background.


Black color preview on #DDCFD9 background

This text has black color on #DDCFD9 background.


White color preview on #DDCFD9 background

This text has white color on #DDCFD9 background.


Related colors

Complementary color

Complementary color for #hex is #223026.


I love getcolorcode.com

Triadic colors

1 #D9DDCF and #CFD9DD with #DDCFD9 are triadic colors.

2 #D9CFDD and #CFDDD9 with #DDCFD9 are triadic colors.