COLOR #DCD8F9

HEX: #DCD8F9 RGB: (220,216,249)

Color info

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

RGB color model

#DCD8F9 color RGB value is (220,216,249).

RGB: (220,216,249) (86%, 85%, 98%)

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 249 of 255 = 98%

220
216
249

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

Portions of RGB colors in percentages

R + G + B = 220 + 216 + 249 = 685 (100%)
R 220 of 685 ~ 32.12%
G 216 of 685 ~ 31.53%
B 249 of 685 ~ 36.35'%

%32.12
%31.53
%36.35

CMYK color model

#DCD8F9 color CMYK value is (12,13,0,2).

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

CMYK: (12,13,0,2)
C12M13Y0K2 (12%, 13%, 0%, 2%)
(0.12 / 0.13 / 0.00 / 0.02)

CMYK percentages

%11.65
%13.25
%0
%2.35

Codes

Color #DCD8F9 in popluar color models

DC D8 F9
RGB 220 216 249
HSL 247° 73.33% 91.18%
HSB/HSV 247° 13.25% 97.65%
CMYK 11.65% 13.25% 0.00%
2.35%

Color #DCD8F9 in popluar number systems.

HEX DC D8 F9
Decimal 220 216 249
Binary 11011100 11011000 11111001
Octal 334 330 371

Shades and tints

Shades of #DCD8F9

#DCD8F9
(220,216,249)
#C8C5E3
(200,197,227)
#B4B2CD
(180,178,205)
#A09FB7
(160,159,183)
#8C8CA1
(140,140,161)
#78798B
(120,121,139)
#646675
(100,102,117)
#50535F
(80,83,95)
#3C4049
(60,64,73)
#282D33
(40,45,51)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #DCD8F9

#DCD8F9
(220,216,249)
#DFDBF9
(223,219,249)
#E2DEF9
(226,222,249)
#E5E1F9
(229,225,249)
#E8E4F9
(232,228,249)
#EBE7F9
(235,231,249)
#EEEAF9
(238,234,249)
#F1EDF9
(241,237,249)
#F4F0F9
(244,240,249)
#F7F3F9
(247,243,249)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8F9; }

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

This text font color is #DCD8F9.

Background Color

.myBgColor { background-color: #DCD8F9; }

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

This div background color is #DCD8F9.

Border color

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

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

This div border color is #DCD8F9.

Opacity

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

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

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

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

This text has shadow with #DCD8F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD8F9.

Preview

Color preview on black background

This text has color #DCD8F9 on black background.


Color preview on white background

This text has color #DCD8F9 on white background.


Black color preview on #DCD8F9 background

This text has black color on #DCD8F9 background.


White color preview on #DCD8F9 background

This text has white color on #DCD8F9 background.


Related colors

Complementary color

Complementary color for #hex is #232706.


I love getcolorcode.com

Triadic colors

1 #F9DCD8 and #D8F9DC with #DCD8F9 are triadic colors.

2 #F9D8DC and #D8DCF9 with #DCD8F9 are triadic colors.