COLOR #DCD2E4

HEX: #DCD2E4 RGB: (220,210,228)

Color info

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

RGB color model

#DCD2E4 color RGB value is (220,210,228).

RGB: (220,210,228) (86%, 82%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 210 of 255 = 82%
B 228 of 255 = 89%

220
210
228

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

Portions of RGB colors in percentages

R + G + B = 220 + 210 + 228 = 658 (100%)
R 220 of 658 ~ 33.43%
G 210 of 658 ~ 31.91%
B 228 of 658 ~ 34.65'%

%33.43
%31.91
%34.65

CMYK color model

#DCD2E4 color CMYK value is (4,8,0,11).

  • cyan value is 3.51%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (4,8,0,11)
C4M8Y0K11 (4%, 8%, 0%, 11%)
(0.04 / 0.08 / 0.00 / 0.11)

CMYK percentages

%3.51
%7.89
%0
%10.59

Codes

Color #DCD2E4 in popluar color models

DC D2 E4
RGB 220 210 228
HSL 273° 25.00% 85.88%
HSB/HSV 273° 7.89% 89.41%
CMYK 3.51% 7.89% 0.00%
10.59%

Color #DCD2E4 in popluar number systems.

HEX DC D2 E4
Decimal 220 210 228
Binary 11011100 11010010 11100100
Octal 334 322 344

Shades and tints

Shades of #DCD2E4

#DCD2E4
(220,210,228)
#C8BFD0
(200,191,208)
#B4ACBC
(180,172,188)
#A099A8
(160,153,168)
#8C8694
(140,134,148)
#787380
(120,115,128)
#64606C
(100,96,108)
#504D58
(80,77,88)
#3C3A44
(60,58,68)
#282730
(40,39,48)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #DCD2E4

#DCD2E4
(220,210,228)
#DFD6E6
(223,214,230)
#E2DAE8
(226,218,232)
#E5DEEA
(229,222,234)
#E8E2EC
(232,226,236)
#EBE6EE
(235,230,238)
#EEEAF0
(238,234,240)
#F1EEF2
(241,238,242)
#F4F2F4
(244,242,244)
#F7F6F6
(247,246,246)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD2E4 color. Also use rgb(220,210,228) instead hex code.

Text Font Color

.myTextColor { color: #DCD2E4; }

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

This text font color is #DCD2E4.

Background Color

.myBgColor { background-color: #DCD2E4; }

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

This div background color is #DCD2E4.

Border color

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

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

This div border color is #DCD2E4.

Opacity

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

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

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

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

This text has shadow with #DCD2E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD2E4.

Preview

Color preview on black background

This text has color #DCD2E4 on black background.


Color preview on white background

This text has color #DCD2E4 on white background.


Black color preview on #DCD2E4 background

This text has black color on #DCD2E4 background.


White color preview on #DCD2E4 background

This text has white color on #DCD2E4 background.


Related colors

Complementary color

Complementary color for #hex is #232D1B.


I love getcolorcode.com

Triadic colors

1 #E4DCD2 and #D2E4DC with #DCD2E4 are triadic colors.

2 #E4D2DC and #D2DCE4 with #DCD2E4 are triadic colors.