COLOR #DBCDE4

HEX: #DBCDE4
RGB: (219,205,228)

Color info

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

RGB color model

#DBCDE4 color RGB value is (219,205,228).

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

RGB channels and saturation

R 219 of 255 = 86%
G 205 of 255 = 80%
B 228 of 255 = 89%

219
205
228

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

Portions of RGB colors in percentages

R + G + B =
219 + 205 + 228 = 652 (100%)
R 219 of 652 ~ 33.59%
G 205 of 652 ~ 31.44%
B 228 of 652 ~ 34.97%

%33.59
%31.44
%34.97

CMYK color model

#DBCDE4 color CMYK value is (4,10,0,11).

  • cyan value is 3.95%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,10,0,11)
C4M10Y0K11 
(4%,10%,0%,11%)
(0.04/0.10/0.00/0.11)	

CMYK percentages

%3.95
%10.09
%0
%10.59

Codes

Color #DBCDE4 in popluar color models

DBCDE4
RGB219205228
HSL277°29.87%84.90%
HSB/HSV277°10.09%89.41%
CMYK3.95%10.09%0.00%
10.59%

Color #DBCDE4 in popluar number systems.

HEXDBCDE4
Decimal219205228
Binary110110111100110111100100
Octal333315344

Shades and tints

Shades of #DBCDE4

#DBCDE4
(219,205,228)
#C8BBD0
(200,187,208)
#B5A9BC
(181,169,188)
#A297A8
(162,151,168)
#8F8594
(143,133,148)
#7C7380
(124,115,128)
#69616C
(105,97,108)
#564F58
(86,79,88)
#433D44
(67,61,68)
#302B30
(48,43,48)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #DBCDE4

#DBCDE4
(219,205,228)
#DED1E6
(222,209,230)
#E1D5E8
(225,213,232)
#E4D9EA
(228,217,234)
#E7DDEC
(231,221,236)
#EAE1EE
(234,225,238)
#EDE5F0
(237,229,240)
#F0E9F2
(240,233,242)
#F3EDF4
(243,237,244)
#F6F1F6
(246,241,246)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCDE4; }

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

This text font color is #DBCDE4.


Background Color

.myBgColor { background-color: #DBCDE4; }

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

This div background color is #DBCDE4.


Border color

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

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

This div border color is #DBCDE4.


Opacity

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

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

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

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

This text has shadow with #DBCDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCDE4 on black background.


Color preview on white background

This text has color #DBCDE4 on white background.



Black color preview on #DBCDE4 background

This text has black color on #DBCDE4 background.


White color preview on #DBCDE4 background

This text has white color on #DBCDE4 background.