COLOR #DBBBE1

HEX: #DBBBE1 RGB: (219,187,225)

Color info

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

RGB color model

#DBBBE1 color RGB value is (219,187,225).

RGB: (219,187,225) (86%, 73%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 187 of 255 = 73%
B 225 of 255 = 88%

219
187
225

R + G + B ~ 82%. #DBBBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 187 + 225 = 631 (100%)
R 219 of 631 ~ 34.71%
G 187 of 631 ~ 29.64%
B 225 of 631 ~ 35.66'%

%34.71
%29.64
%35.66

CMYK color model

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

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

CMYK: (3,17,0,12)
C3M17Y0K12 (3%, 17%, 0%, 12%)
(0.03 / 0.17 / 0.00 / 0.12)

CMYK percentages

%2.67
%16.89
%0
%11.76

Codes

Color #DBBBE1 in popluar color models

DB BB E1
RGB 219 187 225
HSL 291° 38.78% 80.78%
HSB/HSV 291° 16.89% 88.24%
CMYK 2.67% 16.89% 0.00%
11.76%

Color #DBBBE1 in popluar number systems.

HEX DB BB E1
Decimal 219 187 225
Binary 11011011 10111011 11100001
Octal 333 273 341

Shades and tints

Shades of #DBBBE1

#DBBBE1
(219,187,225)
#C8AACD
(200,170,205)
#B599B9
(181,153,185)
#A288A5
(162,136,165)
#8F7791
(143,119,145)
#7C667D
(124,102,125)
#695569
(105,85,105)
#564455
(86,68,85)
#433341
(67,51,65)
#30222D
(48,34,45)
#1D1119
(29,17,25)
#000000
(0,0,0)

Tints of #DBBBE1

#DBBBE1
(219,187,225)
#DEC1E3
(222,193,227)
#E1C7E5
(225,199,229)
#E4CDE7
(228,205,231)
#E7D3E9
(231,211,233)
#EAD9EB
(234,217,235)
#EDDFED
(237,223,237)
#F0E5EF
(240,229,239)
#F3EBF1
(243,235,241)
#F6F1F3
(246,241,243)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBBE1; }

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

This text font color is #DBBBE1.

Background Color

.myBgColor { background-color: #DBBBE1; }

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

This div background color is #DBBBE1.

Border color

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

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

This div border color is #DBBBE1.

Opacity

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

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

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

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

This text has shadow with #DBBBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBBE1.

Preview

Color preview on black background

This text has color #DBBBE1 on black background.


Color preview on white background

This text has color #DBBBE1 on white background.


Black color preview on #DBBBE1 background

This text has black color on #DBBBE1 background.


White color preview on #DBBBE1 background

This text has white color on #DBBBE1 background.


Related colors

Complementary color

Complementary color for #hex is #24441E.


I love getcolorcode.com

Triadic colors

1 #E1DBBB and #BBE1DB with #DBBBE1 are triadic colors.

2 #E1BBDB and #BBDBE1 with #DBBBE1 are triadic colors.