COLOR #DCD2EE

HEX: #DCD2EE RGB: (220,210,238)

Color info

#DCD2EE contains red, green and blue colors in about the same proportion. Web safe color of #DCD2EE is #CCCCFF (or #CCF).

RGB color model

#DCD2EE color RGB value is (220,210,238).

RGB: (220,210,238) (86%, 82%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 210 of 255 = 82%
B 238 of 255 = 93%

220
210
238

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

Portions of RGB colors in percentages

R + G + B = 220 + 210 + 238 = 668 (100%)
R 220 of 668 ~ 32.93%
G 210 of 668 ~ 31.44%
B 238 of 668 ~ 35.63'%

%32.93
%31.44
%35.63

CMYK color model

#DCD2EE color CMYK value is (8,12,0,7).

  • cyan value is 7.56%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,12,0,7)
C8M12Y0K7 (8%, 12%, 0%, 7%)
(0.08 / 0.12 / 0.00 / 0.07)

CMYK percentages

%7.56
%11.76
%0
%6.67

Codes

Color #DCD2EE in popluar color models

DC D2 EE
RGB 220 210 238
HSL 261° 45.16% 87.84%
HSB/HSV 261° 11.76% 93.33%
CMYK 7.56% 11.76% 0.00%
6.67%

Color #DCD2EE in popluar number systems.

HEX DC D2 EE
Decimal 220 210 238
Binary 11011100 11010010 11101110
Octal 334 322 356

Shades and tints

Shades of #DCD2EE

#DCD2EE
(220,210,238)
#C8BFD9
(200,191,217)
#B4ACC4
(180,172,196)
#A099AF
(160,153,175)
#8C869A
(140,134,154)
#787385
(120,115,133)
#646070
(100,96,112)
#504D5B
(80,77,91)
#3C3A46
(60,58,70)
#282731
(40,39,49)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #DCD2EE

#DCD2EE
(220,210,238)
#DFD6EF
(223,214,239)
#E2DAF0
(226,218,240)
#E5DEF1
(229,222,241)
#E8E2F2
(232,226,242)
#EBE6F3
(235,230,243)
#EEEAF4
(238,234,244)
#F1EEF5
(241,238,245)
#F4F2F6
(244,242,246)
#F7F6F7
(247,246,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD2EE; }

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

This text font color is #DCD2EE.

Background Color

.myBgColor { background-color: #DCD2EE; }

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

This div background color is #DCD2EE.

Border color

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

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

This div border color is #DCD2EE.

Opacity

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

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

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

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

This text has shadow with #DCD2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD2EE.

Preview

Color preview on black background

This text has color #DCD2EE on black background.


Color preview on white background

This text has color #DCD2EE on white background.


Black color preview on #DCD2EE background

This text has black color on #DCD2EE background.


White color preview on #DCD2EE background

This text has white color on #DCD2EE background.


Related colors

Complementary color

Complementary color for #hex is #232D11.


I love getcolorcode.com

Triadic colors

1 #EEDCD2 and #D2EEDC with #DCD2EE are triadic colors.

2 #EED2DC and #D2DCEE with #DCD2EE are triadic colors.