COLOR #DCC6E0

HEX: #DCC6E0 RGB: (220,198,224)

Color info

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

RGB color model

#DCC6E0 color RGB value is (220,198,224).

RGB: (220,198,224) (86%, 78%, 88%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 224 of 255 = 88%

220
198
224

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

Portions of RGB colors in percentages

R + G + B = 220 + 198 + 224 = 642 (100%)
R 220 of 642 ~ 34.27%
G 198 of 642 ~ 30.84%
B 224 of 642 ~ 34.89'%

%34.27
%30.84
%34.89

CMYK color model

#DCC6E0 color CMYK value is (2,12,0,12).

  • cyan value is 1.79%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (2,12,0,12)
C2M12Y0K12 (2%, 12%, 0%, 12%)
(0.02 / 0.12 / 0.00 / 0.12)

CMYK percentages

%1.79
%11.61
%0
%12.16

Codes

Color #DCC6E0 in popluar color models

DC C6 E0
RGB 220 198 224
HSL 291° 29.55% 82.75%
HSB/HSV 291° 11.61% 87.84%
CMYK 1.79% 11.61% 0.00%
12.16%

Color #DCC6E0 in popluar number systems.

HEX DC C6 E0
Decimal 220 198 224
Binary 11011100 11000110 11100000
Octal 334 306 340

Shades and tints

Shades of #DCC6E0

#DCC6E0
(220,198,224)
#C8B4CC
(200,180,204)
#B4A2B8
(180,162,184)
#A090A4
(160,144,164)
#8C7E90
(140,126,144)
#786C7C
(120,108,124)
#645A68
(100,90,104)
#504854
(80,72,84)
#3C3640
(60,54,64)
#28242C
(40,36,44)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #DCC6E0

#DCC6E0
(220,198,224)
#DFCBE2
(223,203,226)
#E2D0E4
(226,208,228)
#E5D5E6
(229,213,230)
#E8DAE8
(232,218,232)
#EBDFEA
(235,223,234)
#EEE4EC
(238,228,236)
#F1E9EE
(241,233,238)
#F4EEF0
(244,238,240)
#F7F3F2
(247,243,242)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC6E0 color. Also use rgb(220,198,224) instead hex code.

Text Font Color

.myTextColor { color: #DCC6E0; }

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

This text font color is #DCC6E0.

Background Color

.myBgColor { background-color: #DCC6E0; }

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

This div background color is #DCC6E0.

Border color

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

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

This div border color is #DCC6E0.

Opacity

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

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

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

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

This text has shadow with #DCC6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC6E0.

Preview

Color preview on black background

This text has color #DCC6E0 on black background.


Color preview on white background

This text has color #DCC6E0 on white background.


Black color preview on #DCC6E0 background

This text has black color on #DCC6E0 background.


White color preview on #DCC6E0 background

This text has white color on #DCC6E0 background.


Related colors

Complementary color

Complementary color for #hex is #23391F.


I love getcolorcode.com

Triadic colors

1 #E0DCC6 and #C6E0DC with #DCC6E0 are triadic colors.

2 #E0C6DC and #C6DCE0 with #DCC6E0 are triadic colors.