COLOR #DBBBE8

HEX: #DBBBE8 RGB: (219,187,232)

Color info

#DBBBE8 contains red, green and blue colors in about the same proportion. Web safe color of #DBBBE8 is #CCCCFF (or #CCF).

RGB color model

#DBBBE8 color RGB value is (219,187,232).

RGB: (219,187,232) (86%, 73%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 187 of 255 = 73%
B 232 of 255 = 91%

219
187
232

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

Portions of RGB colors in percentages

R + G + B = 219 + 187 + 232 = 638 (100%)
R 219 of 638 ~ 34.33%
G 187 of 638 ~ 29.31%
B 232 of 638 ~ 36.36'%

%34.33
%29.31
%36.36

CMYK color model

#DBBBE8 color CMYK value is (6,19,0,9).

  • cyan value is 5.60%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (6,19,0,9)
C6M19Y0K9 (6%, 19%, 0%, 9%)
(0.06 / 0.19 / 0.00 / 0.09)

CMYK percentages

%5.6
%19.4
%0
%9.02

Codes

Color #DBBBE8 in popluar color models

DB BB E8
RGB 219 187 232
HSL 283° 49.45% 82.16%
HSB/HSV 283° 19.40% 90.98%
CMYK 5.60% 19.40% 0.00%
9.02%

Color #DBBBE8 in popluar number systems.

HEX DB BB E8
Decimal 219 187 232
Binary 11011011 10111011 11101000
Octal 333 273 350

Shades and tints

Shades of #DBBBE8

#DBBBE8
(219,187,232)
#C8AAD3
(200,170,211)
#B599BE
(181,153,190)
#A288A9
(162,136,169)
#8F7794
(143,119,148)
#7C667F
(124,102,127)
#69556A
(105,85,106)
#564455
(86,68,85)
#433340
(67,51,64)
#30222B
(48,34,43)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #DBBBE8

#DBBBE8
(219,187,232)
#DEC1EA
(222,193,234)
#E1C7EC
(225,199,236)
#E4CDEE
(228,205,238)
#E7D3F0
(231,211,240)
#EAD9F2
(234,217,242)
#EDDFF4
(237,223,244)
#F0E5F6
(240,229,246)
#F3EBF8
(243,235,248)
#F6F1FA
(246,241,250)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBBE8 color. Also use rgb(219,187,232) instead hex code.

Text Font Color

.myTextColor { color: #DBBBE8; }

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

This text font color is #DBBBE8.

Background Color

.myBgColor { background-color: #DBBBE8; }

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

This div background color is #DBBBE8.

Border color

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

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

This div border color is #DBBBE8.

Opacity

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

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

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

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

This text has shadow with #DBBBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBBE8.

Preview

Color preview on black background

This text has color #DBBBE8 on black background.


Color preview on white background

This text has color #DBBBE8 on white background.


Black color preview on #DBBBE8 background

This text has black color on #DBBBE8 background.


White color preview on #DBBBE8 background

This text has white color on #DBBBE8 background.


Related colors

Complementary color

Complementary color for #hex is #244417.


I love getcolorcode.com

Triadic colors

1 #E8DBBB and #BBE8DB with #DBBBE8 are triadic colors.

2 #E8BBDB and #BBDBE8 with #DBBBE8 are triadic colors.