COLOR #DBB6DE

HEX: #DBB6DE RGB: (219,182,222)

Color info

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

RGB color model

#DBB6DE color RGB value is (219,182,222).

RGB: (219,182,222) (86%, 71%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 222 of 255 = 87%

219
182
222

R + G + B ~ 81%. #DBB6DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 182 + 222 = 623 (100%)
R 219 of 623 ~ 35.15%
G 182 of 623 ~ 29.21%
B 222 of 623 ~ 35.63'%

%35.15
%29.21
%35.63

CMYK color model

#DBB6DE color CMYK value is (1,18,0,13).

  • cyan value is 1.35%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (1,18,0,13) C1M18Y0K13 (1%,18%,0%,13%) (0.01/0.18/0.00/0.13) 

CMYK percentages

%1.35
%18.02
%0
%12.94

Codes

Color #DBB6DE in popluar color models

DB B6 DE
RGB 219 182 222
HSL 296° 37.74% 79.22%
HSB/HSV 296° 18.02% 87.06%
CMYK 1.35% 18.02% 0.00%
12.94%

Color #DBB6DE in popluar number systems.

HEX DB B6 DE
Decimal 219 182 222
Binary 11011011 10110110 11011110
Octal 333 266 336

Shades and tints

Shades of #DBB6DE

#DBB6DE
(219,182,222)
#C8A6CA
(200,166,202)
#B596B6
(181,150,182)
#A286A2
(162,134,162)
#8F768E
(143,118,142)
#7C667A
(124,102,122)
#695666
(105,86,102)
#564652
(86,70,82)
#43363E
(67,54,62)
#30262A
(48,38,42)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #DBB6DE

#DBB6DE
(219,182,222)
#DEBCE1
(222,188,225)
#E1C2E4
(225,194,228)
#E4C8E7
(228,200,231)
#E7CEEA
(231,206,234)
#EAD4ED
(234,212,237)
#EDDAF0
(237,218,240)
#F0E0F3
(240,224,243)
#F3E6F6
(243,230,246)
#F6ECF9
(246,236,249)
#F9F2FC
(249,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB6DE; }

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

This text font color is #DBB6DE.

Background Color

.myBgColor { background-color: #DBB6DE; }

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

This div background color is #DBB6DE.

Border color

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

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

This div border color is #DBB6DE.

Opacity

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

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

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

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

This text has shadow with #DBB6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB6DE.

Preview

Color preview on black background

This text has color #DBB6DE on black background.


Color preview on white background

This text has color #DBB6DE on white background.


Black color preview on #DBB6DE background

This text has black color on #DBB6DE background.


White color preview on #DBB6DE background

This text has white color on #DBB6DE background.


Related colors

Complementary color

Complementary color for #hex is #244921.


I love getcolorcode.com

Triadic colors

1 #DEDBB6 and #B6DEDB with #DBB6DE are triadic colors.

2 #DEB6DB and #B6DBDE with #DBB6DE are triadic colors.