COLOR #DCDBE1

HEX: #DCDBE1
RGB: (220,219,225)

Color info

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

RGB color model

#DCDBE1 color RGB value is (220,219,225).

  • red value is 220;
  • green value is 219;
  • blue value is 225.
RGB:
(220,219,225)
(86%,86%,88%)

RGB channels and saturation

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

220
219
225

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

Portions of RGB colors in percentages

R + G + B =
220 + 219 + 225 = 664 (100%)
R 220 of 664 ~ 33.13%
G 219 of 664 ~ 32.98%
B 225 of 664 ~ 33.89%

%33.13
%32.98
%33.89

CMYK color model

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

  • cyan value is 2.22%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,3,0,12)
C2M3Y0K12 
(2%,3%,0%,12%)
(0.02/0.03/0.00/0.12)	

CMYK percentages

%2.22
%2.67
%0
%11.76

Codes

Color #DCDBE1 in popluar color models

DCDBE1
RGB220219225
HSL250°9.09%87.06%
HSB/HSV250°2.67%88.24%
CMYK2.22%2.67%0.00%
11.76%

Color #DCDBE1 in popluar number systems.

HEXDCDBE1
Decimal220219225
Binary110111001101101111100001
Octal334333341

Shades and tints

Shades of #DCDBE1

#DCDBE1
(220,219,225)
#C8C8CD
(200,200,205)
#B4B5B9
(180,181,185)
#A0A2A5
(160,162,165)
#8C8F91
(140,143,145)
#787C7D
(120,124,125)
#646969
(100,105,105)
#505655
(80,86,85)
#3C4341
(60,67,65)
#28302D
(40,48,45)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #DCDBE1

#DCDBE1
(220,219,225)
#DFDEE3
(223,222,227)
#E2E1E5
(226,225,229)
#E5E4E7
(229,228,231)
#E8E7E9
(232,231,233)
#EBEAEB
(235,234,235)
#EEEDED
(238,237,237)
#F1F0EF
(241,240,239)
#F4F3F1
(244,243,241)
#F7F6F3
(247,246,243)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDBE1; }

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

This text font color is #DCDBE1.


Background Color

.myBgColor { background-color: #DCDBE1; }

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

This div background color is #DCDBE1.


Border color

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

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

This div border color is #DCDBE1.


Opacity

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

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

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

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

This text has shadow with #DCDBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDBE1 on black background.


Color preview on white background

This text has color #DCDBE1 on white background.



Black color preview on #DCDBE1 background

This text has black color on #DCDBE1 background.


White color preview on #DCDBE1 background

This text has white color on #DCDBE1 background.