COLOR #DCDDF5

HEX: #DCDDF5 RGB: (220,221,245)

Color info

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

RGB color model

#DCDDF5 color RGB value is (220,221,245).

RGB: (220,221,245) (86%, 87%, 96%)

RGB channels and saturation

R 220 of 255 = 86%
G 221 of 255 = 87%
B 245 of 255 = 96%

220
221
245

R + G + B ~ 90%. #DCDDF5 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 221 + 245 = 686 (100%)
R 220 of 686 ~ 32.07%
G 221 of 686 ~ 32.22%
B 245 of 686 ~ 35.71'%

%32.07
%32.22
%35.71

CMYK color model

#DCDDF5 color CMYK value is (10,10,0,4).

  • cyan value is 10.20%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (10,10,0,4)
C10M10Y0K4 (10%, 10%, 0%, 4%)
(0.10 / 0.10 / 0.00 / 0.04)

CMYK percentages

%10.2
%9.8
%0
%3.92

Codes

Color #DCDDF5 in popluar color models

DC DD F5
RGB 220 221 245
HSL 238° 55.56% 91.18%
HSB/HSV 238° 10.20% 96.08%
CMYK 10.20% 9.80% 0.00%
3.92%

Color #DCDDF5 in popluar number systems.

HEX DC DD F5
Decimal 220 221 245
Binary 11011100 11011101 11110101
Octal 334 335 365

Shades and tints

Shades of #DCDDF5

#DCDDF5
(220,221,245)
#C8C9DF
(200,201,223)
#B4B5C9
(180,181,201)
#A0A1B3
(160,161,179)
#8C8D9D
(140,141,157)
#787987
(120,121,135)
#646571
(100,101,113)
#50515B
(80,81,91)
#3C3D45
(60,61,69)
#28292F
(40,41,47)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #DCDDF5

#DCDDF5
(220,221,245)
#DFE0F5
(223,224,245)
#E2E3F5
(226,227,245)
#E5E6F5
(229,230,245)
#E8E9F5
(232,233,245)
#EBECF5
(235,236,245)
#EEEFF5
(238,239,245)
#F1F2F5
(241,242,245)
#F4F5F5
(244,245,245)
#F7F8F5
(247,248,245)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDF5; }

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

This text font color is #DCDDF5.

Background Color

.myBgColor { background-color: #DCDDF5; }

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

This div background color is #DCDDF5.

Border color

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

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

This div border color is #DCDDF5.

Opacity

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

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

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

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

This text has shadow with #DCDDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDDF5.

Preview

Color preview on black background

This text has color #DCDDF5 on black background.


Color preview on white background

This text has color #DCDDF5 on white background.


Black color preview on #DCDDF5 background

This text has black color on #DCDDF5 background.


White color preview on #DCDDF5 background

This text has white color on #DCDDF5 background.


Related colors

Complementary color

Complementary color for #hex is #23220A.


I love getcolorcode.com

Triadic colors

1 #F5DCDD and #DDF5DC with #DCDDF5 are triadic colors.

2 #F5DDDC and #DDDCF5 with #DCDDF5 are triadic colors.