COLOR #DDCCD8

HEX: #DDCCD8 RGB: (221,204,216)

Color info

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

RGB color model

#DDCCD8 color RGB value is (221,204,216).

RGB: (221,204,216) (87%, 80%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 216 of 255 = 85%

221
204
216

R + G + B ~ 84%. #DDCCD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 216 = 641 (100%)
R 221 of 641 ~ 34.48%
G 204 of 641 ~ 31.83%
B 216 of 641 ~ 33.7'%

%34.48
%31.83
%33.7

CMYK color model

#DDCCD8 color CMYK value is (0,8,2,13).

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

CMYK: (0,8,2,13)
C0M8Y2K13 (0%, 8%, 2%, 13%)
(0.00 / 0.08 / 0.02 / 0.13)

CMYK percentages

%0
%7.69
%2.26
%13.33

Codes

Color #DDCCD8 in popluar color models

DD CC D8
RGB 221 204 216
HSL 318° 20.00% 83.33%
HSB/HSV 318° 7.69% 86.67%
CMYK 0.00% 7.69% 2.26%
13.33%

Color #DDCCD8 in popluar number systems.

HEX DD CC D8
Decimal 221 204 216
Binary 11011101 11001100 11011000
Octal 335 314 330

Shades and tints

Shades of #DDCCD8

#DDCCD8
(221,204,216)
#C9BAC5
(201,186,197)
#B5A8B2
(181,168,178)
#A1969F
(161,150,159)
#8D848C
(141,132,140)
#797279
(121,114,121)
#656066
(101,96,102)
#514E53
(81,78,83)
#3D3C40
(61,60,64)
#292A2D
(41,42,45)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #DDCCD8

#DDCCD8
(221,204,216)
#E0D0DB
(224,208,219)
#E3D4DE
(227,212,222)
#E6D8E1
(230,216,225)
#E9DCE4
(233,220,228)
#ECE0E7
(236,224,231)
#EFE4EA
(239,228,234)
#F2E8ED
(242,232,237)
#F5ECF0
(245,236,240)
#F8F0F3
(248,240,243)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCD8; }

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

This text font color is #DDCCD8.

Background Color

.myBgColor { background-color: #DDCCD8; }

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

This div background color is #DDCCD8.

Border color

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

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

This div border color is #DDCCD8.

Opacity

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

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

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

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

This text has shadow with #DDCCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCD8.

Preview

Color preview on black background

This text has color #DDCCD8 on black background.


Color preview on white background

This text has color #DDCCD8 on white background.


Black color preview on #DDCCD8 background

This text has black color on #DDCCD8 background.


White color preview on #DDCCD8 background

This text has white color on #DDCCD8 background.


Related colors

Complementary color

Complementary color for #hex is #223327.


I love getcolorcode.com

Triadic colors

1 #D8DDCC and #CCD8DD with #DDCCD8 are triadic colors.

2 #D8CCDD and #CCDDD8 with #DDCCD8 are triadic colors.