COLOR #DBDDEC

HEX: #DBDDEC
RGB: (219,221,236)

Color info

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

RGB color model

#DBDDEC color RGB value is (219,221,236).

  • red value is 219;
  • green value is 221;
  • blue value is 236.
RGB:
(219,221,236)
(86%,87%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 221 of 255 = 87%
B 236 of 255 = 93%

219
221
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 221 + 236 = 676 (100%)
R 219 of 676 ~ 32.4%
G 221 of 676 ~ 32.69%
B 236 of 676 ~ 34.91%

%32.4
%32.69
%34.91

CMYK color model

#DBDDEC color CMYK value is (7,6,0,7).

  • cyan value is 7.20%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,6,0,7)
C7M6Y0K7 
(7%,6%,0%,7%)
(0.07/0.06/0.00/0.07)	

CMYK percentages

%7.2
%6.36
%0
%7.45

Codes

Color #DBDDEC in popluar color models

DBDDEC
RGB219221236
HSL233°30.91%89.22%
HSB/HSV233°7.20%92.55%
CMYK7.20%6.36%0.00%
7.45%

Color #DBDDEC in popluar number systems.

HEXDBDDEC
Decimal219221236
Binary110110111101110111101100
Octal333335354

Shades and tints

Shades of #DBDDEC

#DBDDEC
(219,221,236)
#C8C9D7
(200,201,215)
#B5B5C2
(181,181,194)
#A2A1AD
(162,161,173)
#8F8D98
(143,141,152)
#7C7983
(124,121,131)
#69656E
(105,101,110)
#565159
(86,81,89)
#433D44
(67,61,68)
#30292F
(48,41,47)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #DBDDEC

#DBDDEC
(219,221,236)
#DEE0ED
(222,224,237)
#E1E3EE
(225,227,238)
#E4E6EF
(228,230,239)
#E7E9F0
(231,233,240)
#EAECF1
(234,236,241)
#EDEFF2
(237,239,242)
#F0F2F3
(240,242,243)
#F3F5F4
(243,245,244)
#F6F8F5
(246,248,245)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDDEC color. Also use rgb(219,221,236) instead hex code.

Text Font Color

.myTextColor { color: #DBDDEC; }

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

This text font color is #DBDDEC.


Background Color

.myBgColor { background-color: #DBDDEC; }

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

This div background color is #DBDDEC.


Border color

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

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

This div border color is #DBDDEC.


Opacity

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

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

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

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

This text has shadow with #DBDDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDDEC on black background.


Color preview on white background

This text has color #DBDDEC on white background.



Black color preview on #DBDDEC background

This text has black color on #DBDDEC background.


White color preview on #DBDDEC background

This text has white color on #DBDDEC background.