COLOR #DCE0C6

HEX: #DCE0C6 RGB: (220,224,198)

Color info

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

RGB color model

#DCE0C6 color RGB value is (220,224,198).

RGB: (220,224,198) (86%, 88%, 78%)

RGB channels and saturation

R 220 of 255 = 86%
G 224 of 255 = 88%
B 198 of 255 = 78%

220
224
198

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

Portions of RGB colors in percentages

R + G + B = 220 + 224 + 198 = 642 (100%)
R 220 of 642 ~ 34.27%
G 224 of 642 ~ 34.89%
B 198 of 642 ~ 30.84'%

%34.27
%34.89
%30.84

CMYK color model

#DCE0C6 color CMYK value is (2,0,12,12).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 12.16%

CMYK: (2,0,12,12)
C2M0Y12K12 (2%, 0%, 12%, 12%)
(0.02 / 0.00 / 0.12 / 0.12)

CMYK percentages

%1.79
%0
%11.61
%12.16

Codes

Color #DCE0C6 in popluar color models

DC E0 C6
RGB 220 224 198
HSL 69° 29.55% 82.75%
HSB/HSV 69° 11.61% 87.84%
CMYK 1.79% 0.00% 11.61%
12.16%

Color #DCE0C6 in popluar number systems.

HEX DC E0 C6
Decimal 220 224 198
Binary 11011100 11100000 11000110
Octal 334 340 306

Shades and tints

Shades of #DCE0C6

#DCE0C6
(220,224,198)
#C8CCB4
(200,204,180)
#B4B8A2
(180,184,162)
#A0A490
(160,164,144)
#8C907E
(140,144,126)
#787C6C
(120,124,108)
#64685A
(100,104,90)
#505448
(80,84,72)
#3C4036
(60,64,54)
#282C24
(40,44,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #DCE0C6

#DCE0C6
(220,224,198)
#DFE2CB
(223,226,203)
#E2E4D0
(226,228,208)
#E5E6D5
(229,230,213)
#E8E8DA
(232,232,218)
#EBEADF
(235,234,223)
#EEECE4
(238,236,228)
#F1EEE9
(241,238,233)
#F4F0EE
(244,240,238)
#F7F2F3
(247,242,243)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE0C6 color. Also use rgb(220,224,198) instead hex code.

Text Font Color

.myTextColor { color: #DCE0C6; }

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

This text font color is #DCE0C6.

Background Color

.myBgColor { background-color: #DCE0C6; }

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

This div background color is #DCE0C6.

Border color

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

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

This div border color is #DCE0C6.

Opacity

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

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

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

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

This text has shadow with #DCE0C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE0C6.

Preview

Color preview on black background

This text has color #DCE0C6 on black background.


Color preview on white background

This text has color #DCE0C6 on white background.


Black color preview on #DCE0C6 background

This text has black color on #DCE0C6 background.


White color preview on #DCE0C6 background

This text has white color on #DCE0C6 background.


Related colors

Complementary color

Complementary color for #hex is #231F39.


I love getcolorcode.com

Triadic colors

1 #C6DCE0 and #E0C6DC with #DCE0C6 are triadic colors.

2 #C6E0DC and #E0DCC6 with #DCE0C6 are triadic colors.