COLOR #DBCDD9

HEX: #DBCDD9 RGB: (219,205,217)

Color info

#DBCDD9 contains red, green and blue colors in about the same proportion. Web safe color of #DBCDD9 is #CCCCCC (or #CCC).

RGB color model

#DBCDD9 color RGB value is (219,205,217).

RGB: (219,205,217) (86%, 80%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 205 of 255 = 80%
B 217 of 255 = 85%

219
205
217

R + G + B ~ 84%. #DBCDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 205 + 217 = 641 (100%)
R 219 of 641 ~ 34.17%
G 205 of 641 ~ 31.98%
B 217 of 641 ~ 33.85'%

%34.17
%31.98
%33.85

CMYK color model

#DBCDD9 color CMYK value is (0,6,1,14).

  • cyan value is 0.00%
  • magenta value is 6.39%
  • yellow value is 0.91%
  • key color value is 14.12%

CMYK: (0,6,1,14)
C0M6Y1K14 (0%, 6%, 1%, 14%)
(0.00 / 0.06 / 0.01 / 0.14)

CMYK percentages

%0
%6.39
%0.91
%14.12

Codes

Color #DBCDD9 in popluar color models

DB CD D9
RGB 219 205 217
HSL 309° 16.28% 83.14%
HSB/HSV 309° 6.39% 85.88%
CMYK 0.00% 6.39% 0.91%
14.12%

Color #DBCDD9 in popluar number systems.

HEX DB CD D9
Decimal 219 205 217
Binary 11011011 11001101 11011001
Octal 333 315 331

Shades and tints

Shades of #DBCDD9

#DBCDD9
(219,205,217)
#C8BBC6
(200,187,198)
#B5A9B3
(181,169,179)
#A297A0
(162,151,160)
#8F858D
(143,133,141)
#7C737A
(124,115,122)
#696167
(105,97,103)
#564F54
(86,79,84)
#433D41
(67,61,65)
#302B2E
(48,43,46)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #DBCDD9

#DBCDD9
(219,205,217)
#DED1DC
(222,209,220)
#E1D5DF
(225,213,223)
#E4D9E2
(228,217,226)
#E7DDE5
(231,221,229)
#EAE1E8
(234,225,232)
#EDE5EB
(237,229,235)
#F0E9EE
(240,233,238)
#F3EDF1
(243,237,241)
#F6F1F4
(246,241,244)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCDD9; }

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

This text font color is #DBCDD9.

Background Color

.myBgColor { background-color: #DBCDD9; }

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

This div background color is #DBCDD9.

Border color

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

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

This div border color is #DBCDD9.

Opacity

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

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

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

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

This text has shadow with #DBCDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCDD9.

Preview

Color preview on black background

This text has color #DBCDD9 on black background.


Color preview on white background

This text has color #DBCDD9 on white background.


Black color preview on #DBCDD9 background

This text has black color on #DBCDD9 background.


White color preview on #DBCDD9 background

This text has white color on #DBCDD9 background.


Related colors

Complementary color

Complementary color for #hex is #243226.


I love getcolorcode.com

Triadic colors

1 #D9DBCD and #CDD9DB with #DBCDD9 are triadic colors.

2 #D9CDDB and #CDDBD9 with #DBCDD9 are triadic colors.