COLOR #DBCBE4

HEX: #DBCBE4
RGB: (219,203,228)

Color info

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

RGB color model

#DBCBE4 color RGB value is (219,203,228).

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

RGB channels and saturation

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

219
203
228

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

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 228 = 650 (100%)
R 219 of 650 ~ 33.69%
G 203 of 650 ~ 31.23%
B 228 of 650 ~ 35.08%

%33.69
%31.23
%35.08

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,11,0,11)
C4M11Y0K11 
(4%,11%,0%,11%)
(0.04/0.11/0.00/0.11)	

CMYK percentages

%3.95
%10.96
%0
%10.59

Codes

Color #DBCBE4 in popluar color models

DBCBE4
RGB219203228
HSL278°31.65%84.51%
HSB/HSV278°10.96%89.41%
CMYK3.95%10.96%0.00%
10.59%

Color #DBCBE4 in popluar number systems.

HEXDBCBE4
Decimal219203228
Binary110110111100101111100100
Octal333313344

Shades and tints

Shades of #DBCBE4

#DBCBE4
(219,203,228)
#C8B9D0
(200,185,208)
#B5A7BC
(181,167,188)
#A295A8
(162,149,168)
#8F8394
(143,131,148)
#7C7180
(124,113,128)
#695F6C
(105,95,108)
#564D58
(86,77,88)
#433B44
(67,59,68)
#302930
(48,41,48)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #DBCBE4

#DBCBE4
(219,203,228)
#DECFE6
(222,207,230)
#E1D3E8
(225,211,232)
#E4D7EA
(228,215,234)
#E7DBEC
(231,219,236)
#EADFEE
(234,223,238)
#EDE3F0
(237,227,240)
#F0E7F2
(240,231,242)
#F3EBF4
(243,235,244)
#F6EFF6
(246,239,246)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCBE4; }

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

This text font color is #DBCBE4.


Background Color

.myBgColor { background-color: #DBCBE4; }

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

This div background color is #DBCBE4.


Border color

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

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

This div border color is #DBCBE4.


Opacity

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

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

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

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

This text has shadow with #DBCBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBE4 on black background.


Color preview on white background

This text has color #DBCBE4 on white background.



Black color preview on #DBCBE4 background

This text has black color on #DBCBE4 background.


White color preview on #DBCBE4 background

This text has white color on #DBCBE4 background.