COLOR #DBD7ED

HEX: #DBD7ED RGB: (219,215,237)

Color info

#DBD7ED contains red, green and blue colors in about the same proportion. Web safe color of #DBD7ED is #CCCCFF (or #CCF).

RGB color model

#DBD7ED color RGB value is (219,215,237).

RGB: (219,215,237) (86%, 84%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 215 of 255 = 84%
B 237 of 255 = 93%

219
215
237

R + G + B ~ 88%. #DBD7ED is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 215 + 237 = 671 (100%)
R 219 of 671 ~ 32.64%
G 215 of 671 ~ 32.04%
B 237 of 671 ~ 35.32'%

%32.64
%32.04
%35.32

CMYK color model

#DBD7ED color CMYK value is (8,9,0,7).

  • cyan value is 7.59%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (8,9,0,7)
C8M9Y0K7 (8%, 9%, 0%, 7%)
(0.08 / 0.09 / 0.00 / 0.07)

CMYK percentages

%7.59
%9.28
%0
%7.06

Codes

Color #DBD7ED in popluar color models

DB D7 ED
RGB 219 215 237
HSL 251° 37.93% 88.63%
HSB/HSV 251° 9.28% 92.94%
CMYK 7.59% 9.28% 0.00%
7.06%

Color #DBD7ED in popluar number systems.

HEX DB D7 ED
Decimal 219 215 237
Binary 11011011 11010111 11101101
Octal 333 327 355

Shades and tints

Shades of #DBD7ED

#DBD7ED
(219,215,237)
#C8C4D8
(200,196,216)
#B5B1C3
(181,177,195)
#A29EAE
(162,158,174)
#8F8B99
(143,139,153)
#7C7884
(124,120,132)
#69656F
(105,101,111)
#56525A
(86,82,90)
#433F45
(67,63,69)
#302C30
(48,44,48)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #DBD7ED

#DBD7ED
(219,215,237)
#DEDAEE
(222,218,238)
#E1DDEF
(225,221,239)
#E4E0F0
(228,224,240)
#E7E3F1
(231,227,241)
#EAE6F2
(234,230,242)
#EDE9F3
(237,233,243)
#F0ECF4
(240,236,244)
#F3EFF5
(243,239,245)
#F6F2F6
(246,242,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD7ED color. Also use rgb(219,215,237) instead hex code.

Text Font Color

.myTextColor { color: #DBD7ED; }

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

This text font color is #DBD7ED.

Background Color

.myBgColor { background-color: #DBD7ED; }

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

This div background color is #DBD7ED.

Border color

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

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

This div border color is #DBD7ED.

Opacity

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

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

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

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

This text has shadow with #DBD7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD7ED.

Preview

Color preview on black background

This text has color #DBD7ED on black background.


Color preview on white background

This text has color #DBD7ED on white background.


Black color preview on #DBD7ED background

This text has black color on #DBD7ED background.


White color preview on #DBD7ED background

This text has white color on #DBD7ED background.


Related colors

Complementary color

Complementary color for #hex is #242812.


I love getcolorcode.com

Triadic colors

1 #EDDBD7 and #D7EDDB with #DBD7ED are triadic colors.

2 #EDD7DB and #D7DBED with #DBD7ED are triadic colors.