COLOR #DDC3D0

HEX: #DDC3D0 RGB: (221,195,208)

Color info

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

RGB color model

#DDC3D0 color RGB value is (221,195,208).

RGB: (221,195,208) (87%, 76%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 208 of 255 = 82%

221
195
208

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

Portions of RGB colors in percentages

R + G + B = 221 + 195 + 208 = 624 (100%)
R 221 of 624 ~ 35.42%
G 195 of 624 ~ 31.25%
B 208 of 624 ~ 33.33'%

%35.42
%31.25
%33.33

CMYK color model

#DDC3D0 color CMYK value is (0,12,6,13).

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

CMYK: (0,12,6,13)
C0M12Y6K13 (0%, 12%, 6%, 13%)
(0.00 / 0.12 / 0.06 / 0.13)

CMYK percentages

%0
%11.76
%5.88
%13.33

Codes

Color #DDC3D0 in popluar color models

DD C3 D0
RGB 221 195 208
HSL 330° 27.66% 81.57%
HSB/HSV 330° 11.76% 86.67%
CMYK 0.00% 11.76% 5.88%
13.33%

Color #DDC3D0 in popluar number systems.

HEX DD C3 D0
Decimal 221 195 208
Binary 11011101 11000011 11010000
Octal 335 303 320

Shades and tints

Shades of #DDC3D0

#DDC3D0
(221,195,208)
#C9B2BE
(201,178,190)
#B5A1AC
(181,161,172)
#A1909A
(161,144,154)
#8D7F88
(141,127,136)
#796E76
(121,110,118)
#655D64
(101,93,100)
#514C52
(81,76,82)
#3D3B40
(61,59,64)
#292A2E
(41,42,46)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #DDC3D0

#DDC3D0
(221,195,208)
#E0C8D4
(224,200,212)
#E3CDD8
(227,205,216)
#E6D2DC
(230,210,220)
#E9D7E0
(233,215,224)
#ECDCE4
(236,220,228)
#EFE1E8
(239,225,232)
#F2E6EC
(242,230,236)
#F5EBF0
(245,235,240)
#F8F0F4
(248,240,244)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC3D0; }

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

This text font color is #DDC3D0.

Background Color

.myBgColor { background-color: #DDC3D0; }

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

This div background color is #DDC3D0.

Border color

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

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

This div border color is #DDC3D0.

Opacity

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

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

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

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

This text has shadow with #DDC3D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC3D0.

Preview

Color preview on black background

This text has color #DDC3D0 on black background.


Color preview on white background

This text has color #DDC3D0 on white background.


Black color preview on #DDC3D0 background

This text has black color on #DDC3D0 background.


White color preview on #DDC3D0 background

This text has white color on #DDC3D0 background.


Related colors

Complementary color

Complementary color for #hex is #223C2F.


I love getcolorcode.com

Triadic colors

1 #D0DDC3 and #C3D0DD with #DDC3D0 are triadic colors.

2 #D0C3DD and #C3DDD0 with #DDC3D0 are triadic colors.