COLOR #DDC5C6

HEX: #DDC5C6
RGB: (221,197,198)

Color info

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

RGB color model

#DDC5C6 color RGB value is (221,197,198).

  • red value is 221;
  • green value is 197;
  • blue value is 198.
RGB:
(221,197,198)
(87%,77%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 198 of 255 = 78%

221
197
198

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

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 198 = 616 (100%)
R 221 of 616 ~ 35.88%
G 197 of 616 ~ 31.98%
B 198 of 616 ~ 32.14%

%35.88
%31.98
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(0,11,10,13)
C0M11Y10K13 
(0%,11%,10%,13%)
(0.00/0.11/0.10/0.13)	

CMYK percentages

%0
%10.86
%10.41
%13.33

Codes

Color #DDC5C6 in popluar color models

DDC5C6
RGB221197198
HSL358°26.09%81.96%
HSB/HSV358°10.86%86.67%
CMYK0.00%10.86%10.41%
13.33%

Color #DDC5C6 in popluar number systems.

HEXDDC5C6
Decimal221197198
Binary110111011100010111000110
Octal335305306

Shades and tints

Shades of #DDC5C6

#DDC5C6
(221,197,198)
#C9B4B4
(201,180,180)
#B5A3A2
(181,163,162)
#A19290
(161,146,144)
#8D817E
(141,129,126)
#79706C
(121,112,108)
#655F5A
(101,95,90)
#514E48
(81,78,72)
#3D3D36
(61,61,54)
#292C24
(41,44,36)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #DDC5C6

#DDC5C6
(221,197,198)
#E0CACB
(224,202,203)
#E3CFD0
(227,207,208)
#E6D4D5
(230,212,213)
#E9D9DA
(233,217,218)
#ECDEDF
(236,222,223)
#EFE3E4
(239,227,228)
#F2E8E9
(242,232,233)
#F5EDEE
(245,237,238)
#F8F2F3
(248,242,243)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC5C6 color. Also use rgb(221,197,198) instead hex code.

Text Font Color

.myTextColor { color: #DDC5C6; }

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

This text font color is #DDC5C6.


Background Color

.myBgColor { background-color: #DDC5C6; }

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

This div background color is #DDC5C6.


Border color

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

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

This div border color is #DDC5C6.


Opacity

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

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

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

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

This text has shadow with #DDC5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC5C6 on black background.


Color preview on white background

This text has color #DDC5C6 on white background.



Black color preview on #DDC5C6 background

This text has black color on #DDC5C6 background.


White color preview on #DDC5C6 background

This text has white color on #DDC5C6 background.