COLOR #DBD9E8

HEX: #DBD9E8 RGB: (219,217,232)

Color info

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

RGB color model

#DBD9E8 color RGB value is (219,217,232).

RGB: (219,217,232) (86%, 85%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 217 of 255 = 85%
B 232 of 255 = 91%

219
217
232

R + G + B ~ 87%. #DBD9E8 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 217 + 232 = 668 (100%)
R 219 of 668 ~ 32.78%
G 217 of 668 ~ 32.49%
B 232 of 668 ~ 34.73'%

%32.78
%32.49
%34.73

CMYK color model

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

  • cyan value is 5.60%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (6,6,0,9)
C6M6Y0K9 (6%, 6%, 0%, 9%)
(0.06 / 0.06 / 0.00 / 0.09)

CMYK percentages

%5.6
%6.47
%0
%9.02

Codes

Color #DBD9E8 in popluar color models

DB D9 E8
RGB 219 217 232
HSL 248° 24.59% 88.04%
HSB/HSV 248° 6.47% 90.98%
CMYK 5.60% 6.47% 0.00%
9.02%

Color #DBD9E8 in popluar number systems.

HEX DB D9 E8
Decimal 219 217 232
Binary 11011011 11011001 11101000
Octal 333 331 350

Shades and tints

Shades of #DBD9E8

#DBD9E8
(219,217,232)
#C8C6D3
(200,198,211)
#B5B3BE
(181,179,190)
#A2A0A9
(162,160,169)
#8F8D94
(143,141,148)
#7C7A7F
(124,122,127)
#69676A
(105,103,106)
#565455
(86,84,85)
#434140
(67,65,64)
#302E2B
(48,46,43)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #DBD9E8

#DBD9E8
(219,217,232)
#DEDCEA
(222,220,234)
#E1DFEC
(225,223,236)
#E4E2EE
(228,226,238)
#E7E5F0
(231,229,240)
#EAE8F2
(234,232,242)
#EDEBF4
(237,235,244)
#F0EEF6
(240,238,246)
#F3F1F8
(243,241,248)
#F6F4FA
(246,244,250)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD9E8 color. Also use rgb(219,217,232) instead hex code.

Text Font Color

.myTextColor { color: #DBD9E8; }

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

This text font color is #DBD9E8.

Background Color

.myBgColor { background-color: #DBD9E8; }

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

This div background color is #DBD9E8.

Border color

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

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

This div border color is #DBD9E8.

Opacity

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

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

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

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

This text has shadow with #DBD9E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD9E8.

Preview

Color preview on black background

This text has color #DBD9E8 on black background.


Color preview on white background

This text has color #DBD9E8 on white background.


Black color preview on #DBD9E8 background

This text has black color on #DBD9E8 background.


White color preview on #DBD9E8 background

This text has white color on #DBD9E8 background.


Related colors

Complementary color

Complementary color for #hex is #242617.


I love getcolorcode.com

Triadic colors

1 #E8DBD9 and #D9E8DB with #DBD9E8 are triadic colors.

2 #E8D9DB and #D9DBE8 with #DBD9E8 are triadic colors.