COLOR #DCBEE8

HEX: #DCBEE8
RGB: (220,190,232)

Color info

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

RGB color model

#DCBEE8 color RGB value is (220,190,232).

  • red value is 220;
  • green value is 190;
  • blue value is 232.
RGB:
(220,190,232)
(86%,75%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 190 of 255 = 75%
B 232 of 255 = 91%

220
190
232

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

Portions of RGB colors in percentages

R + G + B =
220 + 190 + 232 = 642 (100%)
R 220 of 642 ~ 34.27%
G 190 of 642 ~ 29.6%
B 232 of 642 ~ 36.14%

%34.27
%29.6
%36.14

CMYK color model

#DCBEE8 color CMYK value is (5,18,0,9).

  • cyan value is 5.17%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(5,18,0,9)
C5M18Y0K9 
(5%,18%,0%,9%)
(0.05/0.18/0.00/0.09)	

CMYK percentages

%5.17
%18.1
%0
%9.02

Codes

Color #DCBEE8 in popluar color models

DCBEE8
RGB220190232
HSL283°47.73%82.75%
HSB/HSV283°18.10%90.98%
CMYK5.17%18.10%0.00%
9.02%

Color #DCBEE8 in popluar number systems.

HEXDCBEE8
Decimal220190232
Binary110111001011111011101000
Octal334276350

Shades and tints

Shades of #DCBEE8

#DCBEE8
(220,190,232)
#C8ADD3
(200,173,211)
#B49CBE
(180,156,190)
#A08BA9
(160,139,169)
#8C7A94
(140,122,148)
#78697F
(120,105,127)
#64586A
(100,88,106)
#504755
(80,71,85)
#3C3640
(60,54,64)
#28252B
(40,37,43)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #DCBEE8

#DCBEE8
(220,190,232)
#DFC3EA
(223,195,234)
#E2C8EC
(226,200,236)
#E5CDEE
(229,205,238)
#E8D2F0
(232,210,240)
#EBD7F2
(235,215,242)
#EEDCF4
(238,220,244)
#F1E1F6
(241,225,246)
#F4E6F8
(244,230,248)
#F7EBFA
(247,235,250)
#FAF0FC
(250,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBEE8 color. Also use rgb(220,190,232) instead hex code.

Text Font Color

.myTextColor { color: #DCBEE8; }

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

This text font color is #DCBEE8.


Background Color

.myBgColor { background-color: #DCBEE8; }

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

This div background color is #DCBEE8.


Border color

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

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

This div border color is #DCBEE8.


Opacity

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

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

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

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

This text has shadow with #DCBEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBEE8 on black background.


Color preview on white background

This text has color #DCBEE8 on white background.



Black color preview on #DCBEE8 background

This text has black color on #DCBEE8 background.


White color preview on #DCBEE8 background

This text has white color on #DCBEE8 background.