COLOR #DCDDEB

HEX: #DCDDEB RGB: (220,221,235)

Color info

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

RGB color model

#DCDDEB color RGB value is (220,221,235).

RGB: (220,221,235) (86%, 87%, 92%)

RGB channels and saturation

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

220
221
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 221 + 235 = 676 (100%)
R 220 of 676 ~ 32.54%
G 221 of 676 ~ 32.69%
B 235 of 676 ~ 34.76'%

%32.54
%32.69
%34.76

CMYK color model

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

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

Codes

Color #DCDDEB in popluar color models

DC DD EB
RGB 220 221 235
HSL 236° 27.27% 89.22%
HSB/HSV 236° 6.38% 92.16%
CMYK 6.38% 5.96% 0.00%
7.84%

Color #DCDDEB in popluar number systems.

HEX DC DD EB
Decimal 220 221 235
Binary 11011100 11011101 11101011
Octal 334 335 353

Shades and tints

Shades of #DCDDEB

#DCDDEB
(220,221,235)
#C8C9D6
(200,201,214)
#B4B5C1
(180,181,193)
#A0A1AC
(160,161,172)
#8C8D97
(140,141,151)
#787982
(120,121,130)
#64656D
(100,101,109)
#505158
(80,81,88)
#3C3D43
(60,61,67)
#28292E
(40,41,46)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #DCDDEB

#DCDDEB
(220,221,235)
#DFE0EC
(223,224,236)
#E2E3ED
(226,227,237)
#E5E6EE
(229,230,238)
#E8E9EF
(232,233,239)
#EBECF0
(235,236,240)
#EEEFF1
(238,239,241)
#F1F2F2
(241,242,242)
#F4F5F3
(244,245,243)
#F7F8F4
(247,248,244)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDEB; }

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

This text font color is #DCDDEB.

Background Color

.myBgColor { background-color: #DCDDEB; }

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

This div background color is #DCDDEB.

Border color

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

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

This div border color is #DCDDEB.

Opacity

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

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

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

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

This text has shadow with #DCDDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDDEB.

Preview

Color preview on black background

This text has color #DCDDEB on black background.


Color preview on white background

This text has color #DCDDEB on white background.


Black color preview on #DCDDEB background

This text has black color on #DCDDEB background.


White color preview on #DCDDEB background

This text has white color on #DCDDEB background.


Related colors

Complementary color

Complementary color for #hex is #232214.


I love getcolorcode.com

Triadic colors

1 #EBDCDD and #DDEBDC with #DCDDEB are triadic colors.

2 #EBDDDC and #DDDCEB with #DCDDEB are triadic colors.