COLOR #DCCBE5

HEX: #DCCBE5
RGB: (220,203,229)

Color info

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

RGB color model

#DCCBE5 color RGB value is (220,203,229).

  • red value is 220;
  • green value is 203;
  • blue value is 229.
RGB:
(220,203,229)
(86%,80%,90%)

RGB channels and saturation

R 220 of 255 = 86%
G 203 of 255 = 80%
B 229 of 255 = 90%

220
203
229

R + G + B ~ 85%. #DCCBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 203 + 229 = 652 (100%)
R 220 of 652 ~ 33.74%
G 203 of 652 ~ 31.13%
B 229 of 652 ~ 35.12%

%33.74
%31.13
%35.12

CMYK color model

#DCCBE5 color CMYK value is (4,11,0,10).

  • cyan value is 3.93%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(4,11,0,10)
C4M11Y0K10 
(4%,11%,0%,10%)
(0.04/0.11/0.00/0.10)	

CMYK percentages

%3.93
%11.35
%0
%10.2

Codes

Color #DCCBE5 in popluar color models

DCCBE5
RGB220203229
HSL279°33.33%84.71%
HSB/HSV279°11.35%89.80%
CMYK3.93%11.35%0.00%
10.20%

Color #DCCBE5 in popluar number systems.

HEXDCCBE5
Decimal220203229
Binary110111001100101111100101
Octal334313345

Shades and tints

Shades of #DCCBE5

#DCCBE5
(220,203,229)
#C8B9D1
(200,185,209)
#B4A7BD
(180,167,189)
#A095A9
(160,149,169)
#8C8395
(140,131,149)
#787181
(120,113,129)
#645F6D
(100,95,109)
#504D59
(80,77,89)
#3C3B45
(60,59,69)
#282931
(40,41,49)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #DCCBE5

#DCCBE5
(220,203,229)
#DFCFE7
(223,207,231)
#E2D3E9
(226,211,233)
#E5D7EB
(229,215,235)
#E8DBED
(232,219,237)
#EBDFEF
(235,223,239)
#EEE3F1
(238,227,241)
#F1E7F3
(241,231,243)
#F4EBF5
(244,235,245)
#F7EFF7
(247,239,247)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCBE5 color. Also use rgb(220,203,229) instead hex code.

Text Font Color

.myTextColor { color: #DCCBE5; }

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

This text font color is #DCCBE5.


Background Color

.myBgColor { background-color: #DCCBE5; }

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

This div background color is #DCCBE5.


Border color

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

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

This div border color is #DCCBE5.


Opacity

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

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

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

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

This text has shadow with #DCCBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCBE5 on black background.


Color preview on white background

This text has color #DCCBE5 on white background.



Black color preview on #DCCBE5 background

This text has black color on #DCCBE5 background.


White color preview on #DCCBE5 background

This text has white color on #DCCBE5 background.