COLOR #DCC6E3

HEX: #DCC6E3 RGB: (220,198,227)

Color info

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

RGB color model

#DCC6E3 color RGB value is (220,198,227).

RGB: (220,198,227) (86%, 78%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 227 of 255 = 89%

220
198
227

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

Portions of RGB colors in percentages

R + G + B = 220 + 198 + 227 = 645 (100%)
R 220 of 645 ~ 34.11%
G 198 of 645 ~ 30.7%
B 227 of 645 ~ 35.19'%

%34.11
%30.7
%35.19

CMYK color model

#DCC6E3 color CMYK value is (3,13,0,11).

  • cyan value is 3.08%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (3,13,0,11)
C3M13Y0K11 (3%, 13%, 0%, 11%)
(0.03 / 0.13 / 0.00 / 0.11)

CMYK percentages

%3.08
%12.78
%0
%10.98

Codes

Color #DCC6E3 in popluar color models

DC C6 E3
RGB 220 198 227
HSL 286° 34.12% 83.33%
HSB/HSV 286° 12.78% 89.02%
CMYK 3.08% 12.78% 0.00%
10.98%

Color #DCC6E3 in popluar number systems.

HEX DC C6 E3
Decimal 220 198 227
Binary 11011100 11000110 11100011
Octal 334 306 343

Shades and tints

Shades of #DCC6E3

#DCC6E3
(220,198,227)
#C8B4CF
(200,180,207)
#B4A2BB
(180,162,187)
#A090A7
(160,144,167)
#8C7E93
(140,126,147)
#786C7F
(120,108,127)
#645A6B
(100,90,107)
#504857
(80,72,87)
#3C3643
(60,54,67)
#28242F
(40,36,47)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #DCC6E3

#DCC6E3
(220,198,227)
#DFCBE5
(223,203,229)
#E2D0E7
(226,208,231)
#E5D5E9
(229,213,233)
#E8DAEB
(232,218,235)
#EBDFED
(235,223,237)
#EEE4EF
(238,228,239)
#F1E9F1
(241,233,241)
#F4EEF3
(244,238,243)
#F7F3F5
(247,243,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC6E3; }

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

This text font color is #DCC6E3.

Background Color

.myBgColor { background-color: #DCC6E3; }

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

This div background color is #DCC6E3.

Border color

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

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

This div border color is #DCC6E3.

Opacity

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

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

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

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

This text has shadow with #DCC6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC6E3.

Preview

Color preview on black background

This text has color #DCC6E3 on black background.


Color preview on white background

This text has color #DCC6E3 on white background.


Black color preview on #DCC6E3 background

This text has black color on #DCC6E3 background.


White color preview on #DCC6E3 background

This text has white color on #DCC6E3 background.


Related colors

Complementary color

Complementary color for #hex is #23391C.


I love getcolorcode.com

Triadic colors

1 #E3DCC6 and #C6E3DC with #DCC6E3 are triadic colors.

2 #E3C6DC and #C6DCE3 with #DCC6E3 are triadic colors.