COLOR #DBCDDA

HEX: #DBCDDA RGB: (219,205,218)

Color info

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

RGB color model

#DBCDDA color RGB value is (219,205,218).

RGB: (219,205,218) (86%, 80%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 205 of 255 = 80%
B 218 of 255 = 85%

219
205
218

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

Portions of RGB colors in percentages

R + G + B = 219 + 205 + 218 = 642 (100%)
R 219 of 642 ~ 34.11%
G 205 of 642 ~ 31.93%
B 218 of 642 ~ 33.96'%

%34.11
%31.93
%33.96

CMYK color model

#DBCDDA color CMYK value is (0,6,0,14).

  • cyan value is 0.00%
  • magenta value is 6.39%
  • yellow value is 0.46%
  • key color value is 14.12%

CMYK: (0,6,0,14)
C0M6Y0K14 (0%, 6%, 0%, 14%)
(0.00 / 0.06 / 0.00 / 0.14)

CMYK percentages

%0
%6.39
%0.46
%14.12

Codes

Color #DBCDDA in popluar color models

DB CD DA
RGB 219 205 218
HSL 304° 16.28% 83.14%
HSB/HSV 304° 6.39% 85.88%
CMYK 0.00% 6.39% 0.46%
14.12%

Color #DBCDDA in popluar number systems.

HEX DB CD DA
Decimal 219 205 218
Binary 11011011 11001101 11011010
Octal 333 315 332

Shades and tints

Shades of #DBCDDA

#DBCDDA
(219,205,218)
#C8BBC7
(200,187,199)
#B5A9B4
(181,169,180)
#A297A1
(162,151,161)
#8F858E
(143,133,142)
#7C737B
(124,115,123)
#696168
(105,97,104)
#564F55
(86,79,85)
#433D42
(67,61,66)
#302B2F
(48,43,47)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #DBCDDA

#DBCDDA
(219,205,218)
#DED1DD
(222,209,221)
#E1D5E0
(225,213,224)
#E4D9E3
(228,217,227)
#E7DDE6
(231,221,230)
#EAE1E9
(234,225,233)
#EDE5EC
(237,229,236)
#F0E9EF
(240,233,239)
#F3EDF2
(243,237,242)
#F6F1F5
(246,241,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCDDA color. Also use rgb(219,205,218) instead hex code.

Text Font Color

.myTextColor { color: #DBCDDA; }

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

This text font color is #DBCDDA.

Background Color

.myBgColor { background-color: #DBCDDA; }

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

This div background color is #DBCDDA.

Border color

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

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

This div border color is #DBCDDA.

Opacity

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

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

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

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

This text has shadow with #DBCDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCDDA.

Preview

Color preview on black background

This text has color #DBCDDA on black background.


Color preview on white background

This text has color #DBCDDA on white background.


Black color preview on #DBCDDA background

This text has black color on #DBCDDA background.


White color preview on #DBCDDA background

This text has white color on #DBCDDA background.


Related colors

Complementary color

Complementary color for #hex is #243225.


I love getcolorcode.com

Triadic colors

1 #DADBCD and #CDDADB with #DBCDDA are triadic colors.

2 #DACDDB and #CDDBDA with #DBCDDA are triadic colors.