COLOR #DBD3EE

HEX: #DBD3EE RGB: (219,211,238)

Color info

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

RGB color model

#DBD3EE color RGB value is (219,211,238).

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

RGB channels and saturation

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

219
211
238

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

Portions of RGB colors in percentages

R + G + B = 219 + 211 + 238 = 668 (100%)
R 219 of 668 ~ 32.78%
G 211 of 668 ~ 31.59%
B 238 of 668 ~ 35.63'%

%32.78
%31.59
%35.63

CMYK color model

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

  • cyan value is 7.98%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%

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

CMYK percentages

%7.98
%11.34
%0
%6.67

Codes

Color #DBD3EE in popluar color models

DB D3 EE
RGB 219 211 238
HSL 258° 44.26% 88.04%
HSB/HSV 258° 11.34% 93.33%
CMYK 7.98% 11.34% 0.00%
6.67%

Color #DBD3EE in popluar number systems.

HEX DB D3 EE
Decimal 219 211 238
Binary 11011011 11010011 11101110
Octal 333 323 356

Shades and tints

Shades of #DBD3EE

#DBD3EE
(219,211,238)
#C8C0D9
(200,192,217)
#B5ADC4
(181,173,196)
#A29AAF
(162,154,175)
#8F879A
(143,135,154)
#7C7485
(124,116,133)
#696170
(105,97,112)
#564E5B
(86,78,91)
#433B46
(67,59,70)
#302831
(48,40,49)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #DBD3EE

#DBD3EE
(219,211,238)
#DED7EF
(222,215,239)
#E1DBF0
(225,219,240)
#E4DFF1
(228,223,241)
#E7E3F2
(231,227,242)
#EAE7F3
(234,231,243)
#EDEBF4
(237,235,244)
#F0EFF5
(240,239,245)
#F3F3F6
(243,243,246)
#F6F7F7
(246,247,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD3EE; }

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

This text font color is #DBD3EE.

Background Color

.myBgColor { background-color: #DBD3EE; }

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

This div background color is #DBD3EE.

Border color

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

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

This div border color is #DBD3EE.

Opacity

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

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

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

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

This text has shadow with #DBD3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD3EE.

Preview

Color preview on black background

This text has color #DBD3EE on black background.


Color preview on white background

This text has color #DBD3EE on white background.


Black color preview on #DBD3EE background

This text has black color on #DBD3EE background.


White color preview on #DBD3EE background

This text has white color on #DBD3EE background.


Related colors

Complementary color

Complementary color for #hex is #242C11.


I love getcolorcode.com

Triadic colors

1 #EEDBD3 and #D3EEDB with #DBD3EE are triadic colors.

2 #EED3DB and #D3DBEE with #DBD3EE are triadic colors.