COLOR #DCCCEB

HEX: #DCCCEB
RGB: (220,204,235)

Color info

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

RGB color model

#DCCCEB color RGB value is (220,204,235).

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

RGB channels and saturation

R 220 of 255 = 86%
G 204 of 255 = 80%
B 235 of 255 = 92%

220
204
235

R + G + B ~ 86%. #DCCCEB is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 204 + 235 = 659 (100%)
R 220 of 659 ~ 33.38%
G 204 of 659 ~ 30.96%
B 235 of 659 ~ 35.66%

%33.38
%30.96
%35.66

CMYK color model

#DCCCEB color CMYK value is (6,13,0,8).

  • cyan value is 6.38%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,13,0,8)
C6M13Y0K8 
(6%,13%,0%,8%)
(0.06/0.13/0.00/0.08)	

CMYK percentages

%6.38
%13.19
%0
%7.84

Codes

Color #DCCCEB in popluar color models

DCCCEB
RGB220204235
HSL271°43.66%86.08%
HSB/HSV271°13.19%92.16%
CMYK6.38%13.19%0.00%
7.84%

Color #DCCCEB in popluar number systems.

HEXDCCCEB
Decimal220204235
Binary110111001100110011101011
Octal334314353

Shades and tints

Shades of #DCCCEB

#DCCCEB
(220,204,235)
#C8BAD6
(200,186,214)
#B4A8C1
(180,168,193)
#A096AC
(160,150,172)
#8C8497
(140,132,151)
#787282
(120,114,130)
#64606D
(100,96,109)
#504E58
(80,78,88)
#3C3C43
(60,60,67)
#282A2E
(40,42,46)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #DCCCEB

#DCCCEB
(220,204,235)
#DFD0EC
(223,208,236)
#E2D4ED
(226,212,237)
#E5D8EE
(229,216,238)
#E8DCEF
(232,220,239)
#EBE0F0
(235,224,240)
#EEE4F1
(238,228,241)
#F1E8F2
(241,232,242)
#F4ECF3
(244,236,243)
#F7F0F4
(247,240,244)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCCEB; }

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

This text font color is #DCCCEB.


Background Color

.myBgColor { background-color: #DCCCEB; }

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

This div background color is #DCCCEB.


Border color

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

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

This div border color is #DCCCEB.


Opacity

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

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

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

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

This text has shadow with #DCCCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCCEB on black background.


Color preview on white background

This text has color #DCCCEB on white background.



Black color preview on #DCCCEB background

This text has black color on #DCCCEB background.


White color preview on #DCCCEB background

This text has white color on #DCCCEB background.