COLOR #DBCED5

HEX: #DBCED5 RGB: (219,206,213)

Color info

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

RGB color model

#DBCED5 color RGB value is (219,206,213).

RGB: (219,206,213) (86%, 81%, 84%)

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 213 of 255 = 84%

219
206
213

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

Portions of RGB colors in percentages

R + G + B = 219 + 206 + 213 = 638 (100%)
R 219 of 638 ~ 34.33%
G 206 of 638 ~ 32.29%
B 213 of 638 ~ 33.39'%

%34.33
%32.29
%33.39

CMYK color model

#DBCED5 color CMYK value is (0,6,3,14).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 2.74%
  • key color value is 14.12%

CMYK: (0,6,3,14)
C0M6Y3K14 (0%, 6%, 3%, 14%)
(0.00 / 0.06 / 0.03 / 0.14)

CMYK percentages

%0
%5.94
%2.74
%14.12

Codes

Color #DBCED5 in popluar color models

DB CE D5
RGB 219 206 213
HSL 328° 15.29% 83.33%
HSB/HSV 328° 5.94% 85.88%
CMYK 0.00% 5.94% 2.74%
14.12%

Color #DBCED5 in popluar number systems.

HEX DB CE D5
Decimal 219 206 213
Binary 11011011 11001110 11010101
Octal 333 316 325

Shades and tints

Shades of #DBCED5

#DBCED5
(219,206,213)
#C8BCC2
(200,188,194)
#B5AAAF
(181,170,175)
#A2989C
(162,152,156)
#8F8689
(143,134,137)
#7C7476
(124,116,118)
#696263
(105,98,99)
#565050
(86,80,80)
#433E3D
(67,62,61)
#302C2A
(48,44,42)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBCED5

#DBCED5
(219,206,213)
#DED2D8
(222,210,216)
#E1D6DB
(225,214,219)
#E4DADE
(228,218,222)
#E7DEE1
(231,222,225)
#EAE2E4
(234,226,228)
#EDE6E7
(237,230,231)
#F0EAEA
(240,234,234)
#F3EEED
(243,238,237)
#F6F2F0
(246,242,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCED5 color. Also use rgb(219,206,213) instead hex code.

Text Font Color

.myTextColor { color: #DBCED5; }

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

This text font color is #DBCED5.

Background Color

.myBgColor { background-color: #DBCED5; }

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

This div background color is #DBCED5.

Border color

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

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

This div border color is #DBCED5.

Opacity

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

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

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

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

This text has shadow with #DBCED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCED5.

Preview

Color preview on black background

This text has color #DBCED5 on black background.


Color preview on white background

This text has color #DBCED5 on white background.


Black color preview on #DBCED5 background

This text has black color on #DBCED5 background.


White color preview on #DBCED5 background

This text has white color on #DBCED5 background.


Related colors

Complementary color

Complementary color for #hex is #24312A.


I love getcolorcode.com

Triadic colors

1 #D5DBCE and #CED5DB with #DBCED5 are triadic colors.

2 #D5CEDB and #CEDBD5 with #DBCED5 are triadic colors.