COLOR #DCCCD8

HEX: #DCCCD8 RGB: (220,204,216)

Color info

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

RGB color model

#DCCCD8 color RGB value is (220,204,216).

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

RGB channels and saturation

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

220
204
216

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

Portions of RGB colors in percentages

R + G + B = 220 + 204 + 216 = 640 (100%)
R 220 of 640 ~ 34.38%
G 204 of 640 ~ 31.88%
B 216 of 640 ~ 33.75'%

%34.38
%31.88
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.27%
  • 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
%7.27
%1.82
%13.73

Codes

Color #DCCCD8 in popluar color models

DC CC D8
RGB 220 204 216
HSL 315° 18.60% 83.14%
HSB/HSV 315° 7.27% 86.27%
CMYK 0.00% 7.27% 1.82%
13.73%

Color #DCCCD8 in popluar number systems.

HEX DC CC D8
Decimal 220 204 216
Binary 11011100 11001100 11011000
Octal 334 314 330

Shades and tints

Shades of #DCCCD8

#DCCCD8
(220,204,216)
#C8BAC5
(200,186,197)
#B4A8B2
(180,168,178)
#A0969F
(160,150,159)
#8C848C
(140,132,140)
#787279
(120,114,121)
#646066
(100,96,102)
#504E53
(80,78,83)
#3C3C40
(60,60,64)
#282A2D
(40,42,45)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #DCCCD8

#DCCCD8
(220,204,216)
#DFD0DB
(223,208,219)
#E2D4DE
(226,212,222)
#E5D8E1
(229,216,225)
#E8DCE4
(232,220,228)
#EBE0E7
(235,224,231)
#EEE4EA
(238,228,234)
#F1E8ED
(241,232,237)
#F4ECF0
(244,236,240)
#F7F0F3
(247,240,243)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCCD8; }

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

This text font color is #DCCCD8.

Background Color

.myBgColor { background-color: #DCCCD8; }

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

This div background color is #DCCCD8.

Border color

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

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

This div border color is #DCCCD8.

Opacity

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

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

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

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

This text has shadow with #DCCCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCCD8.

Preview

Color preview on black background

This text has color #DCCCD8 on black background.


Color preview on white background

This text has color #DCCCD8 on white background.


Black color preview on #DCCCD8 background

This text has black color on #DCCCD8 background.


White color preview on #DCCCD8 background

This text has white color on #DCCCD8 background.


Related colors

Complementary color

Complementary color for #hex is #233327.


I love getcolorcode.com

Triadic colors

1 #D8DCCC and #CCD8DC with #DCCCD8 are triadic colors.

2 #D8CCDC and #CCDCD8 with #DCCCD8 are triadic colors.