COLOR #DBCDE9

HEX: #DBCDE9
RGB: (219,205,233)

Color info

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

RGB color model

#DBCDE9 color RGB value is (219,205,233).

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

RGB channels and saturation

R 219 of 255 = 86%
G 205 of 255 = 80%
B 233 of 255 = 91%

219
205
233

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

Portions of RGB colors in percentages

R + G + B =
219 + 205 + 233 = 657 (100%)
R 219 of 657 ~ 33.33%
G 205 of 657 ~ 31.2%
B 233 of 657 ~ 35.46%

%33.33
%31.2
%35.46

CMYK color model

#DBCDE9 color CMYK value is (6,12,0,9).

  • cyan value is 6.01%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,12,0,9)
C6M12Y0K9 
(6%,12%,0%,9%)
(0.06/0.12/0.00/0.09)	

CMYK percentages

%6.01
%12.02
%0
%8.63

Codes

Color #DBCDE9 in popluar color models

DBCDE9
RGB219205233
HSL270°38.89%85.88%
HSB/HSV270°12.02%91.37%
CMYK6.01%12.02%0.00%
8.63%

Color #DBCDE9 in popluar number systems.

HEXDBCDE9
Decimal219205233
Binary110110111100110111101001
Octal333315351

Shades and tints

Shades of #DBCDE9

#DBCDE9
(219,205,233)
#C8BBD4
(200,187,212)
#B5A9BF
(181,169,191)
#A297AA
(162,151,170)
#8F8595
(143,133,149)
#7C7380
(124,115,128)
#69616B
(105,97,107)
#564F56
(86,79,86)
#433D41
(67,61,65)
#302B2C
(48,43,44)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #DBCDE9

#DBCDE9
(219,205,233)
#DED1EB
(222,209,235)
#E1D5ED
(225,213,237)
#E4D9EF
(228,217,239)
#E7DDF1
(231,221,241)
#EAE1F3
(234,225,243)
#EDE5F5
(237,229,245)
#F0E9F7
(240,233,247)
#F3EDF9
(243,237,249)
#F6F1FB
(246,241,251)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCDE9; }

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

This text font color is #DBCDE9.


Background Color

.myBgColor { background-color: #DBCDE9; }

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

This div background color is #DBCDE9.


Border color

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

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

This div border color is #DBCDE9.


Opacity

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

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

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

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

This text has shadow with #DBCDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCDE9 on black background.


Color preview on white background

This text has color #DBCDE9 on white background.



Black color preview on #DBCDE9 background

This text has black color on #DBCDE9 background.


White color preview on #DBCDE9 background

This text has white color on #DBCDE9 background.