COLOR #DDC7D8

HEX: #DDC7D8
RGB: (221,199,216)

Color info

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

RGB color model

#DDC7D8 color RGB value is (221,199,216).

  • red value is 221;
  • green value is 199;
  • blue value is 216.
RGB:
(221,199,216)
(87%,78%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 216 of 255 = 85%

221
199
216

R + G + B ~ 83%. #DDC7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 199 + 216 = 636 (100%)
R 221 of 636 ~ 34.75%
G 199 of 636 ~ 31.29%
B 216 of 636 ~ 33.96%

%34.75
%31.29
%33.96

CMYK color model

#DDC7D8 color CMYK value is (0,10,2,13).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 2.26%
  • key color value is 13.33%
CMYK:
(0,10,2,13)
C0M10Y2K13 
(0%,10%,2%,13%)
(0.00/0.10/0.02/0.13)	

CMYK percentages

%0
%9.95
%2.26
%13.33

Codes

Color #DDC7D8 in popluar color models

DDC7D8
RGB221199216
HSL314°24.44%82.35%
HSB/HSV314°9.95%86.67%
CMYK0.00%9.95%2.26%
13.33%

Color #DDC7D8 in popluar number systems.

HEXDDC7D8
Decimal221199216
Binary110111011100011111011000
Octal335307330

Shades and tints

Shades of #DDC7D8

#DDC7D8
(221,199,216)
#C9B5C5
(201,181,197)
#B5A3B2
(181,163,178)
#A1919F
(161,145,159)
#8D7F8C
(141,127,140)
#796D79
(121,109,121)
#655B66
(101,91,102)
#514953
(81,73,83)
#3D3740
(61,55,64)
#29252D
(41,37,45)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #DDC7D8

#DDC7D8
(221,199,216)
#E0CCDB
(224,204,219)
#E3D1DE
(227,209,222)
#E6D6E1
(230,214,225)
#E9DBE4
(233,219,228)
#ECE0E7
(236,224,231)
#EFE5EA
(239,229,234)
#F2EAED
(242,234,237)
#F5EFF0
(245,239,240)
#F8F4F3
(248,244,243)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC7D8 color. Also use rgb(221,199,216) instead hex code.

Text Font Color

.myTextColor { color: #DDC7D8; }

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

This text font color is #DDC7D8.


Background Color

.myBgColor { background-color: #DDC7D8; }

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

This div background color is #DDC7D8.


Border color

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

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

This div border color is #DDC7D8.


Opacity

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

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

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

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

This text has shadow with #DDC7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC7D8 on black background.


Color preview on white background

This text has color #DDC7D8 on white background.



Black color preview on #DDC7D8 background

This text has black color on #DDC7D8 background.


White color preview on #DDC7D8 background

This text has white color on #DDC7D8 background.