COLOR #DBC3CC

HEX: #DBC3CC RGB: (219,195,204)

Color info

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

RGB color model

#DBC3CC color RGB value is (219,195,204).

RGB: (219,195,204) (86%, 76%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 204 of 255 = 80%

219
195
204

R + G + B ~ 81%. #DBC3CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 195 + 204 = 618 (100%)
R 219 of 618 ~ 35.44%
G 195 of 618 ~ 31.55%
B 204 of 618 ~ 33.01'%

%35.44
%31.55
%33.01

CMYK color model

#DBC3CC color CMYK value is (0,11,7,14).

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

CMYK: (0,11,7,14)
C0M11Y7K14 (0%, 11%, 7%, 14%)
(0.00 / 0.11 / 0.07 / 0.14)

CMYK percentages

%0
%10.96
%6.85
%14.12

Codes

Color #DBC3CC in popluar color models

DB C3 CC
RGB 219 195 204
HSL 338° 25.00% 81.18%
HSB/HSV 338° 10.96% 85.88%
CMYK 0.00% 10.96% 6.85%
14.12%

Color #DBC3CC in popluar number systems.

HEX DB C3 CC
Decimal 219 195 204
Binary 11011011 11000011 11001100
Octal 333 303 314

Shades and tints

Shades of #DBC3CC

#DBC3CC
(219,195,204)
#C8B2BA
(200,178,186)
#B5A1A8
(181,161,168)
#A29096
(162,144,150)
#8F7F84
(143,127,132)
#7C6E72
(124,110,114)
#695D60
(105,93,96)
#564C4E
(86,76,78)
#433B3C
(67,59,60)
#302A2A
(48,42,42)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBC3CC

#DBC3CC
(219,195,204)
#DEC8D0
(222,200,208)
#E1CDD4
(225,205,212)
#E4D2D8
(228,210,216)
#E7D7DC
(231,215,220)
#EADCE0
(234,220,224)
#EDE1E4
(237,225,228)
#F0E6E8
(240,230,232)
#F3EBEC
(243,235,236)
#F6F0F0
(246,240,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC3CC; }

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

This text font color is #DBC3CC.

Background Color

.myBgColor { background-color: #DBC3CC; }

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

This div background color is #DBC3CC.

Border color

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

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

This div border color is #DBC3CC.

Opacity

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

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

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

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

This text has shadow with #DBC3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC3CC.

Preview

Color preview on black background

This text has color #DBC3CC on black background.


Color preview on white background

This text has color #DBC3CC on white background.


Black color preview on #DBC3CC background

This text has black color on #DBC3CC background.


White color preview on #DBC3CC background

This text has white color on #DBC3CC background.


Related colors

Complementary color

Complementary color for #hex is #243C33.


I love getcolorcode.com

Triadic colors

1 #CCDBC3 and #C3CCDB with #DBC3CC are triadic colors.

2 #CCC3DB and #C3DBCC with #DBC3CC are triadic colors.