COLOR #DBBCE4

HEX: #DBBCE4 RGB: (219,188,228)

Color info

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

RGB color model

#DBBCE4 color RGB value is (219,188,228).

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

RGB channels and saturation

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

219
188
228

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

Portions of RGB colors in percentages

R + G + B = 219 + 188 + 228 = 635 (100%)
R 219 of 635 ~ 34.49%
G 188 of 635 ~ 29.61%
B 228 of 635 ~ 35.91'%

%34.49
%29.61
%35.91

CMYK color model

#DBBCE4 color CMYK value is (4,18,0,11).

  • cyan value is 3.95%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (4,18,0,11)
C4M18Y0K11 (4%, 18%, 0%, 11%)
(0.04 / 0.18 / 0.00 / 0.11)

CMYK percentages

%3.95
%17.54
%0
%10.59

Codes

Color #DBBCE4 in popluar color models

DB BC E4
RGB 219 188 228
HSL 287° 42.55% 81.57%
HSB/HSV 287° 17.54% 89.41%
CMYK 3.95% 17.54% 0.00%
10.59%

Color #DBBCE4 in popluar number systems.

HEX DB BC E4
Decimal 219 188 228
Binary 11011011 10111100 11100100
Octal 333 274 344

Shades and tints

Shades of #DBBCE4

#DBBCE4
(219,188,228)
#C8ABD0
(200,171,208)
#B59ABC
(181,154,188)
#A289A8
(162,137,168)
#8F7894
(143,120,148)
#7C6780
(124,103,128)
#69566C
(105,86,108)
#564558
(86,69,88)
#433444
(67,52,68)
#302330
(48,35,48)
#1D121C
(29,18,28)
#000000
(0,0,0)

Tints of #DBBCE4

#DBBCE4
(219,188,228)
#DEC2E6
(222,194,230)
#E1C8E8
(225,200,232)
#E4CEEA
(228,206,234)
#E7D4EC
(231,212,236)
#EADAEE
(234,218,238)
#EDE0F0
(237,224,240)
#F0E6F2
(240,230,242)
#F3ECF4
(243,236,244)
#F6F2F6
(246,242,246)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBCE4; }

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

This text font color is #DBBCE4.

Background Color

.myBgColor { background-color: #DBBCE4; }

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

This div background color is #DBBCE4.

Border color

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

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

This div border color is #DBBCE4.

Opacity

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

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

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

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

This text has shadow with #DBBCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBCE4.

Preview

Color preview on black background

This text has color #DBBCE4 on black background.


Color preview on white background

This text has color #DBBCE4 on white background.


Black color preview on #DBBCE4 background

This text has black color on #DBBCE4 background.


White color preview on #DBBCE4 background

This text has white color on #DBBCE4 background.


Related colors

Complementary color

Complementary color for #hex is #24431B.


I love getcolorcode.com

Triadic colors

1 #E4DBBC and #BCE4DB with #DBBCE4 are triadic colors.

2 #E4BCDB and #BCDBE4 with #DBBCE4 are triadic colors.