COLOR #DDC6D6

HEX: #DDC6D6
RGB: (221,198,214)

Color info

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

RGB color model

#DDC6D6 color RGB value is (221,198,214).

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

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 214 of 255 = 84%

221
198
214

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

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 214 = 633 (100%)
R 221 of 633 ~ 34.91%
G 198 of 633 ~ 31.28%
B 214 of 633 ~ 33.81%

%34.91
%31.28
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.41%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(0,10,3,13)
C0M10Y3K13 
(0%,10%,3%,13%)
(0.00/0.10/0.03/0.13)	

CMYK percentages

%0
%10.41
%3.17
%13.33

Codes

Color #DDC6D6 in popluar color models

DDC6D6
RGB221198214
HSL318°25.27%82.16%
HSB/HSV318°10.41%86.67%
CMYK0.00%10.41%3.17%
13.33%

Color #DDC6D6 in popluar number systems.

HEXDDC6D6
Decimal221198214
Binary110111011100011011010110
Octal335306326

Shades and tints

Shades of #DDC6D6

#DDC6D6
(221,198,214)
#C9B4C3
(201,180,195)
#B5A2B0
(181,162,176)
#A1909D
(161,144,157)
#8D7E8A
(141,126,138)
#796C77
(121,108,119)
#655A64
(101,90,100)
#514851
(81,72,81)
#3D363E
(61,54,62)
#29242B
(41,36,43)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #DDC6D6

#DDC6D6
(221,198,214)
#E0CBD9
(224,203,217)
#E3D0DC
(227,208,220)
#E6D5DF
(230,213,223)
#E9DAE2
(233,218,226)
#ECDFE5
(236,223,229)
#EFE4E8
(239,228,232)
#F2E9EB
(242,233,235)
#F5EEEE
(245,238,238)
#F8F3F1
(248,243,241)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6D6; }

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

This text font color is #DDC6D6.


Background Color

.myBgColor { background-color: #DDC6D6; }

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

This div background color is #DDC6D6.


Border color

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

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

This div border color is #DDC6D6.


Opacity

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

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

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

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

This text has shadow with #DDC6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6D6 on black background.


Color preview on white background

This text has color #DDC6D6 on white background.



Black color preview on #DDC6D6 background

This text has black color on #DDC6D6 background.


White color preview on #DDC6D6 background

This text has white color on #DDC6D6 background.