COLOR #DCD5F9

HEX: #DCD5F9 RGB: (220,213,249)

Color info

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

RGB color model

#DCD5F9 color RGB value is (220,213,249).

RGB: (220,213,249) (86%, 84%, 98%)

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 249 of 255 = 98%

220
213
249

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

Portions of RGB colors in percentages

R + G + B = 220 + 213 + 249 = 682 (100%)
R 220 of 682 ~ 32.26%
G 213 of 682 ~ 31.23%
B 249 of 682 ~ 36.51'%

%32.26
%31.23
%36.51

CMYK color model

#DCD5F9 color CMYK value is (12,14,0,2).

  • cyan value is 11.65%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (12,14,0,2)
C12M14Y0K2 (12%, 14%, 0%, 2%)
(0.12 / 0.14 / 0.00 / 0.02)

CMYK percentages

%11.65
%14.46
%0
%2.35

Codes

Color #DCD5F9 in popluar color models

DC D5 F9
RGB 220 213 249
HSL 252° 75.00% 90.59%
HSB/HSV 252° 14.46% 97.65%
CMYK 11.65% 14.46% 0.00%
2.35%

Color #DCD5F9 in popluar number systems.

HEX DC D5 F9
Decimal 220 213 249
Binary 11011100 11010101 11111001
Octal 334 325 371

Shades and tints

Shades of #DCD5F9

#DCD5F9
(220,213,249)
#C8C2E3
(200,194,227)
#B4AFCD
(180,175,205)
#A09CB7
(160,156,183)
#8C89A1
(140,137,161)
#78768B
(120,118,139)
#646375
(100,99,117)
#50505F
(80,80,95)
#3C3D49
(60,61,73)
#282A33
(40,42,51)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #DCD5F9

#DCD5F9
(220,213,249)
#DFD8F9
(223,216,249)
#E2DBF9
(226,219,249)
#E5DEF9
(229,222,249)
#E8E1F9
(232,225,249)
#EBE4F9
(235,228,249)
#EEE7F9
(238,231,249)
#F1EAF9
(241,234,249)
#F4EDF9
(244,237,249)
#F7F0F9
(247,240,249)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD5F9; }

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

This text font color is #DCD5F9.

Background Color

.myBgColor { background-color: #DCD5F9; }

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

This div background color is #DCD5F9.

Border color

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

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

This div border color is #DCD5F9.

Opacity

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

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

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

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

This text has shadow with #DCD5F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD5F9.

Preview

Color preview on black background

This text has color #DCD5F9 on black background.


Color preview on white background

This text has color #DCD5F9 on white background.


Black color preview on #DCD5F9 background

This text has black color on #DCD5F9 background.


White color preview on #DCD5F9 background

This text has white color on #DCD5F9 background.


Related colors

Complementary color

Complementary color for #hex is #232A06.


I love getcolorcode.com

Triadic colors

1 #F9DCD5 and #D5F9DC with #DCD5F9 are triadic colors.

2 #F9D5DC and #D5DCF9 with #DCD5F9 are triadic colors.