COLOR #DBBECC

HEX: #DBBECC RGB: (219,190,204)

Color info

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

RGB color model

#DBBECC color RGB value is (219,190,204).

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

RGB channels and saturation

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

219
190
204

R + G + B ~ 80%. #DBBECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 190 + 204 = 613 (100%)
R 219 of 613 ~ 35.73%
G 190 of 613 ~ 31%
B 204 of 613 ~ 33.28'%

%35.73
%31
%33.28

CMYK color model

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

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

CMYK: (0,13,7,14)
C0M13Y7K14 (0%, 13%, 7%, 14%)
(0.00 / 0.13 / 0.07 / 0.14)

CMYK percentages

%0
%13.24
%6.85
%14.12

Codes

Color #DBBECC in popluar color models

DB BE CC
RGB 219 190 204
HSL 331° 28.71% 80.20%
HSB/HSV 331° 13.24% 85.88%
CMYK 0.00% 13.24% 6.85%
14.12%

Color #DBBECC in popluar number systems.

HEX DB BE CC
Decimal 219 190 204
Binary 11011011 10111110 11001100
Octal 333 276 314

Shades and tints

Shades of #DBBECC

#DBBECC
(219,190,204)
#C8ADBA
(200,173,186)
#B59CA8
(181,156,168)
#A28B96
(162,139,150)
#8F7A84
(143,122,132)
#7C6972
(124,105,114)
#695860
(105,88,96)
#56474E
(86,71,78)
#43363C
(67,54,60)
#30252A
(48,37,42)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #DBBECC

#DBBECC
(219,190,204)
#DEC3D0
(222,195,208)
#E1C8D4
(225,200,212)
#E4CDD8
(228,205,216)
#E7D2DC
(231,210,220)
#EAD7E0
(234,215,224)
#EDDCE4
(237,220,228)
#F0E1E8
(240,225,232)
#F3E6EC
(243,230,236)
#F6EBF0
(246,235,240)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBECC; }

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

This text font color is #DBBECC.

Background Color

.myBgColor { background-color: #DBBECC; }

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

This div background color is #DBBECC.

Border color

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

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

This div border color is #DBBECC.

Opacity

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

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

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

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

This text has shadow with #DBBECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBECC.

Preview

Color preview on black background

This text has color #DBBECC on black background.


Color preview on white background

This text has color #DBBECC on white background.


Black color preview on #DBBECC background

This text has black color on #DBBECC background.


White color preview on #DBBECC background

This text has white color on #DBBECC background.


Related colors

Complementary color

Complementary color for #hex is #244133.


I love getcolorcode.com

Triadic colors

1 #CCDBBE and #BECCDB with #DBBECC are triadic colors.

2 #CCBEDB and #BEDBCC with #DBBECC are triadic colors.