COLOR #DDC2D2

HEX: #DDC2D2
RGB: (221,194,210)

Color info

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

RGB color model

#DDC2D2 color RGB value is (221,194,210).

  • red value is 221;
  • green value is 194;
  • blue value is 210.
RGB:
(221,194,210)
(87%,76%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 210 of 255 = 82%

221
194
210

R + G + B ~ 82%. #DDC2D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 194 + 210 = 625 (100%)
R 221 of 625 ~ 35.36%
G 194 of 625 ~ 31.04%
B 210 of 625 ~ 33.6%

%35.36
%31.04
%33.6

CMYK color model

#DDC2D2 color CMYK value is (0,12,5,13).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(0,12,5,13)
C0M12Y5K13 
(0%,12%,5%,13%)
(0.00/0.12/0.05/0.13)	

CMYK percentages

%0
%12.22
%4.98
%13.33

Codes

Color #DDC2D2 in popluar color models

DDC2D2
RGB221194210
HSL324°28.42%81.37%
HSB/HSV324°12.22%86.67%
CMYK0.00%12.22%4.98%
13.33%

Color #DDC2D2 in popluar number systems.

HEXDDC2D2
Decimal221194210
Binary110111011100001011010010
Octal335302322

Shades and tints

Shades of #DDC2D2

#DDC2D2
(221,194,210)
#C9B1BF
(201,177,191)
#B5A0AC
(181,160,172)
#A18F99
(161,143,153)
#8D7E86
(141,126,134)
#796D73
(121,109,115)
#655C60
(101,92,96)
#514B4D
(81,75,77)
#3D3A3A
(61,58,58)
#292927
(41,41,39)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDC2D2

#DDC2D2
(221,194,210)
#E0C7D6
(224,199,214)
#E3CCDA
(227,204,218)
#E6D1DE
(230,209,222)
#E9D6E2
(233,214,226)
#ECDBE6
(236,219,230)
#EFE0EA
(239,224,234)
#F2E5EE
(242,229,238)
#F5EAF2
(245,234,242)
#F8EFF6
(248,239,246)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC2D2 color. Also use rgb(221,194,210) instead hex code.

Text Font Color

.myTextColor { color: #DDC2D2; }

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

This text font color is #DDC2D2.


Background Color

.myBgColor { background-color: #DDC2D2; }

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

This div background color is #DDC2D2.


Border color

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

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

This div border color is #DDC2D2.


Opacity

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

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

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

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

This text has shadow with #DDC2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC2D2 on black background.


Color preview on white background

This text has color #DDC2D2 on white background.



Black color preview on #DDC2D2 background

This text has black color on #DDC2D2 background.


White color preview on #DDC2D2 background

This text has white color on #DDC2D2 background.