COLOR #DDCECC

HEX: #DDCECC RGB: (221,206,204)

Color info

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

RGB color model

#DDCECC color RGB value is (221,206,204).

RGB: (221,206,204) (87%, 81%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 204 of 255 = 80%

221
206
204

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

Portions of RGB colors in percentages

R + G + B = 221 + 206 + 204 = 631 (100%)
R 221 of 631 ~ 35.02%
G 206 of 631 ~ 32.65%
B 204 of 631 ~ 32.33'%

%35.02
%32.65
%32.33

CMYK color model

#DDCECC color CMYK value is (0,7,8,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 7.69%
  • key color value is 13.33%

CMYK: (0,7,8,13)
C0M7Y8K13 (0%, 7%, 8%, 13%)
(0.00 / 0.07 / 0.08 / 0.13)

CMYK percentages

%0
%6.79
%7.69
%13.33

Codes

Color #DDCECC in popluar color models

DD CE CC
RGB 221 206 204
HSL 20.00% 83.33%
HSB/HSV 7.69% 86.67%
CMYK 0.00% 6.79% 7.69%
13.33%

Color #DDCECC in popluar number systems.

HEX DD CE CC
Decimal 221 206 204
Binary 11011101 11001110 11001100
Octal 335 316 314

Shades and tints

Shades of #DDCECC

#DDCECC
(221,206,204)
#C9BCBA
(201,188,186)
#B5AAA8
(181,170,168)
#A19896
(161,152,150)
#8D8684
(141,134,132)
#797472
(121,116,114)
#656260
(101,98,96)
#51504E
(81,80,78)
#3D3E3C
(61,62,60)
#292C2A
(41,44,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDCECC

#DDCECC
(221,206,204)
#E0D2D0
(224,210,208)
#E3D6D4
(227,214,212)
#E6DAD8
(230,218,216)
#E9DEDC
(233,222,220)
#ECE2E0
(236,226,224)
#EFE6E4
(239,230,228)
#F2EAE8
(242,234,232)
#F5EEEC
(245,238,236)
#F8F2F0
(248,242,240)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCECC; }

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

This text font color is #DDCECC.

Background Color

.myBgColor { background-color: #DDCECC; }

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

This div background color is #DDCECC.

Border color

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

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

This div border color is #DDCECC.

Opacity

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

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

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

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

This text has shadow with #DDCECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCECC.

Preview

Color preview on black background

This text has color #DDCECC on black background.


Color preview on white background

This text has color #DDCECC on white background.


Black color preview on #DDCECC background

This text has black color on #DDCECC background.


White color preview on #DDCECC background

This text has white color on #DDCECC background.


Related colors

Complementary color

Complementary color for #hex is #223133.


I love getcolorcode.com

Triadic colors

1 #CCDDCE and #CECCDD with #DDCECC are triadic colors.

2 #CCCEDD and #CEDDCC with #DDCECC are triadic colors.