COLOR #DCBEEB

HEX: #DCBEEB
RGB: (220,190,235)

Color info

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

RGB color model

#DCBEEB color RGB value is (220,190,235).

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

RGB channels and saturation

R 220 of 255 = 86%
G 190 of 255 = 75%
B 235 of 255 = 92%

220
190
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 190 + 235 = 645 (100%)
R 220 of 645 ~ 34.11%
G 190 of 645 ~ 29.46%
B 235 of 645 ~ 36.43%

%34.11
%29.46
%36.43

CMYK color model

#DCBEEB color CMYK value is (6,19,0,8).

  • cyan value is 6.38%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,19,0,8)
C6M19Y0K8 
(6%,19%,0%,8%)
(0.06/0.19/0.00/0.08)	

CMYK percentages

%6.38
%19.15
%0
%7.84

Codes

Color #DCBEEB in popluar color models

DCBEEB
RGB220190235
HSL280°52.94%83.33%
HSB/HSV280°19.15%92.16%
CMYK6.38%19.15%0.00%
7.84%

Color #DCBEEB in popluar number systems.

HEXDCBEEB
Decimal220190235
Binary110111001011111011101011
Octal334276353

Shades and tints

Shades of #DCBEEB

#DCBEEB
(220,190,235)
#C8ADD6
(200,173,214)
#B49CC1
(180,156,193)
#A08BAC
(160,139,172)
#8C7A97
(140,122,151)
#786982
(120,105,130)
#64586D
(100,88,109)
#504758
(80,71,88)
#3C3643
(60,54,67)
#28252E
(40,37,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #DCBEEB

#DCBEEB
(220,190,235)
#DFC3EC
(223,195,236)
#E2C8ED
(226,200,237)
#E5CDEE
(229,205,238)
#E8D2EF
(232,210,239)
#EBD7F0
(235,215,240)
#EEDCF1
(238,220,241)
#F1E1F2
(241,225,242)
#F4E6F3
(244,230,243)
#F7EBF4
(247,235,244)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBEEB; }

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

This text font color is #DCBEEB.


Background Color

.myBgColor { background-color: #DCBEEB; }

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

This div background color is #DCBEEB.


Border color

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

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

This div border color is #DCBEEB.


Opacity

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

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

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

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

This text has shadow with #DCBEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBEEB on black background.


Color preview on white background

This text has color #DCBEEB on white background.



Black color preview on #DCBEEB background

This text has black color on #DCBEEB background.


White color preview on #DCBEEB background

This text has white color on #DCBEEB background.