COLOR #DBBEDB

HEX: #DBBEDB RGB: (219,190,219)

Color info

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

RGB color model

#DBBEDB color RGB value is (219,190,219).

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

RGB channels and saturation

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

219
190
219

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

Portions of RGB colors in percentages

R + G + B = 219 + 190 + 219 = 628 (100%)
R 219 of 628 ~ 34.87%
G 190 of 628 ~ 30.25%
B 219 of 628 ~ 34.87'%

%34.87
%30.25
%34.87

CMYK color model

#DBBEDB color CMYK value is (0,13,0,14).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (0,13,0,14)
C0M13Y0K14 (0%, 13%, 0%, 14%)
(0.00 / 0.13 / 0.00 / 0.14)

CMYK percentages

%0
%13.24
%0
%14.12

Codes

Color #DBBEDB in popluar color models

DB BE DB
RGB 219 190 219
HSL 300° 28.71% 80.20%
HSB/HSV 300° 13.24% 85.88%
CMYK 0.00% 13.24% 0.00%
14.12%

Color #DBBEDB in popluar number systems.

HEX DB BE DB
Decimal 219 190 219
Binary 11011011 10111110 11011011
Octal 333 276 333

Shades and tints

Shades of #DBBEDB

#DBBEDB
(219,190,219)
#C8ADC8
(200,173,200)
#B59CB5
(181,156,181)
#A28BA2
(162,139,162)
#8F7A8F
(143,122,143)
#7C697C
(124,105,124)
#695869
(105,88,105)
#564756
(86,71,86)
#433643
(67,54,67)
#302530
(48,37,48)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #DBBEDB

#DBBEDB
(219,190,219)
#DEC3DE
(222,195,222)
#E1C8E1
(225,200,225)
#E4CDE4
(228,205,228)
#E7D2E7
(231,210,231)
#EAD7EA
(234,215,234)
#EDDCED
(237,220,237)
#F0E1F0
(240,225,240)
#F3E6F3
(243,230,243)
#F6EBF6
(246,235,246)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBEDB; }

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

This text font color is #DBBEDB.

Background Color

.myBgColor { background-color: #DBBEDB; }

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

This div background color is #DBBEDB.

Border color

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

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

This div border color is #DBBEDB.

Opacity

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

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

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

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

This text has shadow with #DBBEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBEDB.

Preview

Color preview on black background

This text has color #DBBEDB on black background.


Color preview on white background

This text has color #DBBEDB on white background.


Black color preview on #DBBEDB background

This text has black color on #DBBEDB background.


White color preview on #DBBEDB background

This text has white color on #DBBEDB background.


Related colors

Complementary color

Complementary color for #hex is #244124.


I love getcolorcode.com

Triadic colors

1 #DBDBBE and #BEDBDB with #DBBEDB are triadic colors.

2 #DBBEDB and #BEDBDB with #DBBEDB are triadic colors.