COLOR #DBD8E7

HEX: #DBD8E7 RGB: (219,216,231)

Color info

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

RGB color model

#DBD8E7 color RGB value is (219,216,231).

RGB: (219,216,231) (86%, 85%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 231 of 255 = 91%

219
216
231

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

Portions of RGB colors in percentages

R + G + B = 219 + 216 + 231 = 666 (100%)
R 219 of 666 ~ 32.88%
G 216 of 666 ~ 32.43%
B 231 of 666 ~ 34.68'%

%32.88
%32.43
%34.68

CMYK color model

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

  • cyan value is 5.19%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (5,6,0,9)
C5M6Y0K9 (5%, 6%, 0%, 9%)
(0.05 / 0.06 / 0.00 / 0.09)

CMYK percentages

%5.19
%6.49
%0
%9.41

Codes

Color #DBD8E7 in popluar color models

DB D8 E7
RGB 219 216 231
HSL 252° 23.81% 87.65%
HSB/HSV 252° 6.49% 90.59%
CMYK 5.19% 6.49% 0.00%
9.41%

Color #DBD8E7 in popluar number systems.

HEX DB D8 E7
Decimal 219 216 231
Binary 11011011 11011000 11100111
Octal 333 330 347

Shades and tints

Shades of #DBD8E7

#DBD8E7
(219,216,231)
#C8C5D2
(200,197,210)
#B5B2BD
(181,178,189)
#A29FA8
(162,159,168)
#8F8C93
(143,140,147)
#7C797E
(124,121,126)
#696669
(105,102,105)
#565354
(86,83,84)
#43403F
(67,64,63)
#302D2A
(48,45,42)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBD8E7

#DBD8E7
(219,216,231)
#DEDBE9
(222,219,233)
#E1DEEB
(225,222,235)
#E4E1ED
(228,225,237)
#E7E4EF
(231,228,239)
#EAE7F1
(234,231,241)
#EDEAF3
(237,234,243)
#F0EDF5
(240,237,245)
#F3F0F7
(243,240,247)
#F6F3F9
(246,243,249)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD8E7 color. Also use rgb(219,216,231) instead hex code.

Text Font Color

.myTextColor { color: #DBD8E7; }

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

This text font color is #DBD8E7.

Background Color

.myBgColor { background-color: #DBD8E7; }

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

This div background color is #DBD8E7.

Border color

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

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

This div border color is #DBD8E7.

Opacity

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

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

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

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

This text has shadow with #DBD8E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD8E7.

Preview

Color preview on black background

This text has color #DBD8E7 on black background.


Color preview on white background

This text has color #DBD8E7 on white background.


Black color preview on #DBD8E7 background

This text has black color on #DBD8E7 background.


White color preview on #DBD8E7 background

This text has white color on #DBD8E7 background.


Related colors

Complementary color

Complementary color for #hex is #242718.


I love getcolorcode.com

Triadic colors

1 #E7DBD8 and #D8E7DB with #DBD8E7 are triadic colors.

2 #E7D8DB and #D8DBE7 with #DBD8E7 are triadic colors.