COLOR #DBC8DD

HEX: #DBC8DD RGB: (219,200,221)

Color info

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

RGB color model

#DBC8DD color RGB value is (219,200,221).

RGB: (219,200,221) (86%, 78%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 221 of 255 = 87%

219
200
221

R + G + B ~ 84%. #DBC8DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 200 + 221 = 640 (100%)
R 219 of 640 ~ 34.22%
G 200 of 640 ~ 31.25%
B 221 of 640 ~ 34.53'%

%34.22
%31.25
%34.53

CMYK color model

#DBC8DD color CMYK value is (1,10,0,13).

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

CMYK: (1,10,0,13)
C1M10Y0K13 (1%, 10%, 0%, 13%)
(0.01 / 0.10 / 0.00 / 0.13)

CMYK percentages

%0.9
%9.5
%0
%13.33

Codes

Color #DBC8DD in popluar color models

DB C8 DD
RGB 219 200 221
HSL 294° 23.60% 82.55%
HSB/HSV 294° 9.50% 86.67%
CMYK 0.90% 9.50% 0.00%
13.33%

Color #DBC8DD in popluar number systems.

HEX DB C8 DD
Decimal 219 200 221
Binary 11011011 11001000 11011101
Octal 333 310 335

Shades and tints

Shades of #DBC8DD

#DBC8DD
(219,200,221)
#C8B6C9
(200,182,201)
#B5A4B5
(181,164,181)
#A292A1
(162,146,161)
#8F808D
(143,128,141)
#7C6E79
(124,110,121)
#695C65
(105,92,101)
#564A51
(86,74,81)
#43383D
(67,56,61)
#302629
(48,38,41)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #DBC8DD

#DBC8DD
(219,200,221)
#DECDE0
(222,205,224)
#E1D2E3
(225,210,227)
#E4D7E6
(228,215,230)
#E7DCE9
(231,220,233)
#EAE1EC
(234,225,236)
#EDE6EF
(237,230,239)
#F0EBF2
(240,235,242)
#F3F0F5
(243,240,245)
#F6F5F8
(246,245,248)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8DD; }

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

This text font color is #DBC8DD.

Background Color

.myBgColor { background-color: #DBC8DD; }

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

This div background color is #DBC8DD.

Border color

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

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

This div border color is #DBC8DD.

Opacity

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

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

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

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

This text has shadow with #DBC8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC8DD.

Preview

Color preview on black background

This text has color #DBC8DD on black background.


Color preview on white background

This text has color #DBC8DD on white background.


Black color preview on #DBC8DD background

This text has black color on #DBC8DD background.


White color preview on #DBC8DD background

This text has white color on #DBC8DD background.


Related colors

Complementary color

Complementary color for #hex is #243722.


I love getcolorcode.com

Triadic colors

1 #DDDBC8 and #C8DDDB with #DBC8DD are triadic colors.

2 #DDC8DB and #C8DBDD with #DBC8DD are triadic colors.