COLOR #DBB1EC

HEX: #DBB1EC RGB: (219,177,236)

Color info

#DBB1EC contains red, green and blue colors in about the same proportion. Web safe color of #DBB1EC is #CC99FF (or #C9F).

RGB color model

#DBB1EC color RGB value is (219,177,236).

RGB: (219,177,236) (86%, 69%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 236 of 255 = 93%

219
177
236

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

Portions of RGB colors in percentages

R + G + B = 219 + 177 + 236 = 632 (100%)
R 219 of 632 ~ 34.65%
G 177 of 632 ~ 28.01%
B 236 of 632 ~ 37.34'%

%34.65
%28.01
%37.34

CMYK color model

#DBB1EC color CMYK value is (7,25,0,7).

  • cyan value is 7.20%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (7,25,0,7) C7M25Y0K7 (7%,25%,0%,7%) (0.07/0.25/0.00/0.07) 

CMYK percentages

%7.2
%25
%0
%7.45

Codes

Color #DBB1EC in popluar color models

DB B1 EC
RGB 219 177 236
HSL 283° 60.82% 80.98%
HSB/HSV 283° 25.00% 92.55%
CMYK 7.20% 25.00% 0.00%
7.45%

Color #DBB1EC in popluar number systems.

HEX DB B1 EC
Decimal 219 177 236
Binary 11011011 10110001 11101100
Octal 333 261 354

Shades and tints

Shades of #DBB1EC

#DBB1EC
(219,177,236)
#C8A1D7
(200,161,215)
#B591C2
(181,145,194)
#A281AD
(162,129,173)
#8F7198
(143,113,152)
#7C6183
(124,97,131)
#69516E
(105,81,110)
#564159
(86,65,89)
#433144
(67,49,68)
#30212F
(48,33,47)
#1D111A
(29,17,26)
#000000
(0,0,0)

Tints of #DBB1EC

#DBB1EC
(219,177,236)
#DEB8ED
(222,184,237)
#E1BFEE
(225,191,238)
#E4C6EF
(228,198,239)
#E7CDF0
(231,205,240)
#EAD4F1
(234,212,241)
#EDDBF2
(237,219,242)
#F0E2F3
(240,226,243)
#F3E9F4
(243,233,244)
#F6F0F5
(246,240,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB1EC; }

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

This text font color is #DBB1EC.

Background Color

.myBgColor { background-color: #DBB1EC; }

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

This div background color is #DBB1EC.

Border color

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

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

This div border color is #DBB1EC.

Opacity

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

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

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

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

This text has shadow with #DBB1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB1EC.

Preview

Color preview on black background

This text has color #DBB1EC on black background.


Color preview on white background

This text has color #DBB1EC on white background.


Black color preview on #DBB1EC background

This text has black color on #DBB1EC background.


White color preview on #DBB1EC background

This text has white color on #DBB1EC background.


Related colors

Complementary color

Complementary color for #hex is #244E13.


I love getcolorcode.com

Triadic colors

1 #ECDBB1 and #B1ECDB with #DBB1EC are triadic colors.

2 #ECB1DB and #B1DBEC with #DBB1EC are triadic colors.