COLOR #DBDDEF

HEX: #DBDDEF
RGB: (219,221,239)

Color info

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

RGB color model

#DBDDEF color RGB value is (219,221,239).

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

RGB channels and saturation

R 219 of 255 = 86%
G 221 of 255 = 87%
B 239 of 255 = 94%

219
221
239

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

Portions of RGB colors in percentages

R + G + B =
219 + 221 + 239 = 679 (100%)
R 219 of 679 ~ 32.25%
G 221 of 679 ~ 32.55%
B 239 of 679 ~ 35.2%

%32.25
%32.55
%35.2

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,8,0,6)
C8M8Y0K6 
(8%,8%,0%,6%)
(0.08/0.08/0.00/0.06)	

CMYK percentages

%8.37
%7.53
%0
%6.27

Codes

Color #DBDDEF in popluar color models

DBDDEF
RGB219221239
HSL234°38.46%89.80%
HSB/HSV234°8.37%93.73%
CMYK8.37%7.53%0.00%
6.27%

Color #DBDDEF in popluar number systems.

HEXDBDDEF
Decimal219221239
Binary110110111101110111101111
Octal333335357

Shades and tints

Shades of #DBDDEF

#DBDDEF
(219,221,239)
#C8C9DA
(200,201,218)
#B5B5C5
(181,181,197)
#A2A1B0
(162,161,176)
#8F8D9B
(143,141,155)
#7C7986
(124,121,134)
#696571
(105,101,113)
#56515C
(86,81,92)
#433D47
(67,61,71)
#302932
(48,41,50)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #DBDDEF

#DBDDEF
(219,221,239)
#DEE0F0
(222,224,240)
#E1E3F1
(225,227,241)
#E4E6F2
(228,230,242)
#E7E9F3
(231,233,243)
#EAECF4
(234,236,244)
#EDEFF5
(237,239,245)
#F0F2F6
(240,242,246)
#F3F5F7
(243,245,247)
#F6F8F8
(246,248,248)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDDEF; }

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

This text font color is #DBDDEF.


Background Color

.myBgColor { background-color: #DBDDEF; }

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

This div background color is #DBDDEF.


Border color

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

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

This div border color is #DBDDEF.


Opacity

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

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

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

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

This text has shadow with #DBDDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDDEF on black background.


Color preview on white background

This text has color #DBDDEF on white background.



Black color preview on #DBDDEF background

This text has black color on #DBDDEF background.


White color preview on #DBDDEF background

This text has white color on #DBDDEF background.