COLOR #DBCEDC

HEX: #DBCEDC
RGB: (219,206,220)

Color info

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

RGB color model

#DBCEDC color RGB value is (219,206,220).

  • red value is 219;
  • green value is 206;
  • blue value is 220.
RGB:
(219,206,220)
(86%,81%,86%)

RGB channels and saturation

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

219
206
220

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

Portions of RGB colors in percentages

R + G + B =
219 + 206 + 220 = 645 (100%)
R 219 of 645 ~ 33.95%
G 206 of 645 ~ 31.94%
B 220 of 645 ~ 34.11%

%33.95
%31.94
%34.11

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(0,6,0,14)
C0M6Y0K14 
(0%,6%,0%,14%)
(0.00/0.06/0.00/0.14)	

CMYK percentages

%0.45
%6.36
%0
%13.73

Codes

Color #DBCEDC in popluar color models

DBCEDC
RGB219206220
HSL296°16.67%83.53%
HSB/HSV296°6.36%86.27%
CMYK0.45%6.36%0.00%
13.73%

Color #DBCEDC in popluar number systems.

HEXDBCEDC
Decimal219206220
Binary110110111100111011011100
Octal333316334

Shades and tints

Shades of #DBCEDC

#DBCEDC
(219,206,220)
#C8BCC8
(200,188,200)
#B5AAB4
(181,170,180)
#A298A0
(162,152,160)
#8F868C
(143,134,140)
#7C7478
(124,116,120)
#696264
(105,98,100)
#565050
(86,80,80)
#433E3C
(67,62,60)
#302C28
(48,44,40)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBCEDC

#DBCEDC
(219,206,220)
#DED2DF
(222,210,223)
#E1D6E2
(225,214,226)
#E4DAE5
(228,218,229)
#E7DEE8
(231,222,232)
#EAE2EB
(234,226,235)
#EDE6EE
(237,230,238)
#F0EAF1
(240,234,241)
#F3EEF4
(243,238,244)
#F6F2F7
(246,242,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCEDC; }

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

This text font color is #DBCEDC.


Background Color

.myBgColor { background-color: #DBCEDC; }

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

This div background color is #DBCEDC.


Border color

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

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

This div border color is #DBCEDC.


Opacity

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

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

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

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

This text has shadow with #DBCEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCEDC on black background.


Color preview on white background

This text has color #DBCEDC on white background.



Black color preview on #DBCEDC background

This text has black color on #DBCEDC background.


White color preview on #DBCEDC background

This text has white color on #DBCEDC background.