COLOR #DCCDD8

HEX: #DCCDD8 RGB: (220,205,216)

Color info

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

RGB color model

#DCCDD8 color RGB value is (220,205,216).

RGB: (220,205,216) (86%, 80%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 216 of 255 = 85%

220
205
216

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

Portions of RGB colors in percentages

R + G + B = 220 + 205 + 216 = 641 (100%)
R 220 of 641 ~ 34.32%
G 205 of 641 ~ 31.98%
B 216 of 641 ~ 33.7'%

%34.32
%31.98
%33.7

CMYK color model

#DCCDD8 color CMYK value is (0,7,2,14).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 1.82%
  • key color value is 13.73%

CMYK: (0,7,2,14)
C0M7Y2K14 (0%, 7%, 2%, 14%)
(0.00 / 0.07 / 0.02 / 0.14)

CMYK percentages

%0
%6.82
%1.82
%13.73

Codes

Color #DCCDD8 in popluar color models

DC CD D8
RGB 220 205 216
HSL 316° 17.65% 83.33%
HSB/HSV 316° 6.82% 86.27%
CMYK 0.00% 6.82% 1.82%
13.73%

Color #DCCDD8 in popluar number systems.

HEX DC CD D8
Decimal 220 205 216
Binary 11011100 11001101 11011000
Octal 334 315 330

Shades and tints

Shades of #DCCDD8

#DCCDD8
(220,205,216)
#C8BBC5
(200,187,197)
#B4A9B2
(180,169,178)
#A0979F
(160,151,159)
#8C858C
(140,133,140)
#787379
(120,115,121)
#646166
(100,97,102)
#504F53
(80,79,83)
#3C3D40
(60,61,64)
#282B2D
(40,43,45)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #DCCDD8

#DCCDD8
(220,205,216)
#DFD1DB
(223,209,219)
#E2D5DE
(226,213,222)
#E5D9E1
(229,217,225)
#E8DDE4
(232,221,228)
#EBE1E7
(235,225,231)
#EEE5EA
(238,229,234)
#F1E9ED
(241,233,237)
#F4EDF0
(244,237,240)
#F7F1F3
(247,241,243)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCDD8 color. Also use rgb(220,205,216) instead hex code.

Text Font Color

.myTextColor { color: #DCCDD8; }

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

This text font color is #DCCDD8.

Background Color

.myBgColor { background-color: #DCCDD8; }

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

This div background color is #DCCDD8.

Border color

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

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

This div border color is #DCCDD8.

Opacity

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

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

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

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

This text has shadow with #DCCDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCDD8.

Preview

Color preview on black background

This text has color #DCCDD8 on black background.


Color preview on white background

This text has color #DCCDD8 on white background.


Black color preview on #DCCDD8 background

This text has black color on #DCCDD8 background.


White color preview on #DCCDD8 background

This text has white color on #DCCDD8 background.


Related colors

Complementary color

Complementary color for #hex is #233227.


I love getcolorcode.com

Triadic colors

1 #D8DCCD and #CDD8DC with #DCCDD8 are triadic colors.

2 #D8CDDC and #CDDCD8 with #DCCDD8 are triadic colors.