COLOR #DBD5EA

HEX: #DBD5EA
RGB: (219,213,234)

Color info

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

RGB color model

#DBD5EA color RGB value is (219,213,234).

  • red value is 219;
  • green value is 213;
  • blue value is 234.
RGB:
(219,213,234)
(86%,84%,92%)

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 234 of 255 = 92%

219
213
234

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

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 234 = 666 (100%)
R 219 of 666 ~ 32.88%
G 213 of 666 ~ 31.98%
B 234 of 666 ~ 35.14%

%32.88
%31.98
%35.14

CMYK color model

#DBD5EA color CMYK value is (6,9,0,8).

  • cyan value is 6.41%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,9,0,8)
C6M9Y0K8 
(6%,9%,0%,8%)
(0.06/0.09/0.00/0.08)	

CMYK percentages

%6.41
%8.97
%0
%8.24

Codes

Color #DBD5EA in popluar color models

DBD5EA
RGB219213234
HSL257°33.33%87.65%
HSB/HSV257°8.97%91.76%
CMYK6.41%8.97%0.00%
8.24%

Color #DBD5EA in popluar number systems.

HEXDBD5EA
Decimal219213234
Binary110110111101010111101010
Octal333325352

Shades and tints

Shades of #DBD5EA

#DBD5EA
(219,213,234)
#C8C2D5
(200,194,213)
#B5AFC0
(181,175,192)
#A29CAB
(162,156,171)
#8F8996
(143,137,150)
#7C7681
(124,118,129)
#69636C
(105,99,108)
#565057
(86,80,87)
#433D42
(67,61,66)
#302A2D
(48,42,45)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #DBD5EA

#DBD5EA
(219,213,234)
#DED8EB
(222,216,235)
#E1DBEC
(225,219,236)
#E4DEED
(228,222,237)
#E7E1EE
(231,225,238)
#EAE4EF
(234,228,239)
#EDE7F0
(237,231,240)
#F0EAF1
(240,234,241)
#F3EDF2
(243,237,242)
#F6F0F3
(246,240,243)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5EA; }

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

This text font color is #DBD5EA.


Background Color

.myBgColor { background-color: #DBD5EA; }

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

This div background color is #DBD5EA.


Border color

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

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

This div border color is #DBD5EA.


Opacity

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

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

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

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

This text has shadow with #DBD5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5EA on black background.


Color preview on white background

This text has color #DBD5EA on white background.



Black color preview on #DBD5EA background

This text has black color on #DBD5EA background.


White color preview on #DBD5EA background

This text has white color on #DBD5EA background.