COLOR #DBC4DD

HEX: #DBC4DD RGB: (219,196,221)

Color info

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

RGB color model

#DBC4DD color RGB value is (219,196,221).

RGB: (219,196,221) (86%, 77%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 221 of 255 = 87%

219
196
221

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

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 221 = 636 (100%)
R 219 of 636 ~ 34.43%
G 196 of 636 ~ 30.82%
B 221 of 636 ~ 34.75'%

%34.43
%30.82
%34.75

CMYK color model

#DBC4DD color CMYK value is (1,11,0,13).

  • cyan value is 0.90%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (1,11,0,13)
C1M11Y0K13 (1%, 11%, 0%, 13%)
(0.01 / 0.11 / 0.00 / 0.13)

CMYK percentages

%0.9
%11.31
%0
%13.33

Codes

Color #DBC4DD in popluar color models

DB C4 DD
RGB 219 196 221
HSL 295° 26.88% 81.76%
HSB/HSV 295° 11.31% 86.67%
CMYK 0.90% 11.31% 0.00%
13.33%

Color #DBC4DD in popluar number systems.

HEX DB C4 DD
Decimal 219 196 221
Binary 11011011 11000100 11011101
Octal 333 304 335

Shades and tints

Shades of #DBC4DD

#DBC4DD
(219,196,221)
#C8B3C9
(200,179,201)
#B5A2B5
(181,162,181)
#A291A1
(162,145,161)
#8F808D
(143,128,141)
#7C6F79
(124,111,121)
#695E65
(105,94,101)
#564D51
(86,77,81)
#433C3D
(67,60,61)
#302B29
(48,43,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBC4DD

#DBC4DD
(219,196,221)
#DEC9E0
(222,201,224)
#E1CEE3
(225,206,227)
#E4D3E6
(228,211,230)
#E7D8E9
(231,216,233)
#EADDEC
(234,221,236)
#EDE2EF
(237,226,239)
#F0E7F2
(240,231,242)
#F3ECF5
(243,236,245)
#F6F1F8
(246,241,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC4DD; }

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

This text font color is #DBC4DD.

Background Color

.myBgColor { background-color: #DBC4DD; }

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

This div background color is #DBC4DD.

Border color

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

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

This div border color is #DBC4DD.

Opacity

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

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

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

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

This text has shadow with #DBC4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC4DD.

Preview

Color preview on black background

This text has color #DBC4DD on black background.


Color preview on white background

This text has color #DBC4DD on white background.


Black color preview on #DBC4DD background

This text has black color on #DBC4DD background.


White color preview on #DBC4DD background

This text has white color on #DBC4DD background.


Related colors

Complementary color

Complementary color for #hex is #243B22.


I love getcolorcode.com

Triadic colors

1 #DDDBC4 and #C4DDDB with #DBC4DD are triadic colors.

2 #DDC4DB and #C4DBDD with #DBC4DD are triadic colors.