COLOR #DDC7C8

HEX: #DDC7C8
RGB: (221,199,200)

Color info

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

RGB color model

#DDC7C8 color RGB value is (221,199,200).

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

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 200 of 255 = 78%

221
199
200

R + G + B ~ 81%. #DDC7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 199 + 200 = 620 (100%)
R 221 of 620 ~ 35.65%
G 199 of 620 ~ 32.1%
B 200 of 620 ~ 32.26%

%35.65
%32.1
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(0,10,10,13)
C0M10Y10K13 
(0%,10%,10%,13%)
(0.00/0.10/0.10/0.13)	

CMYK percentages

%0
%9.95
%9.5
%13.33

Codes

Color #DDC7C8 in popluar color models

DDC7C8
RGB221199200
HSL357°24.44%82.35%
HSB/HSV357°9.95%86.67%
CMYK0.00%9.95%9.50%
13.33%

Color #DDC7C8 in popluar number systems.

HEXDDC7C8
Decimal221199200
Binary110111011100011111001000
Octal335307310

Shades and tints

Shades of #DDC7C8

#DDC7C8
(221,199,200)
#C9B5B6
(201,181,182)
#B5A3A4
(181,163,164)
#A19192
(161,145,146)
#8D7F80
(141,127,128)
#796D6E
(121,109,110)
#655B5C
(101,91,92)
#51494A
(81,73,74)
#3D3738
(61,55,56)
#292526
(41,37,38)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #DDC7C8

#DDC7C8
(221,199,200)
#E0CCCD
(224,204,205)
#E3D1D2
(227,209,210)
#E6D6D7
(230,214,215)
#E9DBDC
(233,219,220)
#ECE0E1
(236,224,225)
#EFE5E6
(239,229,230)
#F2EAEB
(242,234,235)
#F5EFF0
(245,239,240)
#F8F4F5
(248,244,245)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7C8; }

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

This text font color is #DDC7C8.


Background Color

.myBgColor { background-color: #DDC7C8; }

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

This div background color is #DDC7C8.


Border color

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

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

This div border color is #DDC7C8.


Opacity

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

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

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

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

This text has shadow with #DDC7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC7C8 on black background.


Color preview on white background

This text has color #DDC7C8 on white background.



Black color preview on #DDC7C8 background

This text has black color on #DDC7C8 background.


White color preview on #DDC7C8 background

This text has white color on #DDC7C8 background.