COLOR #DCC2E3

HEX: #DCC2E3 RGB: (220,194,227)

Color info

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

RGB color model

#DCC2E3 color RGB value is (220,194,227).

RGB: (220,194,227) (86%, 76%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 227 of 255 = 89%

220
194
227

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

Portions of RGB colors in percentages

R + G + B = 220 + 194 + 227 = 641 (100%)
R 220 of 641 ~ 34.32%
G 194 of 641 ~ 30.27%
B 227 of 641 ~ 35.41'%

%34.32
%30.27
%35.41

CMYK color model

#DCC2E3 color CMYK value is (3,15,0,11).

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

CMYK: (3,15,0,11)
C3M15Y0K11 (3%, 15%, 0%, 11%)
(0.03 / 0.15 / 0.00 / 0.11)

CMYK percentages

%3.08
%14.54
%0
%10.98

Codes

Color #DCC2E3 in popluar color models

DC C2 E3
RGB 220 194 227
HSL 287° 37.08% 82.55%
HSB/HSV 287° 14.54% 89.02%
CMYK 3.08% 14.54% 0.00%
10.98%

Color #DCC2E3 in popluar number systems.

HEX DC C2 E3
Decimal 220 194 227
Binary 11011100 11000010 11100011
Octal 334 302 343

Shades and tints

Shades of #DCC2E3

#DCC2E3
(220,194,227)
#C8B1CF
(200,177,207)
#B4A0BB
(180,160,187)
#A08FA7
(160,143,167)
#8C7E93
(140,126,147)
#786D7F
(120,109,127)
#645C6B
(100,92,107)
#504B57
(80,75,87)
#3C3A43
(60,58,67)
#28292F
(40,41,47)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #DCC2E3

#DCC2E3
(220,194,227)
#DFC7E5
(223,199,229)
#E2CCE7
(226,204,231)
#E5D1E9
(229,209,233)
#E8D6EB
(232,214,235)
#EBDBED
(235,219,237)
#EEE0EF
(238,224,239)
#F1E5F1
(241,229,241)
#F4EAF3
(244,234,243)
#F7EFF5
(247,239,245)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC2E3; }

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

This text font color is #DCC2E3.

Background Color

.myBgColor { background-color: #DCC2E3; }

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

This div background color is #DCC2E3.

Border color

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

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

This div border color is #DCC2E3.

Opacity

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

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

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

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

This text has shadow with #DCC2E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC2E3.

Preview

Color preview on black background

This text has color #DCC2E3 on black background.


Color preview on white background

This text has color #DCC2E3 on white background.


Black color preview on #DCC2E3 background

This text has black color on #DCC2E3 background.


White color preview on #DCC2E3 background

This text has white color on #DCC2E3 background.


Related colors

Complementary color

Complementary color for #hex is #233D1C.


I love getcolorcode.com

Triadic colors

1 #E3DCC2 and #C2E3DC with #DCC2E3 are triadic colors.

2 #E3C2DC and #C2DCE3 with #DCC2E3 are triadic colors.