COLOR #DBBDD2

HEX: #DBBDD2 RGB: (219,189,210)

Color info

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

RGB color model

#DBBDD2 color RGB value is (219,189,210).

RGB: (219,189,210) (86%, 74%, 82%)

RGB channels and saturation

R 219 of 255 = 86%
G 189 of 255 = 74%
B 210 of 255 = 82%

219
189
210

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

Portions of RGB colors in percentages

R + G + B = 219 + 189 + 210 = 618 (100%)
R 219 of 618 ~ 35.44%
G 189 of 618 ~ 30.58%
B 210 of 618 ~ 33.98'%

%35.44
%30.58
%33.98

CMYK color model

#DBBDD2 color CMYK value is (0,14,4,14).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 4.11%
  • key color value is 14.12%

CMYK: (0,14,4,14)
C0M14Y4K14 (0%, 14%, 4%, 14%)
(0.00 / 0.14 / 0.04 / 0.14)

CMYK percentages

%0
%13.7
%4.11
%14.12

Codes

Color #DBBDD2 in popluar color models

DB BD D2
RGB 219 189 210
HSL 318° 29.41% 80.00%
HSB/HSV 318° 13.70% 85.88%
CMYK 0.00% 13.70% 4.11%
14.12%

Color #DBBDD2 in popluar number systems.

HEX DB BD D2
Decimal 219 189 210
Binary 11011011 10111101 11010010
Octal 333 275 322

Shades and tints

Shades of #DBBDD2

#DBBDD2
(219,189,210)
#C8ACBF
(200,172,191)
#B59BAC
(181,155,172)
#A28A99
(162,138,153)
#8F7986
(143,121,134)
#7C6873
(124,104,115)
#695760
(105,87,96)
#56464D
(86,70,77)
#43353A
(67,53,58)
#302427
(48,36,39)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #DBBDD2

#DBBDD2
(219,189,210)
#DEC3D6
(222,195,214)
#E1C9DA
(225,201,218)
#E4CFDE
(228,207,222)
#E7D5E2
(231,213,226)
#EADBE6
(234,219,230)
#EDE1EA
(237,225,234)
#F0E7EE
(240,231,238)
#F3EDF2
(243,237,242)
#F6F3F6
(246,243,246)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBDD2; }

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

This text font color is #DBBDD2.

Background Color

.myBgColor { background-color: #DBBDD2; }

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

This div background color is #DBBDD2.

Border color

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

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

This div border color is #DBBDD2.

Opacity

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

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

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

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

This text has shadow with #DBBDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBDD2.

Preview

Color preview on black background

This text has color #DBBDD2 on black background.


Color preview on white background

This text has color #DBBDD2 on white background.


Black color preview on #DBBDD2 background

This text has black color on #DBBDD2 background.


White color preview on #DBBDD2 background

This text has white color on #DBBDD2 background.


Related colors

Complementary color

Complementary color for #hex is #24422D.


I love getcolorcode.com

Triadic colors

1 #D2DBBD and #BDD2DB with #DBBDD2 are triadic colors.

2 #D2BDDB and #BDDBD2 with #DBBDD2 are triadic colors.