COLOR #DCDDEE

HEX: #DCDDEE RGB: (220,221,238)

Color info

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

RGB color model

#DCDDEE color RGB value is (220,221,238).

RGB: (220,221,238) (86%, 87%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 221 of 255 = 87%
B 238 of 255 = 93%

220
221
238

R + G + B ~ 89%. #DCDDEE is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 221 + 238 = 679 (100%)
R 220 of 679 ~ 32.4%
G 221 of 679 ~ 32.55%
B 238 of 679 ~ 35.05'%

%32.4
%32.55
%35.05

CMYK color model

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

  • cyan value is 7.56%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,7,0,7)
C8M7Y0K7 (8%, 7%, 0%, 7%)
(0.08 / 0.07 / 0.00 / 0.07)

CMYK percentages

%7.56
%7.14
%0
%6.67

Codes

Color #DCDDEE in popluar color models

DC DD EE
RGB 220 221 238
HSL 237° 34.62% 89.80%
HSB/HSV 237° 7.56% 93.33%
CMYK 7.56% 7.14% 0.00%
6.67%

Color #DCDDEE in popluar number systems.

HEX DC DD EE
Decimal 220 221 238
Binary 11011100 11011101 11101110
Octal 334 335 356

Shades and tints

Shades of #DCDDEE

#DCDDEE
(220,221,238)
#C8C9D9
(200,201,217)
#B4B5C4
(180,181,196)
#A0A1AF
(160,161,175)
#8C8D9A
(140,141,154)
#787985
(120,121,133)
#646570
(100,101,112)
#50515B
(80,81,91)
#3C3D46
(60,61,70)
#282931
(40,41,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #DCDDEE

#DCDDEE
(220,221,238)
#DFE0EF
(223,224,239)
#E2E3F0
(226,227,240)
#E5E6F1
(229,230,241)
#E8E9F2
(232,233,242)
#EBECF3
(235,236,243)
#EEEFF4
(238,239,244)
#F1F2F5
(241,242,245)
#F4F5F6
(244,245,246)
#F7F8F7
(247,248,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDEE; }

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

This text font color is #DCDDEE.

Background Color

.myBgColor { background-color: #DCDDEE; }

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

This div background color is #DCDDEE.

Border color

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

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

This div border color is #DCDDEE.

Opacity

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

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

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

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

This text has shadow with #DCDDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDDEE.

Preview

Color preview on black background

This text has color #DCDDEE on black background.


Color preview on white background

This text has color #DCDDEE on white background.


Black color preview on #DCDDEE background

This text has black color on #DCDDEE background.


White color preview on #DCDDEE background

This text has white color on #DCDDEE background.


Related colors

Complementary color

Complementary color for #hex is #232211.


I love getcolorcode.com

Triadic colors

1 #EEDCDD and #DDEEDC with #DCDDEE are triadic colors.

2 #EEDDDC and #DDDCEE with #DCDDEE are triadic colors.