COLOR #DBC8DA

HEX: #DBC8DA RGB: (219,200,218)

Color info

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

RGB color model

#DBC8DA color RGB value is (219,200,218).

RGB: (219,200,218) (86%, 78%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 218 of 255 = 85%

219
200
218

R + G + B ~ 83%. #DBC8DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 200 + 218 = 637 (100%)
R 219 of 637 ~ 34.38%
G 200 of 637 ~ 31.4%
B 218 of 637 ~ 34.22'%

%34.38
%31.4
%34.22

CMYK color model

#DBC8DA color CMYK value is (0,9,0,14).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 0.46%
  • key color value is 14.12%

CMYK: (0,9,0,14)
C0M9Y0K14 (0%, 9%, 0%, 14%)
(0.00 / 0.09 / 0.00 / 0.14)

CMYK percentages

%0
%8.68
%0.46
%14.12

Codes

Color #DBC8DA in popluar color models

DB C8 DA
RGB 219 200 218
HSL 303° 20.88% 82.16%
HSB/HSV 303° 8.68% 85.88%
CMYK 0.00% 8.68% 0.46%
14.12%

Color #DBC8DA in popluar number systems.

HEX DB C8 DA
Decimal 219 200 218
Binary 11011011 11001000 11011010
Octal 333 310 332

Shades and tints

Shades of #DBC8DA

#DBC8DA
(219,200,218)
#C8B6C7
(200,182,199)
#B5A4B4
(181,164,180)
#A292A1
(162,146,161)
#8F808E
(143,128,142)
#7C6E7B
(124,110,123)
#695C68
(105,92,104)
#564A55
(86,74,85)
#433842
(67,56,66)
#30262F
(48,38,47)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #DBC8DA

#DBC8DA
(219,200,218)
#DECDDD
(222,205,221)
#E1D2E0
(225,210,224)
#E4D7E3
(228,215,227)
#E7DCE6
(231,220,230)
#EAE1E9
(234,225,233)
#EDE6EC
(237,230,236)
#F0EBEF
(240,235,239)
#F3F0F2
(243,240,242)
#F6F5F5
(246,245,245)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8DA; }

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

This text font color is #DBC8DA.

Background Color

.myBgColor { background-color: #DBC8DA; }

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

This div background color is #DBC8DA.

Border color

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

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

This div border color is #DBC8DA.

Opacity

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

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

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

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

This text has shadow with #DBC8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC8DA.

Preview

Color preview on black background

This text has color #DBC8DA on black background.


Color preview on white background

This text has color #DBC8DA on white background.


Black color preview on #DBC8DA background

This text has black color on #DBC8DA background.


White color preview on #DBC8DA background

This text has white color on #DBC8DA background.


Related colors

Complementary color

Complementary color for #hex is #243725.


I love getcolorcode.com

Triadic colors

1 #DADBC8 and #C8DADB with #DBC8DA are triadic colors.

2 #DAC8DB and #C8DBDA with #DBC8DA are triadic colors.