COLOR #DCDCEB

HEX: #DCDCEB
RGB: (220,220,235)

Color info

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

RGB color model

#DCDCEB color RGB value is (220,220,235).

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

RGB channels and saturation

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

220
220
235

R + G + B ~ 88%. #DCDCEB is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 220 + 235 = 675 (100%)
R 220 of 675 ~ 32.59%
G 220 of 675 ~ 32.59%
B 235 of 675 ~ 34.81%

%32.59
%32.59
%34.81

CMYK color model

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

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

CMYK percentages

%6.38
%6.38
%0
%7.84

Codes

Color #DCDCEB in popluar color models

DCDCEB
RGB220220235
HSL240°27.27%89.22%
HSB/HSV240°6.38%92.16%
CMYK6.38%6.38%0.00%
7.84%

Color #DCDCEB in popluar number systems.

HEXDCDCEB
Decimal220220235
Binary110111001101110011101011
Octal334334353

Shades and tints

Shades of #DCDCEB

#DCDCEB
(220,220,235)
#C8C8D6
(200,200,214)
#B4B4C1
(180,180,193)
#A0A0AC
(160,160,172)
#8C8C97
(140,140,151)
#787882
(120,120,130)
#64646D
(100,100,109)
#505058
(80,80,88)
#3C3C43
(60,60,67)
#28282E
(40,40,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #DCDCEB

#DCDCEB
(220,220,235)
#DFDFEC
(223,223,236)
#E2E2ED
(226,226,237)
#E5E5EE
(229,229,238)
#E8E8EF
(232,232,239)
#EBEBF0
(235,235,240)
#EEEEF1
(238,238,241)
#F1F1F2
(241,241,242)
#F4F4F3
(244,244,243)
#F7F7F4
(247,247,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDCEB; }

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

This text font color is #DCDCEB.


Background Color

.myBgColor { background-color: #DCDCEB; }

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

This div background color is #DCDCEB.


Border color

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

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

This div border color is #DCDCEB.


Opacity

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

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

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

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

This text has shadow with #DCDCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDCEB on black background.


Color preview on white background

This text has color #DCDCEB on white background.



Black color preview on #DCDCEB background

This text has black color on #DCDCEB background.


White color preview on #DCDCEB background

This text has white color on #DCDCEB background.