COLOR #DBC9E1

HEX: #DBC9E1 RGB: (219,201,225)

Color info

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

RGB color model

#DBC9E1 color RGB value is (219,201,225).

RGB: (219,201,225) (86%, 79%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 201 of 255 = 79%
B 225 of 255 = 88%

219
201
225

R + G + B ~ 84%. #DBC9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 201 + 225 = 645 (100%)
R 219 of 645 ~ 33.95%
G 201 of 645 ~ 31.16%
B 225 of 645 ~ 34.88'%

%33.95
%31.16
%34.88

CMYK color model

#DBC9E1 color CMYK value is (3,11,0,12).

  • cyan value is 2.67%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (3,11,0,12)
C3M11Y0K12 (3%, 11%, 0%, 12%)
(0.03 / 0.11 / 0.00 / 0.12)

CMYK percentages

%2.67
%10.67
%0
%11.76

Codes

Color #DBC9E1 in popluar color models

DB C9 E1
RGB 219 201 225
HSL 285° 28.57% 83.53%
HSB/HSV 285° 10.67% 88.24%
CMYK 2.67% 10.67% 0.00%
11.76%

Color #DBC9E1 in popluar number systems.

HEX DB C9 E1
Decimal 219 201 225
Binary 11011011 11001001 11100001
Octal 333 311 341

Shades and tints

Shades of #DBC9E1

#DBC9E1
(219,201,225)
#C8B7CD
(200,183,205)
#B5A5B9
(181,165,185)
#A293A5
(162,147,165)
#8F8191
(143,129,145)
#7C6F7D
(124,111,125)
#695D69
(105,93,105)
#564B55
(86,75,85)
#433941
(67,57,65)
#30272D
(48,39,45)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #DBC9E1

#DBC9E1
(219,201,225)
#DECDE3
(222,205,227)
#E1D1E5
(225,209,229)
#E4D5E7
(228,213,231)
#E7D9E9
(231,217,233)
#EADDEB
(234,221,235)
#EDE1ED
(237,225,237)
#F0E5EF
(240,229,239)
#F3E9F1
(243,233,241)
#F6EDF3
(246,237,243)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC9E1 color. Also use rgb(219,201,225) instead hex code.

Text Font Color

.myTextColor { color: #DBC9E1; }

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

This text font color is #DBC9E1.

Background Color

.myBgColor { background-color: #DBC9E1; }

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

This div background color is #DBC9E1.

Border color

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

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

This div border color is #DBC9E1.

Opacity

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

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

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

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

This text has shadow with #DBC9E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC9E1.

Preview

Color preview on black background

This text has color #DBC9E1 on black background.


Color preview on white background

This text has color #DBC9E1 on white background.


Black color preview on #DBC9E1 background

This text has black color on #DBC9E1 background.


White color preview on #DBC9E1 background

This text has white color on #DBC9E1 background.


Related colors

Complementary color

Complementary color for #hex is #24361E.


I love getcolorcode.com

Triadic colors

1 #E1DBC9 and #C9E1DB with #DBC9E1 are triadic colors.

2 #E1C9DB and #C9DBE1 with #DBC9E1 are triadic colors.