COLOR #DCDDC6

HEX: #DCDDC6 RGB: (220,221,198)

Color info

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

RGB color model

#DCDDC6 color RGB value is (220,221,198).

RGB: (220,221,198) (86%, 87%, 78%)

RGB channels and saturation

R 220 of 255 = 86%
G 221 of 255 = 87%
B 198 of 255 = 78%

220
221
198

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

Portions of RGB colors in percentages

R + G + B = 220 + 221 + 198 = 639 (100%)
R 220 of 639 ~ 34.43%
G 221 of 639 ~ 34.59%
B 198 of 639 ~ 30.99'%

%34.43
%34.59
%30.99

CMYK color model

#DCDDC6 color CMYK value is (0,0,10,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%

CMYK: (0,0,10,13)
C0M0Y10K13 (0%, 0%, 10%, 13%)
(0.00 / 0.00 / 0.10 / 0.13)

CMYK percentages

%0.45
%0
%10.41
%13.33

Codes

Color #DCDDC6 in popluar color models

DC DD C6
RGB 220 221 198
HSL 63° 25.27% 82.16%
HSB/HSV 63° 10.41% 86.67%
CMYK 0.45% 0.00% 10.41%
13.33%

Color #DCDDC6 in popluar number systems.

HEX DC DD C6
Decimal 220 221 198
Binary 11011100 11011101 11000110
Octal 334 335 306

Shades and tints

Shades of #DCDDC6

#DCDDC6
(220,221,198)
#C8C9B4
(200,201,180)
#B4B5A2
(180,181,162)
#A0A190
(160,161,144)
#8C8D7E
(140,141,126)
#78796C
(120,121,108)
#64655A
(100,101,90)
#505148
(80,81,72)
#3C3D36
(60,61,54)
#282924
(40,41,36)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #DCDDC6

#DCDDC6
(220,221,198)
#DFE0CB
(223,224,203)
#E2E3D0
(226,227,208)
#E5E6D5
(229,230,213)
#E8E9DA
(232,233,218)
#EBECDF
(235,236,223)
#EEEFE4
(238,239,228)
#F1F2E9
(241,242,233)
#F4F5EE
(244,245,238)
#F7F8F3
(247,248,243)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDC6; }

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

This text font color is #DCDDC6.

Background Color

.myBgColor { background-color: #DCDDC6; }

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

This div background color is #DCDDC6.

Border color

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

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

This div border color is #DCDDC6.

Opacity

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

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

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

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

This text has shadow with #DCDDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDDC6.

Preview

Color preview on black background

This text has color #DCDDC6 on black background.


Color preview on white background

This text has color #DCDDC6 on white background.


Black color preview on #DCDDC6 background

This text has black color on #DCDDC6 background.


White color preview on #DCDDC6 background

This text has white color on #DCDDC6 background.


Related colors

Complementary color

Complementary color for #hex is #232239.


I love getcolorcode.com

Triadic colors

1 #C6DCDD and #DDC6DC with #DCDDC6 are triadic colors.

2 #C6DDDC and #DDDCC6 with #DCDDC6 are triadic colors.