COLOR #DDCCD0

HEX: #DDCCD0 RGB: (221,204,208)

Color info

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

RGB color model

#DDCCD0 color RGB value is (221,204,208).

RGB: (221,204,208) (87%, 80%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 208 of 255 = 82%

221
204
208

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

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 208 = 633 (100%)
R 221 of 633 ~ 34.91%
G 204 of 633 ~ 32.23%
B 208 of 633 ~ 32.86'%

%34.91
%32.23
%32.86

CMYK color model

#DDCCD0 color CMYK value is (0,8,6,13).

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

CMYK: (0,8,6,13)
C0M8Y6K13 (0%, 8%, 6%, 13%)
(0.00 / 0.08 / 0.06 / 0.13)

CMYK percentages

%0
%7.69
%5.88
%13.33

Codes

Color #DDCCD0 in popluar color models

DD CC D0
RGB 221 204 208
HSL 346° 20.00% 83.33%
HSB/HSV 346° 7.69% 86.67%
CMYK 0.00% 7.69% 5.88%
13.33%

Color #DDCCD0 in popluar number systems.

HEX DD CC D0
Decimal 221 204 208
Binary 11011101 11001100 11010000
Octal 335 314 320

Shades and tints

Shades of #DDCCD0

#DDCCD0
(221,204,208)
#C9BABE
(201,186,190)
#B5A8AC
(181,168,172)
#A1969A
(161,150,154)
#8D8488
(141,132,136)
#797276
(121,114,118)
#656064
(101,96,100)
#514E52
(81,78,82)
#3D3C40
(61,60,64)
#292A2E
(41,42,46)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #DDCCD0

#DDCCD0
(221,204,208)
#E0D0D4
(224,208,212)
#E3D4D8
(227,212,216)
#E6D8DC
(230,216,220)
#E9DCE0
(233,220,224)
#ECE0E4
(236,224,228)
#EFE4E8
(239,228,232)
#F2E8EC
(242,232,236)
#F5ECF0
(245,236,240)
#F8F0F4
(248,240,244)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCD0; }

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

This text font color is #DDCCD0.

Background Color

.myBgColor { background-color: #DDCCD0; }

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

This div background color is #DDCCD0.

Border color

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

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

This div border color is #DDCCD0.

Opacity

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

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

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

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

This text has shadow with #DDCCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCD0.

Preview

Color preview on black background

This text has color #DDCCD0 on black background.


Color preview on white background

This text has color #DDCCD0 on white background.


Black color preview on #DDCCD0 background

This text has black color on #DDCCD0 background.


White color preview on #DDCCD0 background

This text has white color on #DDCCD0 background.


Related colors

Complementary color

Complementary color for #hex is #22332F.


I love getcolorcode.com

Triadic colors

1 #D0DDCC and #CCD0DD with #DDCCD0 are triadic colors.

2 #D0CCDD and #CCDDD0 with #DDCCD0 are triadic colors.