COLOR #DDCCCD

HEX: #DDCCCD RGB: (221,204,205)

Color info

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

RGB color model

#DDCCCD color RGB value is (221,204,205).

RGB: (221,204,205) (87%, 80%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 205 of 255 = 80%

221
204
205

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

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 205 = 630 (100%)
R 221 of 630 ~ 35.08%
G 204 of 630 ~ 32.38%
B 205 of 630 ~ 32.54'%

%35.08
%32.38
%32.54

CMYK color model

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

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

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

CMYK percentages

%0
%7.69
%7.24
%13.33

Codes

Color #DDCCCD in popluar color models

DD CC CD
RGB 221 204 205
HSL 356° 20.00% 83.33%
HSB/HSV 356° 7.69% 86.67%
CMYK 0.00% 7.69% 7.24%
13.33%

Color #DDCCCD in popluar number systems.

HEX DD CC CD
Decimal 221 204 205
Binary 11011101 11001100 11001101
Octal 335 314 315

Shades and tints

Shades of #DDCCCD

#DDCCCD
(221,204,205)
#C9BABB
(201,186,187)
#B5A8A9
(181,168,169)
#A19697
(161,150,151)
#8D8485
(141,132,133)
#797273
(121,114,115)
#656061
(101,96,97)
#514E4F
(81,78,79)
#3D3C3D
(61,60,61)
#292A2B
(41,42,43)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #DDCCCD

#DDCCCD
(221,204,205)
#E0D0D1
(224,208,209)
#E3D4D5
(227,212,213)
#E6D8D9
(230,216,217)
#E9DCDD
(233,220,221)
#ECE0E1
(236,224,225)
#EFE4E5
(239,228,229)
#F2E8E9
(242,232,233)
#F5ECED
(245,236,237)
#F8F0F1
(248,240,241)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCCD; }

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

This text font color is #DDCCCD.

Background Color

.myBgColor { background-color: #DDCCCD; }

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

This div background color is #DDCCCD.

Border color

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

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

This div border color is #DDCCCD.

Opacity

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

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

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

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

This text has shadow with #DDCCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCCD.

Preview

Color preview on black background

This text has color #DDCCCD on black background.


Color preview on white background

This text has color #DDCCCD on white background.


Black color preview on #DDCCCD background

This text has black color on #DDCCCD background.


White color preview on #DDCCCD background

This text has white color on #DDCCCD background.


Related colors

Complementary color

Complementary color for #hex is #223332.


I love getcolorcode.com

Triadic colors

1 #CDDDCC and #CCCDDD with #DDCCCD are triadic colors.

2 #CDCCDD and #CCDDCD with #DDCCCD are triadic colors.