COLOR #DBCDEC

HEX: #DBCDEC
RGB: (219,205,236)

Color info

#DBCDEC contains red, green and blue colors in about the same proportion. Web safe color of #DBCDEC is #CCCCFF (or #CCF).

RGB color model

#DBCDEC color RGB value is (219,205,236).

  • red value is 219;
  • green value is 205;
  • blue value is 236.
RGB:
(219,205,236)
(86%,80%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 205 of 255 = 80%
B 236 of 255 = 93%

219
205
236

R + G + B ~ 86%. #DBCDEC is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 205 + 236 = 660 (100%)
R 219 of 660 ~ 33.18%
G 205 of 660 ~ 31.06%
B 236 of 660 ~ 35.76%

%33.18
%31.06
%35.76

CMYK color model

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

  • cyan value is 7.20%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,13,0,7)
C7M13Y0K7 
(7%,13%,0%,7%)
(0.07/0.13/0.00/0.07)	

CMYK percentages

%7.2
%13.14
%0
%7.45

Codes

Color #DBCDEC in popluar color models

DBCDEC
RGB219205236
HSL267°44.93%86.47%
HSB/HSV267°13.14%92.55%
CMYK7.20%13.14%0.00%
7.45%

Color #DBCDEC in popluar number systems.

HEXDBCDEC
Decimal219205236
Binary110110111100110111101100
Octal333315354

Shades and tints

Shades of #DBCDEC

#DBCDEC
(219,205,236)
#C8BBD7
(200,187,215)
#B5A9C2
(181,169,194)
#A297AD
(162,151,173)
#8F8598
(143,133,152)
#7C7383
(124,115,131)
#69616E
(105,97,110)
#564F59
(86,79,89)
#433D44
(67,61,68)
#302B2F
(48,43,47)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #DBCDEC

#DBCDEC
(219,205,236)
#DED1ED
(222,209,237)
#E1D5EE
(225,213,238)
#E4D9EF
(228,217,239)
#E7DDF0
(231,221,240)
#EAE1F1
(234,225,241)
#EDE5F2
(237,229,242)
#F0E9F3
(240,233,243)
#F3EDF4
(243,237,244)
#F6F1F5
(246,241,245)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCDEC; }

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

This text font color is #DBCDEC.


Background Color

.myBgColor { background-color: #DBCDEC; }

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

This div background color is #DBCDEC.


Border color

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

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

This div border color is #DBCDEC.


Opacity

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

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

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

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

This text has shadow with #DBCDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCDEC on black background.


Color preview on white background

This text has color #DBCDEC on white background.



Black color preview on #DBCDEC background

This text has black color on #DBCDEC background.


White color preview on #DBCDEC background

This text has white color on #DBCDEC background.