COLOR #DDCCCA

HEX: #DDCCCA
RGB: (221,204,202)

Color info

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

RGB color model

#DDCCCA color RGB value is (221,204,202).

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

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 202 of 255 = 79%

221
204
202

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

Portions of RGB colors in percentages

R + G + B =
221 + 204 + 202 = 627 (100%)
R 221 of 627 ~ 35.25%
G 204 of 627 ~ 32.54%
B 202 of 627 ~ 32.22%

%35.25
%32.54
%32.22

CMYK color model

#DDCCCA color CMYK value is (0,8,9,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 8.60%
  • key color value is 13.33%
CMYK:
(0,8,9,13)
C0M8Y9K13 
(0%,8%,9%,13%)
(0.00/0.08/0.09/0.13)	

CMYK percentages

%0
%7.69
%8.6
%13.33

Codes

Color #DDCCCA in popluar color models

DDCCCA
RGB221204202
HSL21.84%82.94%
HSB/HSV8.60%86.67%
CMYK0.00%7.69%8.60%
13.33%

Color #DDCCCA in popluar number systems.

HEXDDCCCA
Decimal221204202
Binary110111011100110011001010
Octal335314312

Shades and tints

Shades of #DDCCCA

#DDCCCA
(221,204,202)
#C9BAB8
(201,186,184)
#B5A8A6
(181,168,166)
#A19694
(161,150,148)
#8D8482
(141,132,130)
#797270
(121,114,112)
#65605E
(101,96,94)
#514E4C
(81,78,76)
#3D3C3A
(61,60,58)
#292A28
(41,42,40)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDCCCA

#DDCCCA
(221,204,202)
#E0D0CE
(224,208,206)
#E3D4D2
(227,212,210)
#E6D8D6
(230,216,214)
#E9DCDA
(233,220,218)
#ECE0DE
(236,224,222)
#EFE4E2
(239,228,226)
#F2E8E6
(242,232,230)
#F5ECEA
(245,236,234)
#F8F0EE
(248,240,238)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCCA; }

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

This text font color is #DDCCCA.


Background Color

.myBgColor { background-color: #DDCCCA; }

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

This div background color is #DDCCCA.


Border color

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

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

This div border color is #DDCCCA.


Opacity

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

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

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

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

This text has shadow with #DDCCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCCCA on black background.


Color preview on white background

This text has color #DDCCCA on white background.



Black color preview on #DDCCCA background

This text has black color on #DDCCCA background.


White color preview on #DDCCCA background

This text has white color on #DDCCCA background.