COLOR #DBC6E1

HEX: #DBC6E1 RGB: (219,198,225)

Color info

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

RGB color model

#DBC6E1 color RGB value is (219,198,225).

RGB: (219,198,225) (86%, 78%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 225 of 255 = 88%

219
198
225

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

Portions of RGB colors in percentages

R + G + B = 219 + 198 + 225 = 642 (100%)
R 219 of 642 ~ 34.11%
G 198 of 642 ~ 30.84%
B 225 of 642 ~ 35.05'%

%34.11
%30.84
%35.05

CMYK color model

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

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

CMYK: (3,12,0,12)
C3M12Y0K12 (3%, 12%, 0%, 12%)
(0.03 / 0.12 / 0.00 / 0.12)

CMYK percentages

%2.67
%12
%0
%11.76

Codes

Color #DBC6E1 in popluar color models

DB C6 E1
RGB 219 198 225
HSL 287° 31.03% 82.94%
HSB/HSV 287° 12.00% 88.24%
CMYK 2.67% 12.00% 0.00%
11.76%

Color #DBC6E1 in popluar number systems.

HEX DB C6 E1
Decimal 219 198 225
Binary 11011011 11000110 11100001
Octal 333 306 341

Shades and tints

Shades of #DBC6E1

#DBC6E1
(219,198,225)
#C8B4CD
(200,180,205)
#B5A2B9
(181,162,185)
#A290A5
(162,144,165)
#8F7E91
(143,126,145)
#7C6C7D
(124,108,125)
#695A69
(105,90,105)
#564855
(86,72,85)
#433641
(67,54,65)
#30242D
(48,36,45)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #DBC6E1

#DBC6E1
(219,198,225)
#DECBE3
(222,203,227)
#E1D0E5
(225,208,229)
#E4D5E7
(228,213,231)
#E7DAE9
(231,218,233)
#EADFEB
(234,223,235)
#EDE4ED
(237,228,237)
#F0E9EF
(240,233,239)
#F3EEF1
(243,238,241)
#F6F3F3
(246,243,243)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC6E1; }

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

This text font color is #DBC6E1.

Background Color

.myBgColor { background-color: #DBC6E1; }

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

This div background color is #DBC6E1.

Border color

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

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

This div border color is #DBC6E1.

Opacity

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

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

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

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

This text has shadow with #DBC6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC6E1.

Preview

Color preview on black background

This text has color #DBC6E1 on black background.


Color preview on white background

This text has color #DBC6E1 on white background.


Black color preview on #DBC6E1 background

This text has black color on #DBC6E1 background.


White color preview on #DBC6E1 background

This text has white color on #DBC6E1 background.


Related colors

Complementary color

Complementary color for #hex is #24391E.


I love getcolorcode.com

Triadic colors

1 #E1DBC6 and #C6E1DB with #DBC6E1 are triadic colors.

2 #E1C6DB and #C6DBE1 with #DBC6E1 are triadic colors.