COLOR #DCCDEB

HEX: #DCCDEB
RGB: (220,205,235)

Color info

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

RGB color model

#DCCDEB color RGB value is (220,205,235).

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

RGB channels and saturation

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

220
205
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 205 + 235 = 660 (100%)
R 220 of 660 ~ 33.33%
G 205 of 660 ~ 31.06%
B 235 of 660 ~ 35.61%

%33.33
%31.06
%35.61

CMYK color model

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

  • cyan value is 6.38%
  • magenta value is 12.77%
  • 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
%12.77
%0
%7.84

Codes

Color #DCCDEB in popluar color models

DCCDEB
RGB220205235
HSL270°42.86%86.27%
HSB/HSV270°12.77%92.16%
CMYK6.38%12.77%0.00%
7.84%

Color #DCCDEB in popluar number systems.

HEXDCCDEB
Decimal220205235
Binary110111001100110111101011
Octal334315353

Shades and tints

Shades of #DCCDEB

#DCCDEB
(220,205,235)
#C8BBD6
(200,187,214)
#B4A9C1
(180,169,193)
#A097AC
(160,151,172)
#8C8597
(140,133,151)
#787382
(120,115,130)
#64616D
(100,97,109)
#504F58
(80,79,88)
#3C3D43
(60,61,67)
#282B2E
(40,43,46)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #DCCDEB

#DCCDEB
(220,205,235)
#DFD1EC
(223,209,236)
#E2D5ED
(226,213,237)
#E5D9EE
(229,217,238)
#E8DDEF
(232,221,239)
#EBE1F0
(235,225,240)
#EEE5F1
(238,229,241)
#F1E9F2
(241,233,242)
#F4EDF3
(244,237,243)
#F7F1F4
(247,241,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCDEB; }

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

This text font color is #DCCDEB.


Background Color

.myBgColor { background-color: #DCCDEB; }

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

This div background color is #DCCDEB.


Border color

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

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

This div border color is #DCCDEB.


Opacity

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

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

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

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

This text has shadow with #DCCDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCDEB on black background.


Color preview on white background

This text has color #DCCDEB on white background.



Black color preview on #DCCDEB background

This text has black color on #DCCDEB background.


White color preview on #DCCDEB background

This text has white color on #DCCDEB background.