COLOR #DBBCE2

HEX: #DBBCE2 RGB: (219,188,226)

Color info

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

RGB color model

#DBBCE2 color RGB value is (219,188,226).

RGB: (219,188,226) (86%, 74%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 188 of 255 = 74%
B 226 of 255 = 89%

219
188
226

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

Portions of RGB colors in percentages

R + G + B = 219 + 188 + 226 = 633 (100%)
R 219 of 633 ~ 34.6%
G 188 of 633 ~ 29.7%
B 226 of 633 ~ 35.7'%

%34.6
%29.7
%35.7

CMYK color model

#DBBCE2 color CMYK value is (3,17,0,11).

  • cyan value is 3.10%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (3,17,0,11)
C3M17Y0K11 (3%, 17%, 0%, 11%)
(0.03 / 0.17 / 0.00 / 0.11)

CMYK percentages

%3.1
%16.81
%0
%11.37

Codes

Color #DBBCE2 in popluar color models

DB BC E2
RGB 219 188 226
HSL 289° 39.58% 81.18%
HSB/HSV 289° 16.81% 88.63%
CMYK 3.10% 16.81% 0.00%
11.37%

Color #DBBCE2 in popluar number systems.

HEX DB BC E2
Decimal 219 188 226
Binary 11011011 10111100 11100010
Octal 333 274 342

Shades and tints

Shades of #DBBCE2

#DBBCE2
(219,188,226)
#C8ABCE
(200,171,206)
#B59ABA
(181,154,186)
#A289A6
(162,137,166)
#8F7892
(143,120,146)
#7C677E
(124,103,126)
#69566A
(105,86,106)
#564556
(86,69,86)
#433442
(67,52,66)
#30232E
(48,35,46)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #DBBCE2

#DBBCE2
(219,188,226)
#DEC2E4
(222,194,228)
#E1C8E6
(225,200,230)
#E4CEE8
(228,206,232)
#E7D4EA
(231,212,234)
#EADAEC
(234,218,236)
#EDE0EE
(237,224,238)
#F0E6F0
(240,230,240)
#F3ECF2
(243,236,242)
#F6F2F4
(246,242,244)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBCE2; }

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

This text font color is #DBBCE2.

Background Color

.myBgColor { background-color: #DBBCE2; }

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

This div background color is #DBBCE2.

Border color

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

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

This div border color is #DBBCE2.

Opacity

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

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

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

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

This text has shadow with #DBBCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBCE2.

Preview

Color preview on black background

This text has color #DBBCE2 on black background.


Color preview on white background

This text has color #DBBCE2 on white background.


Black color preview on #DBBCE2 background

This text has black color on #DBBCE2 background.


White color preview on #DBBCE2 background

This text has white color on #DBBCE2 background.


Related colors

Complementary color

Complementary color for #hex is #24431D.


I love getcolorcode.com

Triadic colors

1 #E2DBBC and #BCE2DB with #DBBCE2 are triadic colors.

2 #E2BCDB and #BCDBE2 with #DBBCE2 are triadic colors.