COLOR #DBCCD9

HEX: #DBCCD9 RGB: (219,204,217)

Color info

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

RGB color model

#DBCCD9 color RGB value is (219,204,217).

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

RGB channels and saturation

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

219
204
217

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

Portions of RGB colors in percentages

R + G + B = 219 + 204 + 217 = 640 (100%)
R 219 of 640 ~ 34.22%
G 204 of 640 ~ 31.88%
B 217 of 640 ~ 33.91'%

%34.22
%31.88
%33.91

CMYK color model

#DBCCD9 color CMYK value is (0,7,1,14).

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK: (0,7,1,14) C0M7Y1K14 (0%,7%,1%,14%) (0.00/0.07/0.01/0.14) 

CMYK percentages

%0
%6.85
%0.91
%14.12

Codes

Color #DBCCD9 in popluar color models

DB CC D9
RGB 219 204 217
HSL 308° 17.24% 82.94%
HSB/HSV 308° 6.85% 85.88%
CMYK 0.00% 6.85% 0.91%
14.12%

Color #DBCCD9 in popluar number systems.

HEX DB CC D9
Decimal 219 204 217
Binary 11011011 11001100 11011001
Octal 333 314 331

Shades and tints

Shades of #DBCCD9

#DBCCD9
(219,204,217)
#C8BAC6
(200,186,198)
#B5A8B3
(181,168,179)
#A296A0
(162,150,160)
#8F848D
(143,132,141)
#7C727A
(124,114,122)
#696067
(105,96,103)
#564E54
(86,78,84)
#433C41
(67,60,65)
#302A2E
(48,42,46)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBCCD9

#DBCCD9
(219,204,217)
#DED0DC
(222,208,220)
#E1D4DF
(225,212,223)
#E4D8E2
(228,216,226)
#E7DCE5
(231,220,229)
#EAE0E8
(234,224,232)
#EDE4EB
(237,228,235)
#F0E8EE
(240,232,238)
#F3ECF1
(243,236,241)
#F6F0F4
(246,240,244)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCCD9; }

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

This text font color is #DBCCD9.

Background Color

.myBgColor { background-color: #DBCCD9; }

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

This div background color is #DBCCD9.

Border color

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

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

This div border color is #DBCCD9.

Opacity

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

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

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

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

This text has shadow with #DBCCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCCD9.

Preview

Color preview on black background

This text has color #DBCCD9 on black background.


Color preview on white background

This text has color #DBCCD9 on white background.


Black color preview on #DBCCD9 background

This text has black color on #DBCCD9 background.


White color preview on #DBCCD9 background

This text has white color on #DBCCD9 background.


Related colors

Complementary color

Complementary color for #hex is #243326.


I love getcolorcode.com

Triadic colors

1 #D9DBCC and #CCD9DB with #DBCCD9 are triadic colors.

2 #D9CCDB and #CCDBD9 with #DBCCD9 are triadic colors.