COLOR #DCC7D4

HEX: #DCC7D4 RGB: (220,199,212)

Color info

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

RGB color model

#DCC7D4 color RGB value is (220,199,212).

RGB: (220,199,212) (86%, 78%, 83%)

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 212 of 255 = 83%

220
199
212

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

Portions of RGB colors in percentages

R + G + B = 220 + 199 + 212 = 631 (100%)
R 220 of 631 ~ 34.87%
G 199 of 631 ~ 31.54%
B 212 of 631 ~ 33.6'%

%34.87
%31.54
%33.6

CMYK color model

#DCC7D4 color CMYK value is (0,10,4,14).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 3.64%
  • key color value is 13.73%
CMYK: (0,10,4,14) C0M10Y4K14 (0%,10%,4%,14%) (0.00/0.10/0.04/0.14) 

CMYK percentages

%0
%9.55
%3.64
%13.73

Codes

Color #DCC7D4 in popluar color models

DC C7 D4
RGB 220 199 212
HSL 323° 23.08% 82.16%
HSB/HSV 323° 9.55% 86.27%
CMYK 0.00% 9.55% 3.64%
13.73%

Color #DCC7D4 in popluar number systems.

HEX DC C7 D4
Decimal 220 199 212
Binary 11011100 11000111 11010100
Octal 334 307 324

Shades and tints

Shades of #DCC7D4

#DCC7D4
(220,199,212)
#C8B5C1
(200,181,193)
#B4A3AE
(180,163,174)
#A0919B
(160,145,155)
#8C7F88
(140,127,136)
#786D75
(120,109,117)
#645B62
(100,91,98)
#50494F
(80,73,79)
#3C373C
(60,55,60)
#282529
(40,37,41)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #DCC7D4

#DCC7D4
(220,199,212)
#DFCCD7
(223,204,215)
#E2D1DA
(226,209,218)
#E5D6DD
(229,214,221)
#E8DBE0
(232,219,224)
#EBE0E3
(235,224,227)
#EEE5E6
(238,229,230)
#F1EAE9
(241,234,233)
#F4EFEC
(244,239,236)
#F7F4EF
(247,244,239)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC7D4 color. Also use rgb(220,199,212) instead hex code.

Text Font Color

.myTextColor { color: #DCC7D4; }

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

This text font color is #DCC7D4.

Background Color

.myBgColor { background-color: #DCC7D4; }

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

This div background color is #DCC7D4.

Border color

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

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

This div border color is #DCC7D4.

Opacity

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

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

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

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

This text has shadow with #DCC7D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC7D4.

Preview

Color preview on black background

This text has color #DCC7D4 on black background.


Color preview on white background

This text has color #DCC7D4 on white background.


Black color preview on #DCC7D4 background

This text has black color on #DCC7D4 background.


White color preview on #DCC7D4 background

This text has white color on #DCC7D4 background.


Related colors

Complementary color

Complementary color for #hex is #23382B.


I love getcolorcode.com

Triadic colors

1 #D4DCC7 and #C7D4DC with #DCC7D4 are triadic colors.

2 #D4C7DC and #C7DCD4 with #DCC7D4 are triadic colors.