COLOR #DBC0EB

HEX: #DBC0EB
RGB: (219,192,235)

Color info

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

RGB color model

#DBC0EB color RGB value is (219,192,235).

  • red value is 219;
  • green value is 192;
  • blue value is 235.
RGB:
(219,192,235)
(86%,75%,92%)

RGB channels and saturation

R 219 of 255 = 86%
G 192 of 255 = 75%
B 235 of 255 = 92%

219
192
235

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

Portions of RGB colors in percentages

R + G + B =
219 + 192 + 235 = 646 (100%)
R 219 of 646 ~ 33.9%
G 192 of 646 ~ 29.72%
B 235 of 646 ~ 36.38%

%33.9
%29.72
%36.38

CMYK color model

#DBC0EB color CMYK value is (7,18,0,8).

  • cyan value is 6.81%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,18,0,8)
C7M18Y0K8 
(7%,18%,0%,8%)
(0.07/0.18/0.00/0.08)	

CMYK percentages

%6.81
%18.3
%0
%7.84

Codes

Color #DBC0EB in popluar color models

DBC0EB
RGB219192235
HSL278°51.81%83.73%
HSB/HSV278°18.30%92.16%
CMYK6.81%18.30%0.00%
7.84%

Color #DBC0EB in popluar number systems.

HEXDBC0EB
Decimal219192235
Binary110110111100000011101011
Octal333300353

Shades and tints

Shades of #DBC0EB

#DBC0EB
(219,192,235)
#C8AFD6
(200,175,214)
#B59EC1
(181,158,193)
#A28DAC
(162,141,172)
#8F7C97
(143,124,151)
#7C6B82
(124,107,130)
#695A6D
(105,90,109)
#564958
(86,73,88)
#433843
(67,56,67)
#30272E
(48,39,46)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #DBC0EB

#DBC0EB
(219,192,235)
#DEC5EC
(222,197,236)
#E1CAED
(225,202,237)
#E4CFEE
(228,207,238)
#E7D4EF
(231,212,239)
#EAD9F0
(234,217,240)
#EDDEF1
(237,222,241)
#F0E3F2
(240,227,242)
#F3E8F3
(243,232,243)
#F6EDF4
(246,237,244)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC0EB color. Also use rgb(219,192,235) instead hex code.

Text Font Color

.myTextColor { color: #DBC0EB; }

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

This text font color is #DBC0EB.


Background Color

.myBgColor { background-color: #DBC0EB; }

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

This div background color is #DBC0EB.


Border color

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

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

This div border color is #DBC0EB.


Opacity

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

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

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

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

This text has shadow with #DBC0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC0EB on black background.


Color preview on white background

This text has color #DBC0EB on white background.



Black color preview on #DBC0EB background

This text has black color on #DBC0EB background.


White color preview on #DBC0EB background

This text has white color on #DBC0EB background.