COLOR #DCCDAE

HEX: #DCCDAE RGB: (220,205,174)

Color info

#DCCDAE contains red, green and blue colors in about the same proportion. Web safe color of #DCCDAE is #CCCC99 (or #CC9).

RGB color model

#DCCDAE color RGB value is (220,205,174).

RGB: (220,205,174) (86%, 80%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 174 of 255 = 68%

220
205
174

R + G + B ~ 78%. #DCCDAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 205 + 174 = 599 (100%)
R 220 of 599 ~ 36.73%
G 205 of 599 ~ 34.22%
B 174 of 599 ~ 29.05'%

%36.73
%34.22
%29.05

CMYK color model

#DCCDAE color CMYK value is (0,7,21,14).

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

CMYK: (0,7,21,14)
C0M7Y21K14 (0%, 7%, 21%, 14%)
(0.00 / 0.07 / 0.21 / 0.14)

CMYK percentages

%0
%6.82
%20.91
%13.73

Codes

Color #DCCDAE in popluar color models

DC CD AE
RGB 220 205 174
HSL 40° 39.66% 77.25%
HSB/HSV 40° 20.91% 86.27%
CMYK 0.00% 6.82% 20.91%
13.73%

Color #DCCDAE in popluar number systems.

HEX DC CD AE
Decimal 220 205 174
Binary 11011100 11001101 10101110
Octal 334 315 256

Shades and tints

Shades of #DCCDAE

#DCCDAE
(220,205,174)
#C8BB9F
(200,187,159)
#B4A990
(180,169,144)
#A09781
(160,151,129)
#8C8572
(140,133,114)
#787363
(120,115,99)
#646154
(100,97,84)
#504F45
(80,79,69)
#3C3D36
(60,61,54)
#282B27
(40,43,39)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #DCCDAE

#DCCDAE
(220,205,174)
#DFD1B5
(223,209,181)
#E2D5BC
(226,213,188)
#E5D9C3
(229,217,195)
#E8DDCA
(232,221,202)
#EBE1D1
(235,225,209)
#EEE5D8
(238,229,216)
#F1E9DF
(241,233,223)
#F4EDE6
(244,237,230)
#F7F1ED
(247,241,237)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCDAE; }

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

This text font color is #DCCDAE.

Background Color

.myBgColor { background-color: #DCCDAE; }

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

This div background color is #DCCDAE.

Border color

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

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

This div border color is #DCCDAE.

Opacity

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

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

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

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

This text has shadow with #DCCDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCDAE.

Preview

Color preview on black background

This text has color #DCCDAE on black background.


Color preview on white background

This text has color #DCCDAE on white background.


Black color preview on #DCCDAE background

This text has black color on #DCCDAE background.


White color preview on #DCCDAE background

This text has white color on #DCCDAE background.


Related colors

Complementary color

Complementary color for #hex is #233251.


I love getcolorcode.com

Triadic colors

1 #AEDCCD and #CDAEDC with #DCCDAE are triadic colors.

2 #AECDDC and #CDDCAE with #DCCDAE are triadic colors.