COLOR #DBAADB

HEX: #DBAADB RGB: (219,170,219)

Color info

#DBAADB contains red, green and blue colors in about the same proportion. Web safe color of #DBAADB is #CC99CC (or #C9C).

RGB color model

#DBAADB color RGB value is (219,170,219).

RGB: (219,170,219) (86%, 67%, 86%)

RGB channels and saturation

R 219 of 255 = 86%
G 170 of 255 = 67%
B 219 of 255 = 86%

219
170
219

R + G + B ~ 80%. #DBAADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 170 + 219 = 608 (100%)
R 219 of 608 ~ 36.02%
G 170 of 608 ~ 27.96%
B 219 of 608 ~ 36.02'%

%36.02
%27.96
%36.02

CMYK color model

#DBAADB color CMYK value is (0,22,0,14).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (0,22,0,14)
C0M22Y0K14 (0%, 22%, 0%, 14%)
(0.00 / 0.22 / 0.00 / 0.14)

CMYK percentages

%0
%22.37
%0
%14.12

Codes

Color #DBAADB in popluar color models

DB AA DB
RGB 219 170 219
HSL 300° 40.50% 76.27%
HSB/HSV 300° 22.37% 85.88%
CMYK 0.00% 22.37% 0.00%
14.12%

Color #DBAADB in popluar number systems.

HEX DB AA DB
Decimal 219 170 219
Binary 11011011 10101010 11011011
Octal 333 252 333

Shades and tints

Shades of #DBAADB

#DBAADB
(219,170,219)
#C89BC8
(200,155,200)
#B58CB5
(181,140,181)
#A27DA2
(162,125,162)
#8F6E8F
(143,110,143)
#7C5F7C
(124,95,124)
#695069
(105,80,105)
#564156
(86,65,86)
#433243
(67,50,67)
#302330
(48,35,48)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #DBAADB

#DBAADB
(219,170,219)
#DEB1DE
(222,177,222)
#E1B8E1
(225,184,225)
#E4BFE4
(228,191,228)
#E7C6E7
(231,198,231)
#EACDEA
(234,205,234)
#EDD4ED
(237,212,237)
#F0DBF0
(240,219,240)
#F3E2F3
(243,226,243)
#F6E9F6
(246,233,246)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAADB; }

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

This text font color is #DBAADB.

Background Color

.myBgColor { background-color: #DBAADB; }

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

This div background color is #DBAADB.

Border color

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

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

This div border color is #DBAADB.

Opacity

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

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

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

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

This text has shadow with #DBAADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAADB.

Preview

Color preview on black background

This text has color #DBAADB on black background.


Color preview on white background

This text has color #DBAADB on white background.


Black color preview on #DBAADB background

This text has black color on #DBAADB background.


White color preview on #DBAADB background

This text has white color on #DBAADB background.


Related colors

Complementary color

Complementary color for #hex is #245524.


I love getcolorcode.com

Triadic colors

1 #DBDBAA and #AADBDB with #DBAADB are triadic colors.

2 #DBAADB and #AADBDB with #DBAADB are triadic colors.