COLOR #DBCEDB

HEX: #DBCEDB RGB: (219,206,219)

Color info

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

RGB color model

#DBCEDB color RGB value is (219,206,219).

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

RGB channels and saturation

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

219
206
219

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

Portions of RGB colors in percentages

R + G + B = 219 + 206 + 219 = 644 (100%)
R 219 of 644 ~ 34.01%
G 206 of 644 ~ 31.99%
B 219 of 644 ~ 34.01'%

%34.01
%31.99
%34.01

CMYK color model

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

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

CMYK: (0,6,0,14)
C0M6Y0K14 (0%, 6%, 0%, 14%)
(0.00 / 0.06 / 0.00 / 0.14)

CMYK percentages

%0
%5.94
%0
%14.12

Codes

Color #DBCEDB in popluar color models

DB CE DB
RGB 219 206 219
HSL 300° 15.29% 83.33%
HSB/HSV 300° 5.94% 85.88%
CMYK 0.00% 5.94% 0.00%
14.12%

Color #DBCEDB in popluar number systems.

HEX DB CE DB
Decimal 219 206 219
Binary 11011011 11001110 11011011
Octal 333 316 333

Shades and tints

Shades of #DBCEDB

#DBCEDB
(219,206,219)
#C8BCC8
(200,188,200)
#B5AAB5
(181,170,181)
#A298A2
(162,152,162)
#8F868F
(143,134,143)
#7C747C
(124,116,124)
#696269
(105,98,105)
#565056
(86,80,86)
#433E43
(67,62,67)
#302C30
(48,44,48)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #DBCEDB

#DBCEDB
(219,206,219)
#DED2DE
(222,210,222)
#E1D6E1
(225,214,225)
#E4DAE4
(228,218,228)
#E7DEE7
(231,222,231)
#EAE2EA
(234,226,234)
#EDE6ED
(237,230,237)
#F0EAF0
(240,234,240)
#F3EEF3
(243,238,243)
#F6F2F6
(246,242,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCEDB; }

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

This text font color is #DBCEDB.

Background Color

.myBgColor { background-color: #DBCEDB; }

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

This div background color is #DBCEDB.

Border color

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

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

This div border color is #DBCEDB.

Opacity

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

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

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

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

This text has shadow with #DBCEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCEDB.

Preview

Color preview on black background

This text has color #DBCEDB on black background.


Color preview on white background

This text has color #DBCEDB on white background.


Black color preview on #DBCEDB background

This text has black color on #DBCEDB background.


White color preview on #DBCEDB background

This text has white color on #DBCEDB background.


Related colors

Complementary color

Complementary color for #hex is #243124.


I love getcolorcode.com

Triadic colors

1 #DBDBCE and #CEDBDB with #DBCEDB are triadic colors.

2 #DBCEDB and #CEDBDB with #DBCEDB are triadic colors.