COLOR #DBB4CD

HEX: #DBB4CD RGB: (219,180,205)

Color info

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

RGB color model

#DBB4CD color RGB value is (219,180,205).

RGB: (219,180,205) (86%, 71%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 180 of 255 = 71%
B 205 of 255 = 80%

219
180
205

R + G + B ~ 79%. #DBB4CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 180 + 205 = 604 (100%)
R 219 of 604 ~ 36.26%
G 180 of 604 ~ 29.8%
B 205 of 604 ~ 33.94'%

%36.26
%29.8
%33.94

CMYK color model

#DBB4CD color CMYK value is (0,18,6,14).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 6.39%
  • key color value is 14.12%
CMYK: (0,18,6,14) C0M18Y6K14 (0%,18%,6%,14%) (0.00/0.18/0.06/0.14) 

CMYK percentages

%0
%17.81
%6.39
%14.12

Codes

Color #DBB4CD in popluar color models

DB B4 CD
RGB 219 180 205
HSL 322° 35.14% 78.24%
HSB/HSV 322° 17.81% 85.88%
CMYK 0.00% 17.81% 6.39%
14.12%

Color #DBB4CD in popluar number systems.

HEX DB B4 CD
Decimal 219 180 205
Binary 11011011 10110100 11001101
Octal 333 264 315

Shades and tints

Shades of #DBB4CD

#DBB4CD
(219,180,205)
#C8A4BB
(200,164,187)
#B594A9
(181,148,169)
#A28497
(162,132,151)
#8F7485
(143,116,133)
#7C6473
(124,100,115)
#695461
(105,84,97)
#56444F
(86,68,79)
#43343D
(67,52,61)
#30242B
(48,36,43)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #DBB4CD

#DBB4CD
(219,180,205)
#DEBAD1
(222,186,209)
#E1C0D5
(225,192,213)
#E4C6D9
(228,198,217)
#E7CCDD
(231,204,221)
#EAD2E1
(234,210,225)
#EDD8E5
(237,216,229)
#F0DEE9
(240,222,233)
#F3E4ED
(243,228,237)
#F6EAF1
(246,234,241)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB4CD; }

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

This text font color is #DBB4CD.

Background Color

.myBgColor { background-color: #DBB4CD; }

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

This div background color is #DBB4CD.

Border color

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

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

This div border color is #DBB4CD.

Opacity

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

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

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

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

This text has shadow with #DBB4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB4CD.

Preview

Color preview on black background

This text has color #DBB4CD on black background.


Color preview on white background

This text has color #DBB4CD on white background.


Black color preview on #DBB4CD background

This text has black color on #DBB4CD background.


White color preview on #DBB4CD background

This text has white color on #DBB4CD background.


Related colors

Complementary color

Complementary color for #hex is #244B32.


I love getcolorcode.com

Triadic colors

1 #CDDBB4 and #B4CDDB with #DBB4CD are triadic colors.

2 #CDB4DB and #B4DBCD with #DBB4CD are triadic colors.