COLOR #DCBBE4

HEX: #DCBBE4 RGB: (220,187,228)

Color info

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

RGB color model

#DCBBE4 color RGB value is (220,187,228).

RGB: (220,187,228) (86%, 73%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 187 of 255 = 73%
B 228 of 255 = 89%

220
187
228

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

Portions of RGB colors in percentages

R + G + B = 220 + 187 + 228 = 635 (100%)
R 220 of 635 ~ 34.65%
G 187 of 635 ~ 29.45%
B 228 of 635 ~ 35.91'%

%34.65
%29.45
%35.91

CMYK color model

#DCBBE4 color CMYK value is (4,18,0,11).

  • cyan value is 3.51%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (4,18,0,11)
C4M18Y0K11 (4%, 18%, 0%, 11%)
(0.04 / 0.18 / 0.00 / 0.11)

CMYK percentages

%3.51
%17.98
%0
%10.59

Codes

Color #DCBBE4 in popluar color models

DC BB E4
RGB 220 187 228
HSL 288° 43.16% 81.37%
HSB/HSV 288° 17.98% 89.41%
CMYK 3.51% 17.98% 0.00%
10.59%

Color #DCBBE4 in popluar number systems.

HEX DC BB E4
Decimal 220 187 228
Binary 11011100 10111011 11100100
Octal 334 273 344

Shades and tints

Shades of #DCBBE4

#DCBBE4
(220,187,228)
#C8AAD0
(200,170,208)
#B499BC
(180,153,188)
#A088A8
(160,136,168)
#8C7794
(140,119,148)
#786680
(120,102,128)
#64556C
(100,85,108)
#504458
(80,68,88)
#3C3344
(60,51,68)
#282230
(40,34,48)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #DCBBE4

#DCBBE4
(220,187,228)
#DFC1E6
(223,193,230)
#E2C7E8
(226,199,232)
#E5CDEA
(229,205,234)
#E8D3EC
(232,211,236)
#EBD9EE
(235,217,238)
#EEDFF0
(238,223,240)
#F1E5F2
(241,229,242)
#F4EBF4
(244,235,244)
#F7F1F6
(247,241,246)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBBE4 color. Also use rgb(220,187,228) instead hex code.

Text Font Color

.myTextColor { color: #DCBBE4; }

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

This text font color is #DCBBE4.

Background Color

.myBgColor { background-color: #DCBBE4; }

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

This div background color is #DCBBE4.

Border color

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

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

This div border color is #DCBBE4.

Opacity

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

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

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

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

This text has shadow with #DCBBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBBE4.

Preview

Color preview on black background

This text has color #DCBBE4 on black background.


Color preview on white background

This text has color #DCBBE4 on white background.


Black color preview on #DCBBE4 background

This text has black color on #DCBBE4 background.


White color preview on #DCBBE4 background

This text has white color on #DCBBE4 background.


Related colors

Complementary color

Complementary color for #hex is #23441B.


I love getcolorcode.com

Triadic colors

1 #E4DCBB and #BBE4DC with #DCBBE4 are triadic colors.

2 #E4BBDC and #BBDCE4 with #DCBBE4 are triadic colors.