COLOR #DCDBF0

HEX: #DCDBF0
RGB: (220,219,240)

Color info

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

RGB color model

#DCDBF0 color RGB value is (220,219,240).

  • red value is 220;
  • green value is 219;
  • blue value is 240.
RGB:
(220,219,240)
(86%,86%,94%)

RGB channels and saturation

R 220 of 255 = 86%
G 219 of 255 = 86%
B 240 of 255 = 94%

220
219
240

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

Portions of RGB colors in percentages

R + G + B =
220 + 219 + 240 = 679 (100%)
R 220 of 679 ~ 32.4%
G 219 of 679 ~ 32.25%
B 240 of 679 ~ 35.35%

%32.4
%32.25
%35.35

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,9,0,6)
C8M9Y0K6 
(8%,9%,0%,6%)
(0.08/0.09/0.00/0.06)	

CMYK percentages

%8.33
%8.75
%0
%5.88

Codes

Color #DCDBF0 in popluar color models

DCDBF0
RGB220219240
HSL243°41.18%90.00%
HSB/HSV243°8.75%94.12%
CMYK8.33%8.75%0.00%
5.88%

Color #DCDBF0 in popluar number systems.

HEXDCDBF0
Decimal220219240
Binary110111001101101111110000
Octal334333360

Shades and tints

Shades of #DCDBF0

#DCDBF0
(220,219,240)
#C8C8DB
(200,200,219)
#B4B5C6
(180,181,198)
#A0A2B1
(160,162,177)
#8C8F9C
(140,143,156)
#787C87
(120,124,135)
#646972
(100,105,114)
#50565D
(80,86,93)
#3C4348
(60,67,72)
#283033
(40,48,51)
#141D1E
(20,29,30)
#000000
(0,0,0)

Tints of #DCDBF0

#DCDBF0
(220,219,240)
#DFDEF1
(223,222,241)
#E2E1F2
(226,225,242)
#E5E4F3
(229,228,243)
#E8E7F4
(232,231,244)
#EBEAF5
(235,234,245)
#EEEDF6
(238,237,246)
#F1F0F7
(241,240,247)
#F4F3F8
(244,243,248)
#F7F6F9
(247,246,249)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDBF0 color. Also use rgb(220,219,240) instead hex code.

Text Font Color

.myTextColor { color: #DCDBF0; }

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

This text font color is #DCDBF0.


Background Color

.myBgColor { background-color: #DCDBF0; }

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

This div background color is #DCDBF0.


Border color

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

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

This div border color is #DCDBF0.


Opacity

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

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

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

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

This text has shadow with #DCDBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDBF0 on black background.


Color preview on white background

This text has color #DCDBF0 on white background.



Black color preview on #DCDBF0 background

This text has black color on #DCDBF0 background.


White color preview on #DCDBF0 background

This text has white color on #DCDBF0 background.