COLOR #DCDBEE

HEX: #DCDBEE
RGB: (220,219,238)

Color info

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

RGB color model

#DCDBEE color RGB value is (220,219,238).

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

RGB channels and saturation

R 220 of 255 = 86%
G 219 of 255 = 86%
B 238 of 255 = 93%

220
219
238

R + G + B ~ 88%. #DCDBEE is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 219 + 238 = 677 (100%)
R 220 of 677 ~ 32.5%
G 219 of 677 ~ 32.35%
B 238 of 677 ~ 35.16%

%32.5
%32.35
%35.16

CMYK color model

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

  • cyan value is 7.56%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,8,0,7)
C8M8Y0K7 
(8%,8%,0%,7%)
(0.08/0.08/0.00/0.07)	

CMYK percentages

%7.56
%7.98
%0
%6.67

Codes

Color #DCDBEE in popluar color models

DCDBEE
RGB220219238
HSL243°35.85%89.61%
HSB/HSV243°7.98%93.33%
CMYK7.56%7.98%0.00%
6.67%

Color #DCDBEE in popluar number systems.

HEXDCDBEE
Decimal220219238
Binary110111001101101111101110
Octal334333356

Shades and tints

Shades of #DCDBEE

#DCDBEE
(220,219,238)
#C8C8D9
(200,200,217)
#B4B5C4
(180,181,196)
#A0A2AF
(160,162,175)
#8C8F9A
(140,143,154)
#787C85
(120,124,133)
#646970
(100,105,112)
#50565B
(80,86,91)
#3C4346
(60,67,70)
#283031
(40,48,49)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #DCDBEE

#DCDBEE
(220,219,238)
#DFDEEF
(223,222,239)
#E2E1F0
(226,225,240)
#E5E4F1
(229,228,241)
#E8E7F2
(232,231,242)
#EBEAF3
(235,234,243)
#EEEDF4
(238,237,244)
#F1F0F5
(241,240,245)
#F4F3F6
(244,243,246)
#F7F6F7
(247,246,247)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDBEE; }

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

This text font color is #DCDBEE.


Background Color

.myBgColor { background-color: #DCDBEE; }

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

This div background color is #DCDBEE.


Border color

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

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

This div border color is #DCDBEE.


Opacity

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

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

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

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

This text has shadow with #DCDBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDBEE on black background.


Color preview on white background

This text has color #DCDBEE on white background.



Black color preview on #DCDBEE background

This text has black color on #DCDBEE background.


White color preview on #DCDBEE background

This text has white color on #DCDBEE background.