COLOR #DBBEE1

HEX: #DBBEE1 RGB: (219,190,225)

Color info

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

RGB color model

#DBBEE1 color RGB value is (219,190,225).

RGB: (219,190,225) (86%, 75%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 225 of 255 = 88%

219
190
225

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

Portions of RGB colors in percentages

R + G + B = 219 + 190 + 225 = 634 (100%)
R 219 of 634 ~ 34.54%
G 190 of 634 ~ 29.97%
B 225 of 634 ~ 35.49'%

%34.54
%29.97
%35.49

CMYK color model

#DBBEE1 color CMYK value is (3,16,0,12).

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

CMYK: (3,16,0,12)
C3M16Y0K12 (3%, 16%, 0%, 12%)
(0.03 / 0.16 / 0.00 / 0.12)

CMYK percentages

%2.67
%15.56
%0
%11.76

Codes

Color #DBBEE1 in popluar color models

DB BE E1
RGB 219 190 225
HSL 290° 36.84% 81.37%
HSB/HSV 290° 15.56% 88.24%
CMYK 2.67% 15.56% 0.00%
11.76%

Color #DBBEE1 in popluar number systems.

HEX DB BE E1
Decimal 219 190 225
Binary 11011011 10111110 11100001
Octal 333 276 341

Shades and tints

Shades of #DBBEE1

#DBBEE1
(219,190,225)
#C8ADCD
(200,173,205)
#B59CB9
(181,156,185)
#A28BA5
(162,139,165)
#8F7A91
(143,122,145)
#7C697D
(124,105,125)
#695869
(105,88,105)
#564755
(86,71,85)
#433641
(67,54,65)
#30252D
(48,37,45)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #DBBEE1

#DBBEE1
(219,190,225)
#DEC3E3
(222,195,227)
#E1C8E5
(225,200,229)
#E4CDE7
(228,205,231)
#E7D2E9
(231,210,233)
#EAD7EB
(234,215,235)
#EDDCED
(237,220,237)
#F0E1EF
(240,225,239)
#F3E6F1
(243,230,241)
#F6EBF3
(246,235,243)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBEE1; }

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

This text font color is #DBBEE1.

Background Color

.myBgColor { background-color: #DBBEE1; }

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

This div background color is #DBBEE1.

Border color

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

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

This div border color is #DBBEE1.

Opacity

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

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

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

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

This text has shadow with #DBBEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBEE1.

Preview

Color preview on black background

This text has color #DBBEE1 on black background.


Color preview on white background

This text has color #DBBEE1 on white background.


Black color preview on #DBBEE1 background

This text has black color on #DBBEE1 background.


White color preview on #DBBEE1 background

This text has white color on #DBBEE1 background.


Related colors

Complementary color

Complementary color for #hex is #24411E.


I love getcolorcode.com

Triadic colors

1 #E1DBBE and #BEE1DB with #DBBEE1 are triadic colors.

2 #E1BEDB and #BEDBE1 with #DBBEE1 are triadic colors.