COLOR #DBCEDD

HEX: #DBCEDD RGB: (219,206,221)

Color info

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

RGB color model

#DBCEDD color RGB value is (219,206,221).

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

RGB channels and saturation

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

219
206
221

R + G + B ~ 85%. #DBCEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 206 + 221 = 646 (100%)
R 219 of 646 ~ 33.9%
G 206 of 646 ~ 31.89%
B 221 of 646 ~ 34.21'%

%33.9
%31.89
%34.21

CMYK color model

#DBCEDD color CMYK value is (1,7,0,13).

  • cyan value is 0.90%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (1,7,0,13)
C1M7Y0K13 (1%, 7%, 0%, 13%)
(0.01 / 0.07 / 0.00 / 0.13)

CMYK percentages

%0.9
%6.79
%0
%13.33

Codes

Color #DBCEDD in popluar color models

DB CE DD
RGB 219 206 221
HSL 292° 18.07% 83.73%
HSB/HSV 292° 6.79% 86.67%
CMYK 0.90% 6.79% 0.00%
13.33%

Color #DBCEDD in popluar number systems.

HEX DB CE DD
Decimal 219 206 221
Binary 11011011 11001110 11011101
Octal 333 316 335

Shades and tints

Shades of #DBCEDD

#DBCEDD
(219,206,221)
#C8BCC9
(200,188,201)
#B5AAB5
(181,170,181)
#A298A1
(162,152,161)
#8F868D
(143,134,141)
#7C7479
(124,116,121)
#696265
(105,98,101)
#565051
(86,80,81)
#433E3D
(67,62,61)
#302C29
(48,44,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBCEDD

#DBCEDD
(219,206,221)
#DED2E0
(222,210,224)
#E1D6E3
(225,214,227)
#E4DAE6
(228,218,230)
#E7DEE9
(231,222,233)
#EAE2EC
(234,226,236)
#EDE6EF
(237,230,239)
#F0EAF2
(240,234,242)
#F3EEF5
(243,238,245)
#F6F2F8
(246,242,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCEDD; }

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

This text font color is #DBCEDD.

Background Color

.myBgColor { background-color: #DBCEDD; }

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

This div background color is #DBCEDD.

Border color

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

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

This div border color is #DBCEDD.

Opacity

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

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

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

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

This text has shadow with #DBCEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCEDD.

Preview

Color preview on black background

This text has color #DBCEDD on black background.


Color preview on white background

This text has color #DBCEDD on white background.


Black color preview on #DBCEDD background

This text has black color on #DBCEDD background.


White color preview on #DBCEDD background

This text has white color on #DBCEDD background.


Related colors

Complementary color

Complementary color for #hex is #243122.


I love getcolorcode.com

Triadic colors

1 #DDDBCE and #CEDDDB with #DBCEDD are triadic colors.

2 #DDCEDB and #CEDBDD with #DBCEDD are triadic colors.