COLOR #DCC2DD

HEX: #DCC2DD RGB: (220,194,221)

Color info

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

RGB color model

#DCC2DD color RGB value is (220,194,221).

RGB: (220,194,221) (86%, 76%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 221 of 255 = 87%

220
194
221

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

Portions of RGB colors in percentages

R + G + B = 220 + 194 + 221 = 635 (100%)
R 220 of 635 ~ 34.65%
G 194 of 635 ~ 30.55%
B 221 of 635 ~ 34.8'%

%34.65
%30.55
%34.8

CMYK color model

#DCC2DD color CMYK value is (0,12,0,13).

  • cyan value is 0.45%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (0,12,0,13) C0M12Y0K13 (0%,12%,0%,13%) (0.00/0.12/0.00/0.13) 

CMYK percentages

%0.45
%12.22
%0
%13.33

Codes

Color #DCC2DD in popluar color models

DC C2 DD
RGB 220 194 221
HSL 298° 28.42% 81.37%
HSB/HSV 298° 12.22% 86.67%
CMYK 0.45% 12.22% 0.00%
13.33%

Color #DCC2DD in popluar number systems.

HEX DC C2 DD
Decimal 220 194 221
Binary 11011100 11000010 11011101
Octal 334 302 335

Shades and tints

Shades of #DCC2DD

#DCC2DD
(220,194,221)
#C8B1C9
(200,177,201)
#B4A0B5
(180,160,181)
#A08FA1
(160,143,161)
#8C7E8D
(140,126,141)
#786D79
(120,109,121)
#645C65
(100,92,101)
#504B51
(80,75,81)
#3C3A3D
(60,58,61)
#282929
(40,41,41)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #DCC2DD

#DCC2DD
(220,194,221)
#DFC7E0
(223,199,224)
#E2CCE3
(226,204,227)
#E5D1E6
(229,209,230)
#E8D6E9
(232,214,233)
#EBDBEC
(235,219,236)
#EEE0EF
(238,224,239)
#F1E5F2
(241,229,242)
#F4EAF5
(244,234,245)
#F7EFF8
(247,239,248)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC2DD color. Also use rgb(220,194,221) instead hex code.

Text Font Color

.myTextColor { color: #DCC2DD; }

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

This text font color is #DCC2DD.

Background Color

.myBgColor { background-color: #DCC2DD; }

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

This div background color is #DCC2DD.

Border color

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

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

This div border color is #DCC2DD.

Opacity

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

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

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

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

This text has shadow with #DCC2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC2DD.

Preview

Color preview on black background

This text has color #DCC2DD on black background.


Color preview on white background

This text has color #DCC2DD on white background.


Black color preview on #DCC2DD background

This text has black color on #DCC2DD background.


White color preview on #DCC2DD background

This text has white color on #DCC2DD background.


Related colors

Complementary color

Complementary color for #hex is #233D22.


I love getcolorcode.com

Triadic colors

1 #DDDCC2 and #C2DDDC with #DCC2DD are triadic colors.

2 #DDC2DC and #C2DCDD with #DCC2DD are triadic colors.