COLOR #DBC4DE

HEX: #DBC4DE RGB: (219,196,222)

Color info

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

RGB color model

#DBC4DE color RGB value is (219,196,222).

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

RGB channels and saturation

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

219
196
222

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

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 222 = 637 (100%)
R 219 of 637 ~ 34.38%
G 196 of 637 ~ 30.77%
B 222 of 637 ~ 34.85'%

%34.38
%30.77
%34.85

CMYK color model

#DBC4DE color CMYK value is (1,12,0,13).

  • cyan value is 1.35%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (1,12,0,13)
C1M12Y0K13 (1%, 12%, 0%, 13%)
(0.01 / 0.12 / 0.00 / 0.13)

CMYK percentages

%1.35
%11.71
%0
%12.94

Codes

Color #DBC4DE in popluar color models

DB C4 DE
RGB 219 196 222
HSL 293° 28.26% 81.96%
HSB/HSV 293° 11.71% 87.06%
CMYK 1.35% 11.71% 0.00%
12.94%

Color #DBC4DE in popluar number systems.

HEX DB C4 DE
Decimal 219 196 222
Binary 11011011 11000100 11011110
Octal 333 304 336

Shades and tints

Shades of #DBC4DE

#DBC4DE
(219,196,222)
#C8B3CA
(200,179,202)
#B5A2B6
(181,162,182)
#A291A2
(162,145,162)
#8F808E
(143,128,142)
#7C6F7A
(124,111,122)
#695E66
(105,94,102)
#564D52
(86,77,82)
#433C3E
(67,60,62)
#302B2A
(48,43,42)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #DBC4DE

#DBC4DE
(219,196,222)
#DEC9E1
(222,201,225)
#E1CEE4
(225,206,228)
#E4D3E7
(228,211,231)
#E7D8EA
(231,216,234)
#EADDED
(234,221,237)
#EDE2F0
(237,226,240)
#F0E7F3
(240,231,243)
#F3ECF6
(243,236,246)
#F6F1F9
(246,241,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC4DE; }

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

This text font color is #DBC4DE.

Background Color

.myBgColor { background-color: #DBC4DE; }

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

This div background color is #DBC4DE.

Border color

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

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

This div border color is #DBC4DE.

Opacity

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

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

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

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

This text has shadow with #DBC4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC4DE.

Preview

Color preview on black background

This text has color #DBC4DE on black background.


Color preview on white background

This text has color #DBC4DE on white background.


Black color preview on #DBC4DE background

This text has black color on #DBC4DE background.


White color preview on #DBC4DE background

This text has white color on #DBC4DE background.


Related colors

Complementary color

Complementary color for #hex is #243B21.


I love getcolorcode.com

Triadic colors

1 #DEDBC4 and #C4DEDB with #DBC4DE are triadic colors.

2 #DEC4DB and #C4DBDE with #DBC4DE are triadic colors.