COLOR #DCBCEB

HEX: #DCBCEB RGB: (220,188,235)

Color info

#DCBCEB contains red, green and blue colors in about the same proportion. Web safe color of #DCBCEB is #CCCCFF (or #CCF).

RGB color model

#DCBCEB color RGB value is (220,188,235).

RGB: (220,188,235) (86%, 74%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 235 of 255 = 92%

220
188
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 188 + 235 = 643 (100%)
R 220 of 643 ~ 34.21%
G 188 of 643 ~ 29.24%
B 235 of 643 ~ 36.55'%

%34.21
%29.24
%36.55

CMYK color model

#DCBCEB color CMYK value is (6,20,0,8).

  • cyan value is 6.38%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,20,0,8)
C6M20Y0K8 (6%, 20%, 0%, 8%)
(0.06 / 0.20 / 0.00 / 0.08)

CMYK percentages

%6.38
%20
%0
%7.84

Codes

Color #DCBCEB in popluar color models

DC BC EB
RGB 220 188 235
HSL 281° 54.02% 82.94%
HSB/HSV 281° 20.00% 92.16%
CMYK 6.38% 20.00% 0.00%
7.84%

Color #DCBCEB in popluar number systems.

HEX DC BC EB
Decimal 220 188 235
Binary 11011100 10111100 11101011
Octal 334 274 353

Shades and tints

Shades of #DCBCEB

#DCBCEB
(220,188,235)
#C8ABD6
(200,171,214)
#B49AC1
(180,154,193)
#A089AC
(160,137,172)
#8C7897
(140,120,151)
#786782
(120,103,130)
#64566D
(100,86,109)
#504558
(80,69,88)
#3C3443
(60,52,67)
#28232E
(40,35,46)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #DCBCEB

#DCBCEB
(220,188,235)
#DFC2EC
(223,194,236)
#E2C8ED
(226,200,237)
#E5CEEE
(229,206,238)
#E8D4EF
(232,212,239)
#EBDAF0
(235,218,240)
#EEE0F1
(238,224,241)
#F1E6F2
(241,230,242)
#F4ECF3
(244,236,243)
#F7F2F4
(247,242,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBCEB; }

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

This text font color is #DCBCEB.

Background Color

.myBgColor { background-color: #DCBCEB; }

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

This div background color is #DCBCEB.

Border color

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

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

This div border color is #DCBCEB.

Opacity

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

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

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

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

This text has shadow with #DCBCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBCEB.

Preview

Color preview on black background

This text has color #DCBCEB on black background.


Color preview on white background

This text has color #DCBCEB on white background.


Black color preview on #DCBCEB background

This text has black color on #DCBCEB background.


White color preview on #DCBCEB background

This text has white color on #DCBCEB background.


Related colors

Complementary color

Complementary color for #hex is #234314.


I love getcolorcode.com

Triadic colors

1 #EBDCBC and #BCEBDC with #DCBCEB are triadic colors.

2 #EBBCDC and #BCDCEB with #DCBCEB are triadic colors.