COLOR #DDCDD7

HEX: #DDCDD7
RGB: (221,205,215)

Color info

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

RGB color model

#DDCDD7 color RGB value is (221,205,215).

  • red value is 221;
  • green value is 205;
  • blue value is 215.
RGB:
(221,205,215)
(87%,80%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 215 of 255 = 84%

221
205
215

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

Portions of RGB colors in percentages

R + G + B =
221 + 205 + 215 = 641 (100%)
R 221 of 641 ~ 34.48%
G 205 of 641 ~ 31.98%
B 215 of 641 ~ 33.54%

%34.48
%31.98
%33.54

CMYK color model

#DDCDD7 color CMYK value is (0,7,3,13).

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(0,7,3,13)
C0M7Y3K13 
(0%,7%,3%,13%)
(0.00/0.07/0.03/0.13)	

CMYK percentages

%0
%7.24
%2.71
%13.33

Codes

Color #DDCDD7 in popluar color models

DDCDD7
RGB221205215
HSL323°19.05%83.53%
HSB/HSV323°7.24%86.67%
CMYK0.00%7.24%2.71%
13.33%

Color #DDCDD7 in popluar number systems.

HEXDDCDD7
Decimal221205215
Binary110111011100110111010111
Octal335315327

Shades and tints

Shades of #DDCDD7

#DDCDD7
(221,205,215)
#C9BBC4
(201,187,196)
#B5A9B1
(181,169,177)
#A1979E
(161,151,158)
#8D858B
(141,133,139)
#797378
(121,115,120)
#656165
(101,97,101)
#514F52
(81,79,82)
#3D3D3F
(61,61,63)
#292B2C
(41,43,44)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDCDD7

#DDCDD7
(221,205,215)
#E0D1DA
(224,209,218)
#E3D5DD
(227,213,221)
#E6D9E0
(230,217,224)
#E9DDE3
(233,221,227)
#ECE1E6
(236,225,230)
#EFE5E9
(239,229,233)
#F2E9EC
(242,233,236)
#F5EDEF
(245,237,239)
#F8F1F2
(248,241,242)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCDD7; }

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

This text font color is #DDCDD7.


Background Color

.myBgColor { background-color: #DDCDD7; }

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

This div background color is #DDCDD7.


Border color

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

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

This div border color is #DDCDD7.


Opacity

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

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

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

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

This text has shadow with #DDCDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCDD7 on black background.


Color preview on white background

This text has color #DDCDD7 on white background.



Black color preview on #DDCDD7 background

This text has black color on #DDCDD7 background.


White color preview on #DDCDD7 background

This text has white color on #DDCDD7 background.