COLOR #DBD3ED

HEX: #DBD3ED RGB: (219,211,237)

Color info

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

RGB color model

#DBD3ED color RGB value is (219,211,237).

RGB: (219,211,237) (86%, 83%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 211 of 255 = 83%
B 237 of 255 = 93%

219
211
237

R + G + B ~ 87%. #DBD3ED is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 211 + 237 = 667 (100%)
R 219 of 667 ~ 32.83%
G 211 of 667 ~ 31.63%
B 237 of 667 ~ 35.53'%

%32.83
%31.63
%35.53

CMYK color model

#DBD3ED color CMYK value is (8,11,0,7).

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

CMYK: (8,11,0,7)
C8M11Y0K7 (8%, 11%, 0%, 7%)
(0.08 / 0.11 / 0.00 / 0.07)

CMYK percentages

%7.59
%10.97
%0
%7.06

Codes

Color #DBD3ED in popluar color models

DB D3 ED
RGB 219 211 237
HSL 258° 41.94% 87.84%
HSB/HSV 258° 10.97% 92.94%
CMYK 7.59% 10.97% 0.00%
7.06%

Color #DBD3ED in popluar number systems.

HEX DB D3 ED
Decimal 219 211 237
Binary 11011011 11010011 11101101
Octal 333 323 355

Shades and tints

Shades of #DBD3ED

#DBD3ED
(219,211,237)
#C8C0D8
(200,192,216)
#B5ADC3
(181,173,195)
#A29AAE
(162,154,174)
#8F8799
(143,135,153)
#7C7484
(124,116,132)
#69616F
(105,97,111)
#564E5A
(86,78,90)
#433B45
(67,59,69)
#302830
(48,40,48)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #DBD3ED

#DBD3ED
(219,211,237)
#DED7EE
(222,215,238)
#E1DBEF
(225,219,239)
#E4DFF0
(228,223,240)
#E7E3F1
(231,227,241)
#EAE7F2
(234,231,242)
#EDEBF3
(237,235,243)
#F0EFF4
(240,239,244)
#F3F3F5
(243,243,245)
#F6F7F6
(246,247,246)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD3ED; }

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

This text font color is #DBD3ED.

Background Color

.myBgColor { background-color: #DBD3ED; }

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

This div background color is #DBD3ED.

Border color

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

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

This div border color is #DBD3ED.

Opacity

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

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

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

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

This text has shadow with #DBD3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD3ED.

Preview

Color preview on black background

This text has color #DBD3ED on black background.


Color preview on white background

This text has color #DBD3ED on white background.


Black color preview on #DBD3ED background

This text has black color on #DBD3ED background.


White color preview on #DBD3ED background

This text has white color on #DBD3ED background.


Related colors

Complementary color

Complementary color for #hex is #242C12.


I love getcolorcode.com

Triadic colors

1 #EDDBD3 and #D3EDDB with #DBD3ED are triadic colors.

2 #EDD3DB and #D3DBED with #DBD3ED are triadic colors.