COLOR #DBD4DE

HEX: #DBD4DE RGB: (219,212,222)

Color info

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

RGB color model

#DBD4DE color RGB value is (219,212,222).

RGB: (219,212,222) (86%, 83%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 212 of 255 = 83%
B 222 of 255 = 87%

219
212
222

R + G + B ~ 85%. #DBD4DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 212 + 222 = 653 (100%)
R 219 of 653 ~ 33.54%
G 212 of 653 ~ 32.47%
B 222 of 653 ~ 34'%

%33.54
%32.47
%34

CMYK color model

#DBD4DE color CMYK value is (1,5,0,13).

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

CMYK: (1,5,0,13)
C1M5Y0K13 (1%, 5%, 0%, 13%)
(0.01 / 0.05 / 0.00 / 0.13)

CMYK percentages

%1.35
%4.5
%0
%12.94

Codes

Color #DBD4DE in popluar color models

DB D4 DE
RGB 219 212 222
HSL 282° 13.16% 85.10%
HSB/HSV 282° 4.50% 87.06%
CMYK 1.35% 4.50% 0.00%
12.94%

Color #DBD4DE in popluar number systems.

HEX DB D4 DE
Decimal 219 212 222
Binary 11011011 11010100 11011110
Octal 333 324 336

Shades and tints

Shades of #DBD4DE

#DBD4DE
(219,212,222)
#C8C1CA
(200,193,202)
#B5AEB6
(181,174,182)
#A29BA2
(162,155,162)
#8F888E
(143,136,142)
#7C757A
(124,117,122)
#696266
(105,98,102)
#564F52
(86,79,82)
#433C3E
(67,60,62)
#30292A
(48,41,42)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #DBD4DE

#DBD4DE
(219,212,222)
#DED7E1
(222,215,225)
#E1DAE4
(225,218,228)
#E4DDE7
(228,221,231)
#E7E0EA
(231,224,234)
#EAE3ED
(234,227,237)
#EDE6F0
(237,230,240)
#F0E9F3
(240,233,243)
#F3ECF6
(243,236,246)
#F6EFF9
(246,239,249)
#F9F2FC
(249,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD4DE; }

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

This text font color is #DBD4DE.

Background Color

.myBgColor { background-color: #DBD4DE; }

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

This div background color is #DBD4DE.

Border color

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

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

This div border color is #DBD4DE.

Opacity

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

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

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

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

This text has shadow with #DBD4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD4DE.

Preview

Color preview on black background

This text has color #DBD4DE on black background.


Color preview on white background

This text has color #DBD4DE on white background.


Black color preview on #DBD4DE background

This text has black color on #DBD4DE background.


White color preview on #DBD4DE background

This text has white color on #DBD4DE background.


Related colors

Complementary color

Complementary color for #hex is #242B21.


I love getcolorcode.com

Triadic colors

1 #DEDBD4 and #D4DEDB with #DBD4DE are triadic colors.

2 #DED4DB and #D4DBDE with #DBD4DE are triadic colors.