COLOR #DBBDDD

HEX: #DBBDDD RGB: (219,189,221)

Color info

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

RGB color model

#DBBDDD color RGB value is (219,189,221).

RGB: (219,189,221) (86%, 74%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 189 of 255 = 74%
B 221 of 255 = 87%

219
189
221

R + G + B ~ 82%. #DBBDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 189 + 221 = 629 (100%)
R 219 of 629 ~ 34.82%
G 189 of 629 ~ 30.05%
B 221 of 629 ~ 35.14'%

%34.82
%30.05
%35.14

CMYK color model

#DBBDDD color CMYK value is (1,14,0,13).

  • cyan value is 0.90%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (1,14,0,13)
C1M14Y0K13 (1%, 14%, 0%, 13%)
(0.01 / 0.14 / 0.00 / 0.13)

CMYK percentages

%0.9
%14.48
%0
%13.33

Codes

Color #DBBDDD in popluar color models

DB BD DD
RGB 219 189 221
HSL 296° 32.00% 80.39%
HSB/HSV 296° 14.48% 86.67%
CMYK 0.90% 14.48% 0.00%
13.33%

Color #DBBDDD in popluar number systems.

HEX DB BD DD
Decimal 219 189 221
Binary 11011011 10111101 11011101
Octal 333 275 335

Shades and tints

Shades of #DBBDDD

#DBBDDD
(219,189,221)
#C8ACC9
(200,172,201)
#B59BB5
(181,155,181)
#A28AA1
(162,138,161)
#8F798D
(143,121,141)
#7C6879
(124,104,121)
#695765
(105,87,101)
#564651
(86,70,81)
#43353D
(67,53,61)
#302429
(48,36,41)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #DBBDDD

#DBBDDD
(219,189,221)
#DEC3E0
(222,195,224)
#E1C9E3
(225,201,227)
#E4CFE6
(228,207,230)
#E7D5E9
(231,213,233)
#EADBEC
(234,219,236)
#EDE1EF
(237,225,239)
#F0E7F2
(240,231,242)
#F3EDF5
(243,237,245)
#F6F3F8
(246,243,248)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBDDD; }

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

This text font color is #DBBDDD.

Background Color

.myBgColor { background-color: #DBBDDD; }

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

This div background color is #DBBDDD.

Border color

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

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

This div border color is #DBBDDD.

Opacity

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

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

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

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

This text has shadow with #DBBDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBDDD.

Preview

Color preview on black background

This text has color #DBBDDD on black background.


Color preview on white background

This text has color #DBBDDD on white background.


Black color preview on #DBBDDD background

This text has black color on #DBBDDD background.


White color preview on #DBBDDD background

This text has white color on #DBBDDD background.


Related colors

Complementary color

Complementary color for #hex is #244222.


I love getcolorcode.com

Triadic colors

1 #DDDBBD and #BDDDDB with #DBBDDD are triadic colors.

2 #DDBDDB and #BDDBDD with #DBBDDD are triadic colors.