COLOR #DCCDDA

HEX: #DCCDDA RGB: (220,205,218)

Color info

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

RGB color model

#DCCDDA color RGB value is (220,205,218).

RGB: (220,205,218) (86%, 80%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 218 of 255 = 85%

220
205
218

R + G + B ~ 84%. #DCCDDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 205 + 218 = 643 (100%)
R 220 of 643 ~ 34.21%
G 205 of 643 ~ 31.88%
B 218 of 643 ~ 33.9'%

%34.21
%31.88
%33.9

CMYK color model

#DCCDDA color CMYK value is (0,7,1,14).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 0.91%
  • key color value is 13.73%

CMYK: (0,7,1,14)
C0M7Y1K14 (0%, 7%, 1%, 14%)
(0.00 / 0.07 / 0.01 / 0.14)

CMYK percentages

%0
%6.82
%0.91
%13.73

Codes

Color #DCCDDA in popluar color models

DC CD DA
RGB 220 205 218
HSL 308° 17.65% 83.33%
HSB/HSV 308° 6.82% 86.27%
CMYK 0.00% 6.82% 0.91%
13.73%

Color #DCCDDA in popluar number systems.

HEX DC CD DA
Decimal 220 205 218
Binary 11011100 11001101 11011010
Octal 334 315 332

Shades and tints

Shades of #DCCDDA

#DCCDDA
(220,205,218)
#C8BBC7
(200,187,199)
#B4A9B4
(180,169,180)
#A097A1
(160,151,161)
#8C858E
(140,133,142)
#78737B
(120,115,123)
#646168
(100,97,104)
#504F55
(80,79,85)
#3C3D42
(60,61,66)
#282B2F
(40,43,47)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #DCCDDA

#DCCDDA
(220,205,218)
#DFD1DD
(223,209,221)
#E2D5E0
(226,213,224)
#E5D9E3
(229,217,227)
#E8DDE6
(232,221,230)
#EBE1E9
(235,225,233)
#EEE5EC
(238,229,236)
#F1E9EF
(241,233,239)
#F4EDF2
(244,237,242)
#F7F1F5
(247,241,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCDDA color. Also use rgb(220,205,218) instead hex code.

Text Font Color

.myTextColor { color: #DCCDDA; }

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

This text font color is #DCCDDA.

Background Color

.myBgColor { background-color: #DCCDDA; }

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

This div background color is #DCCDDA.

Border color

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

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

This div border color is #DCCDDA.

Opacity

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

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

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

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

This text has shadow with #DCCDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCDDA.

Preview

Color preview on black background

This text has color #DCCDDA on black background.


Color preview on white background

This text has color #DCCDDA on white background.


Black color preview on #DCCDDA background

This text has black color on #DCCDDA background.


White color preview on #DCCDDA background

This text has white color on #DCCDDA background.


Related colors

Complementary color

Complementary color for #hex is #233225.


I love getcolorcode.com

Triadic colors

1 #DADCCD and #CDDADC with #DCCDDA are triadic colors.

2 #DACDDC and #CDDCDA with #DCCDDA are triadic colors.