COLOR #DCDBEB

HEX: #DCDBEB RGB: (220,219,235)

Color info

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

RGB color model

#DCDBEB color RGB value is (220,219,235).

RGB: (220,219,235) (86%, 86%, 92%)

RGB channels and saturation

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

220
219
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 219 + 235 = 674 (100%)
R 220 of 674 ~ 32.64%
G 219 of 674 ~ 32.49%
B 235 of 674 ~ 34.87'%

%32.64
%32.49
%34.87

CMYK color model

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

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

CMYK percentages

%6.38
%6.81
%0
%7.84

Codes

Color #DCDBEB in popluar color models

DC DB EB
RGB 220 219 235
HSL 244° 28.57% 89.02%
HSB/HSV 244° 6.81% 92.16%
CMYK 6.38% 6.81% 0.00%
7.84%

Color #DCDBEB in popluar number systems.

HEX DC DB EB
Decimal 220 219 235
Binary 11011100 11011011 11101011
Octal 334 333 353

Shades and tints

Shades of #DCDBEB

#DCDBEB
(220,219,235)
#C8C8D6
(200,200,214)
#B4B5C1
(180,181,193)
#A0A2AC
(160,162,172)
#8C8F97
(140,143,151)
#787C82
(120,124,130)
#64696D
(100,105,109)
#505658
(80,86,88)
#3C4343
(60,67,67)
#28302E
(40,48,46)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #DCDBEB

#DCDBEB
(220,219,235)
#DFDEEC
(223,222,236)
#E2E1ED
(226,225,237)
#E5E4EE
(229,228,238)
#E8E7EF
(232,231,239)
#EBEAF0
(235,234,240)
#EEEDF1
(238,237,241)
#F1F0F2
(241,240,242)
#F4F3F3
(244,243,243)
#F7F6F4
(247,246,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDBEB; }

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

This text font color is #DCDBEB.

Background Color

.myBgColor { background-color: #DCDBEB; }

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

This div background color is #DCDBEB.

Border color

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

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

This div border color is #DCDBEB.

Opacity

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

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

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

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

This text has shadow with #DCDBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDBEB.

Preview

Color preview on black background

This text has color #DCDBEB on black background.


Color preview on white background

This text has color #DCDBEB on white background.


Black color preview on #DCDBEB background

This text has black color on #DCDBEB background.


White color preview on #DCDBEB background

This text has white color on #DCDBEB background.


Related colors

Complementary color

Complementary color for #hex is #232414.


I love getcolorcode.com

Triadic colors

1 #EBDCDB and #DBEBDC with #DCDBEB are triadic colors.

2 #EBDBDC and #DBDCEB with #DCDBEB are triadic colors.