COLOR #DBB5E4

HEX: #DBB5E4
RGB: (219,181,228)

Color info

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

RGB color model

#DBB5E4 color RGB value is (219,181,228).

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

RGB channels and saturation

R 219 of 255 = 86%
G 181 of 255 = 71%
B 228 of 255 = 89%

219
181
228

R + G + B ~ 82%. #DBB5E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 181 + 228 = 628 (100%)
R 219 of 628 ~ 34.87%
G 181 of 628 ~ 28.82%
B 228 of 628 ~ 36.31%

%34.87
%28.82
%36.31

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,21,0,11)
C4M21Y0K11 
(4%,21%,0%,11%)
(0.04/0.21/0.00/0.11)	

CMYK percentages

%3.95
%20.61
%0
%10.59

Codes

Color #DBB5E4 in popluar color models

DBB5E4
RGB219181228
HSL289°46.53%80.20%
HSB/HSV289°20.61%89.41%
CMYK3.95%20.61%0.00%
10.59%

Color #DBB5E4 in popluar number systems.

HEXDBB5E4
Decimal219181228
Binary110110111011010111100100
Octal333265344

Shades and tints

Shades of #DBB5E4

#DBB5E4
(219,181,228)
#C8A5D0
(200,165,208)
#B595BC
(181,149,188)
#A285A8
(162,133,168)
#8F7594
(143,117,148)
#7C6580
(124,101,128)
#69556C
(105,85,108)
#564558
(86,69,88)
#433544
(67,53,68)
#302530
(48,37,48)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #DBB5E4

#DBB5E4
(219,181,228)
#DEBBE6
(222,187,230)
#E1C1E8
(225,193,232)
#E4C7EA
(228,199,234)
#E7CDEC
(231,205,236)
#EAD3EE
(234,211,238)
#EDD9F0
(237,217,240)
#F0DFF2
(240,223,242)
#F3E5F4
(243,229,244)
#F6EBF6
(246,235,246)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB5E4; }

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

This text font color is #DBB5E4.


Background Color

.myBgColor { background-color: #DBB5E4; }

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

This div background color is #DBB5E4.


Border color

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

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

This div border color is #DBB5E4.


Opacity

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

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

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

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

This text has shadow with #DBB5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB5E4 on black background.


Color preview on white background

This text has color #DBB5E4 on white background.



Black color preview on #DBB5E4 background

This text has black color on #DBB5E4 background.


White color preview on #DBB5E4 background

This text has white color on #DBB5E4 background.