COLOR #DCC1DE

HEX: #DCC1DE RGB: (220,193,222)

Color info

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

RGB color model

#DCC1DE color RGB value is (220,193,222).

RGB: (220,193,222) (86%, 76%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 193 of 255 = 76%
B 222 of 255 = 87%

220
193
222

R + G + B ~ 83%. #DCC1DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 193 + 222 = 635 (100%)
R 220 of 635 ~ 34.65%
G 193 of 635 ~ 30.39%
B 222 of 635 ~ 34.96'%

%34.65
%30.39
%34.96

CMYK color model

#DCC1DE color CMYK value is (1,13,0,13).

  • cyan value is 0.90%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (1,13,0,13)
C1M13Y0K13 (1%, 13%, 0%, 13%)
(0.01 / 0.13 / 0.00 / 0.13)

CMYK percentages

%0.9
%13.06
%0
%12.94

Codes

Color #DCC1DE in popluar color models

DC C1 DE
RGB 220 193 222
HSL 296° 30.53% 81.37%
HSB/HSV 296° 13.06% 87.06%
CMYK 0.90% 13.06% 0.00%
12.94%

Color #DCC1DE in popluar number systems.

HEX DC C1 DE
Decimal 220 193 222
Binary 11011100 11000001 11011110
Octal 334 301 336

Shades and tints

Shades of #DCC1DE

#DCC1DE
(220,193,222)
#C8B0CA
(200,176,202)
#B49FB6
(180,159,182)
#A08EA2
(160,142,162)
#8C7D8E
(140,125,142)
#786C7A
(120,108,122)
#645B66
(100,91,102)
#504A52
(80,74,82)
#3C393E
(60,57,62)
#28282A
(40,40,42)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #DCC1DE

#DCC1DE
(220,193,222)
#DFC6E1
(223,198,225)
#E2CBE4
(226,203,228)
#E5D0E7
(229,208,231)
#E8D5EA
(232,213,234)
#EBDAED
(235,218,237)
#EEDFF0
(238,223,240)
#F1E4F3
(241,228,243)
#F4E9F6
(244,233,246)
#F7EEF9
(247,238,249)
#FAF3FC
(250,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC1DE color. Also use rgb(220,193,222) instead hex code.

Text Font Color

.myTextColor { color: #DCC1DE; }

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

This text font color is #DCC1DE.

Background Color

.myBgColor { background-color: #DCC1DE; }

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

This div background color is #DCC1DE.

Border color

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

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

This div border color is #DCC1DE.

Opacity

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

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

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

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

This text has shadow with #DCC1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC1DE.

Preview

Color preview on black background

This text has color #DCC1DE on black background.


Color preview on white background

This text has color #DCC1DE on white background.


Black color preview on #DCC1DE background

This text has black color on #DCC1DE background.


White color preview on #DCC1DE background

This text has white color on #DCC1DE background.


Related colors

Complementary color

Complementary color for #hex is #233E21.


I love getcolorcode.com

Triadic colors

1 #DEDCC1 and #C1DEDC with #DCC1DE are triadic colors.

2 #DEC1DC and #C1DCDE with #DCC1DE are triadic colors.