COLOR #DBBCCE

HEX: #DBBCCE RGB: (219,188,206)

Color info

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

RGB color model

#DBBCCE color RGB value is (219,188,206).

RGB: (219,188,206) (86%, 74%, 81%)

RGB channels and saturation

R 219 of 255 = 86%
G 188 of 255 = 74%
B 206 of 255 = 81%

219
188
206

R + G + B ~ 80%. #DBBCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 188 + 206 = 613 (100%)
R 219 of 613 ~ 35.73%
G 188 of 613 ~ 30.67%
B 206 of 613 ~ 33.61'%

%35.73
%30.67
%33.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 5.94%
  • key color value is 14.12%
CMYK: (0,14,6,14) C0M14Y6K14 (0%,14%,6%,14%) (0.00/0.14/0.06/0.14) 

CMYK percentages

%0
%14.16
%5.94
%14.12

Codes

Color #DBBCCE in popluar color models

DB BC CE
RGB 219 188 206
HSL 325° 30.10% 79.80%
HSB/HSV 325° 14.16% 85.88%
CMYK 0.00% 14.16% 5.94%
14.12%

Color #DBBCCE in popluar number systems.

HEX DB BC CE
Decimal 219 188 206
Binary 11011011 10111100 11001110
Octal 333 274 316

Shades and tints

Shades of #DBBCCE

#DBBCCE
(219,188,206)
#C8ABBC
(200,171,188)
#B59AAA
(181,154,170)
#A28998
(162,137,152)
#8F7886
(143,120,134)
#7C6774
(124,103,116)
#695662
(105,86,98)
#564550
(86,69,80)
#43343E
(67,52,62)
#30232C
(48,35,44)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #DBBCCE

#DBBCCE
(219,188,206)
#DEC2D2
(222,194,210)
#E1C8D6
(225,200,214)
#E4CEDA
(228,206,218)
#E7D4DE
(231,212,222)
#EADAE2
(234,218,226)
#EDE0E6
(237,224,230)
#F0E6EA
(240,230,234)
#F3ECEE
(243,236,238)
#F6F2F2
(246,242,242)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBCCE color. Also use rgb(219,188,206) instead hex code.

Text Font Color

.myTextColor { color: #DBBCCE; }

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

This text font color is #DBBCCE.

Background Color

.myBgColor { background-color: #DBBCCE; }

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

This div background color is #DBBCCE.

Border color

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

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

This div border color is #DBBCCE.

Opacity

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

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

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

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

This text has shadow with #DBBCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBCCE.

Preview

Color preview on black background

This text has color #DBBCCE on black background.


Color preview on white background

This text has color #DBBCCE on white background.


Black color preview on #DBBCCE background

This text has black color on #DBBCCE background.


White color preview on #DBBCCE background

This text has white color on #DBBCCE background.


Related colors

Complementary color

Complementary color for #hex is #244331.


I love getcolorcode.com

Triadic colors

1 #CEDBBC and #BCCEDB with #DBBCCE are triadic colors.

2 #CEBCDB and #BCDBCE with #DBBCCE are triadic colors.