COLOR #DCBCE2

HEX: #DCBCE2 RGB: (220,188,226)

Color info

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

RGB color model

#DCBCE2 color RGB value is (220,188,226).

RGB: (220,188,226) (86%, 74%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 226 of 255 = 89%

220
188
226

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

Portions of RGB colors in percentages

R + G + B = 220 + 188 + 226 = 634 (100%)
R 220 of 634 ~ 34.7%
G 188 of 634 ~ 29.65%
B 226 of 634 ~ 35.65'%

%34.7
%29.65
%35.65

CMYK color model

#DCBCE2 color CMYK value is (3,17,0,11).

  • cyan value is 2.65%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (3,17,0,11) C3M17Y0K11 (3%,17%,0%,11%) (0.03/0.17/0.00/0.11) 

CMYK percentages

%2.65
%16.81
%0
%11.37

Codes

Color #DCBCE2 in popluar color models

DC BC E2
RGB 220 188 226
HSL 291° 39.58% 81.18%
HSB/HSV 291° 16.81% 88.63%
CMYK 2.65% 16.81% 0.00%
11.37%

Color #DCBCE2 in popluar number systems.

HEX DC BC E2
Decimal 220 188 226
Binary 11011100 10111100 11100010
Octal 334 274 342

Shades and tints

Shades of #DCBCE2

#DCBCE2
(220,188,226)
#C8ABCE
(200,171,206)
#B49ABA
(180,154,186)
#A089A6
(160,137,166)
#8C7892
(140,120,146)
#78677E
(120,103,126)
#64566A
(100,86,106)
#504556
(80,69,86)
#3C3442
(60,52,66)
#28232E
(40,35,46)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #DCBCE2

#DCBCE2
(220,188,226)
#DFC2E4
(223,194,228)
#E2C8E6
(226,200,230)
#E5CEE8
(229,206,232)
#E8D4EA
(232,212,234)
#EBDAEC
(235,218,236)
#EEE0EE
(238,224,238)
#F1E6F0
(241,230,240)
#F4ECF2
(244,236,242)
#F7F2F4
(247,242,244)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBCE2 color. Also use rgb(220,188,226) instead hex code.

Text Font Color

.myTextColor { color: #DCBCE2; }

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

This text font color is #DCBCE2.

Background Color

.myBgColor { background-color: #DCBCE2; }

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

This div background color is #DCBCE2.

Border color

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

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

This div border color is #DCBCE2.

Opacity

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

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

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

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

This text has shadow with #DCBCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBCE2.

Preview

Color preview on black background

This text has color #DCBCE2 on black background.


Color preview on white background

This text has color #DCBCE2 on white background.


Black color preview on #DCBCE2 background

This text has black color on #DCBCE2 background.


White color preview on #DCBCE2 background

This text has white color on #DCBCE2 background.


Related colors

Complementary color

Complementary color for #hex is #23431D.


I love getcolorcode.com

Triadic colors

1 #E2DCBC and #BCE2DC with #DCBCE2 are triadic colors.

2 #E2BCDC and #BCDCE2 with #DCBCE2 are triadic colors.