COLOR #DBB5EA

HEX: #DBB5EA RGB: (219,181,234)

Color info

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

RGB color model

#DBB5EA color RGB value is (219,181,234).

RGB: (219,181,234) (86%, 71%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 181 of 255 = 71%
B 234 of 255 = 92%

219
181
234

R + G + B ~ 83%. #DBB5EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 181 + 234 = 634 (100%)
R 219 of 634 ~ 34.54%
G 181 of 634 ~ 28.55%
B 234 of 634 ~ 36.91'%

%34.54
%28.55
%36.91

CMYK color model

#DBB5EA color CMYK value is (6,23,0,8).

  • cyan value is 6.41%
  • magenta value is 22.65%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,23,0,8)
C6M23Y0K8 (6%, 23%, 0%, 8%)
(0.06 / 0.23 / 0.00 / 0.08)

CMYK percentages

%6.41
%22.65
%0
%8.24

Codes

Color #DBB5EA in popluar color models

DB B5 EA
RGB 219 181 234
HSL 283° 55.79% 81.37%
HSB/HSV 283° 22.65% 91.76%
CMYK 6.41% 22.65% 0.00%
8.24%

Color #DBB5EA in popluar number systems.

HEX DB B5 EA
Decimal 219 181 234
Binary 11011011 10110101 11101010
Octal 333 265 352

Shades and tints

Shades of #DBB5EA

#DBB5EA
(219,181,234)
#C8A5D5
(200,165,213)
#B595C0
(181,149,192)
#A285AB
(162,133,171)
#8F7596
(143,117,150)
#7C6581
(124,101,129)
#69556C
(105,85,108)
#564557
(86,69,87)
#433542
(67,53,66)
#30252D
(48,37,45)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBB5EA

#DBB5EA
(219,181,234)
#DEBBEB
(222,187,235)
#E1C1EC
(225,193,236)
#E4C7ED
(228,199,237)
#E7CDEE
(231,205,238)
#EAD3EF
(234,211,239)
#EDD9F0
(237,217,240)
#F0DFF1
(240,223,241)
#F3E5F2
(243,229,242)
#F6EBF3
(246,235,243)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB5EA; }

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

This text font color is #DBB5EA.

Background Color

.myBgColor { background-color: #DBB5EA; }

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

This div background color is #DBB5EA.

Border color

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

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

This div border color is #DBB5EA.

Opacity

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

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

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

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

This text has shadow with #DBB5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB5EA.

Preview

Color preview on black background

This text has color #DBB5EA on black background.


Color preview on white background

This text has color #DBB5EA on white background.


Black color preview on #DBB5EA background

This text has black color on #DBB5EA background.


White color preview on #DBB5EA background

This text has white color on #DBB5EA background.


Related colors

Complementary color

Complementary color for #hex is #244A15.


I love getcolorcode.com

Triadic colors

1 #EADBB5 and #B5EADB with #DBB5EA are triadic colors.

2 #EAB5DB and #B5DBEA with #DBB5EA are triadic colors.