COLOR #DCDBE0

HEX: #DCDBE0 RGB: (220,219,224)

Color info

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

RGB color model

#DCDBE0 color RGB value is (220,219,224).

RGB: (220,219,224) (86%, 86%, 88%)

RGB channels and saturation

R 220 of 255 = 86%
G 219 of 255 = 86%
B 224 of 255 = 88%

220
219
224

R + G + B ~ 87%. #DCDBE0 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 219 + 224 = 663 (100%)
R 220 of 663 ~ 33.18%
G 219 of 663 ~ 33.03%
B 224 of 663 ~ 33.79'%

%33.18
%33.03
%33.79

CMYK color model

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

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

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

CMYK percentages

%1.79
%2.23
%0
%12.16

Codes

Color #DCDBE0 in popluar color models

DC DB E0
RGB 220 219 224
HSL 252° 7.46% 86.86%
HSB/HSV 252° 2.23% 87.84%
CMYK 1.79% 2.23% 0.00%
12.16%

Color #DCDBE0 in popluar number systems.

HEX DC DB E0
Decimal 220 219 224
Binary 11011100 11011011 11100000
Octal 334 333 340

Shades and tints

Shades of #DCDBE0

#DCDBE0
(220,219,224)
#C8C8CC
(200,200,204)
#B4B5B8
(180,181,184)
#A0A2A4
(160,162,164)
#8C8F90
(140,143,144)
#787C7C
(120,124,124)
#646968
(100,105,104)
#505654
(80,86,84)
#3C4340
(60,67,64)
#28302C
(40,48,44)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #DCDBE0

#DCDBE0
(220,219,224)
#DFDEE2
(223,222,226)
#E2E1E4
(226,225,228)
#E5E4E6
(229,228,230)
#E8E7E8
(232,231,232)
#EBEAEA
(235,234,234)
#EEEDEC
(238,237,236)
#F1F0EE
(241,240,238)
#F4F3F0
(244,243,240)
#F7F6F2
(247,246,242)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDBE0; }

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

This text font color is #DCDBE0.

Background Color

.myBgColor { background-color: #DCDBE0; }

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

This div background color is #DCDBE0.

Border color

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

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

This div border color is #DCDBE0.

Opacity

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

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

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

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

This text has shadow with #DCDBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDBE0.

Preview

Color preview on black background

This text has color #DCDBE0 on black background.


Color preview on white background

This text has color #DCDBE0 on white background.


Black color preview on #DCDBE0 background

This text has black color on #DCDBE0 background.


White color preview on #DCDBE0 background

This text has white color on #DCDBE0 background.


Related colors

Complementary color

Complementary color for #hex is #23241F.


I love getcolorcode.com

Triadic colors

1 #E0DCDB and #DBE0DC with #DCDBE0 are triadic colors.

2 #E0DBDC and #DBDCE0 with #DCDBE0 are triadic colors.