COLOR #DBD9EA

HEX: #DBD9EA RGB: (219,217,234)

Color info

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

RGB color model

#DBD9EA color RGB value is (219,217,234).

RGB: (219,217,234) (86%, 85%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 217 of 255 = 85%
B 234 of 255 = 92%

219
217
234

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

Portions of RGB colors in percentages

R + G + B = 219 + 217 + 234 = 670 (100%)
R 219 of 670 ~ 32.69%
G 217 of 670 ~ 32.39%
B 234 of 670 ~ 34.93'%

%32.69
%32.39
%34.93

CMYK color model

#DBD9EA color CMYK value is (6,7,0,8).

  • cyan value is 6.41%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (6,7,0,8) C6M7Y0K8 (6%,7%,0%,8%) (0.06/0.07/0.00/0.08) 

CMYK percentages

%6.41
%7.26
%0
%8.24

Codes

Color #DBD9EA in popluar color models

DB D9 EA
RGB 219 217 234
HSL 247° 28.81% 88.43%
HSB/HSV 247° 7.26% 91.76%
CMYK 6.41% 7.26% 0.00%
8.24%

Color #DBD9EA in popluar number systems.

HEX DB D9 EA
Decimal 219 217 234
Binary 11011011 11011001 11101010
Octal 333 331 352

Shades and tints

Shades of #DBD9EA

#DBD9EA
(219,217,234)
#C8C6D5
(200,198,213)
#B5B3C0
(181,179,192)
#A2A0AB
(162,160,171)
#8F8D96
(143,141,150)
#7C7A81
(124,122,129)
#69676C
(105,103,108)
#565457
(86,84,87)
#434142
(67,65,66)
#302E2D
(48,46,45)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #DBD9EA

#DBD9EA
(219,217,234)
#DEDCEB
(222,220,235)
#E1DFEC
(225,223,236)
#E4E2ED
(228,226,237)
#E7E5EE
(231,229,238)
#EAE8EF
(234,232,239)
#EDEBF0
(237,235,240)
#F0EEF1
(240,238,241)
#F3F1F2
(243,241,242)
#F6F4F3
(246,244,243)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD9EA color. Also use rgb(219,217,234) instead hex code.

Text Font Color

.myTextColor { color: #DBD9EA; }

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

This text font color is #DBD9EA.

Background Color

.myBgColor { background-color: #DBD9EA; }

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

This div background color is #DBD9EA.

Border color

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

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

This div border color is #DBD9EA.

Opacity

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

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

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

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

This text has shadow with #DBD9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD9EA.

Preview

Color preview on black background

This text has color #DBD9EA on black background.


Color preview on white background

This text has color #DBD9EA on white background.


Black color preview on #DBD9EA background

This text has black color on #DBD9EA background.


White color preview on #DBD9EA background

This text has white color on #DBD9EA background.


Related colors

Complementary color

Complementary color for #hex is #242615.


I love getcolorcode.com

Triadic colors

1 #EADBD9 and #D9EADB with #DBD9EA are triadic colors.

2 #EAD9DB and #D9DBEA with #DBD9EA are triadic colors.