COLOR #DDC2CC

HEX: #DDC2CC
RGB: (221,194,204)

Color info

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

RGB color model

#DDC2CC color RGB value is (221,194,204).

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

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 204 of 255 = 80%

221
194
204

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

Portions of RGB colors in percentages

R + G + B =
221 + 194 + 204 = 619 (100%)
R 221 of 619 ~ 35.7%
G 194 of 619 ~ 31.34%
B 204 of 619 ~ 32.96%

%35.7
%31.34
%32.96

CMYK color model

#DDC2CC color CMYK value is (0,12,8,13).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(0,12,8,13)
C0M12Y8K13 
(0%,12%,8%,13%)
(0.00/0.12/0.08/0.13)	

CMYK percentages

%0
%12.22
%7.69
%13.33

Codes

Color #DDC2CC in popluar color models

DDC2CC
RGB221194204
HSL338°28.42%81.37%
HSB/HSV338°12.22%86.67%
CMYK0.00%12.22%7.69%
13.33%

Color #DDC2CC in popluar number systems.

HEXDDC2CC
Decimal221194204
Binary110111011100001011001100
Octal335302314

Shades and tints

Shades of #DDC2CC

#DDC2CC
(221,194,204)
#C9B1BA
(201,177,186)
#B5A0A8
(181,160,168)
#A18F96
(161,143,150)
#8D7E84
(141,126,132)
#796D72
(121,109,114)
#655C60
(101,92,96)
#514B4E
(81,75,78)
#3D3A3C
(61,58,60)
#29292A
(41,41,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDC2CC

#DDC2CC
(221,194,204)
#E0C7D0
(224,199,208)
#E3CCD4
(227,204,212)
#E6D1D8
(230,209,216)
#E9D6DC
(233,214,220)
#ECDBE0
(236,219,224)
#EFE0E4
(239,224,228)
#F2E5E8
(242,229,232)
#F5EAEC
(245,234,236)
#F8EFF0
(248,239,240)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC2CC; }

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

This text font color is #DDC2CC.


Background Color

.myBgColor { background-color: #DDC2CC; }

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

This div background color is #DDC2CC.


Border color

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

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

This div border color is #DDC2CC.


Opacity

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

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

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

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

This text has shadow with #DDC2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC2CC on black background.


Color preview on white background

This text has color #DDC2CC on white background.



Black color preview on #DDC2CC background

This text has black color on #DDC2CC background.


White color preview on #DDC2CC background

This text has white color on #DDC2CC background.