COLOR #DCD4E0

HEX: #DCD4E0 RGB: (220,212,224)

Color info

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

RGB color model

#DCD4E0 color RGB value is (220,212,224).

RGB: (220,212,224) (86%, 83%, 88%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 224 of 255 = 88%

220
212
224

R + G + B ~ 86%. #DCD4E0 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 212 + 224 = 656 (100%)
R 220 of 656 ~ 33.54%
G 212 of 656 ~ 32.32%
B 224 of 656 ~ 34.15'%

%33.54
%32.32
%34.15

CMYK color model

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

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

CMYK: (2,5,0,12)
C2M5Y0K12 (2%, 5%, 0%, 12%)
(0.02 / 0.05 / 0.00 / 0.12)

CMYK percentages

%1.79
%5.36
%0
%12.16

Codes

Color #DCD4E0 in popluar color models

DC D4 E0
RGB 220 212 224
HSL 280° 16.22% 85.49%
HSB/HSV 280° 5.36% 87.84%
CMYK 1.79% 5.36% 0.00%
12.16%

Color #DCD4E0 in popluar number systems.

HEX DC D4 E0
Decimal 220 212 224
Binary 11011100 11010100 11100000
Octal 334 324 340

Shades and tints

Shades of #DCD4E0

#DCD4E0
(220,212,224)
#C8C1CC
(200,193,204)
#B4AEB8
(180,174,184)
#A09BA4
(160,155,164)
#8C8890
(140,136,144)
#78757C
(120,117,124)
#646268
(100,98,104)
#504F54
(80,79,84)
#3C3C40
(60,60,64)
#28292C
(40,41,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #DCD4E0

#DCD4E0
(220,212,224)
#DFD7E2
(223,215,226)
#E2DAE4
(226,218,228)
#E5DDE6
(229,221,230)
#E8E0E8
(232,224,232)
#EBE3EA
(235,227,234)
#EEE6EC
(238,230,236)
#F1E9EE
(241,233,238)
#F4ECF0
(244,236,240)
#F7EFF2
(247,239,242)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD4E0; }

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

This text font color is #DCD4E0.

Background Color

.myBgColor { background-color: #DCD4E0; }

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

This div background color is #DCD4E0.

Border color

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

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

This div border color is #DCD4E0.

Opacity

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

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

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

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

This text has shadow with #DCD4E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD4E0.

Preview

Color preview on black background

This text has color #DCD4E0 on black background.


Color preview on white background

This text has color #DCD4E0 on white background.


Black color preview on #DCD4E0 background

This text has black color on #DCD4E0 background.


White color preview on #DCD4E0 background

This text has white color on #DCD4E0 background.


Related colors

Complementary color

Complementary color for #hex is #232B1F.


I love getcolorcode.com

Triadic colors

1 #E0DCD4 and #D4E0DC with #DCD4E0 are triadic colors.

2 #E0D4DC and #D4DCE0 with #DCD4E0 are triadic colors.