COLOR #DBD5FF

HEX: #DBD5FF
RGB: (219,213,255)

Color info

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

RGB color model

#DBD5FF color RGB value is (219,213,255).

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

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 255 of 255 = 100%

219
213
255

R + G + B ~ 90%. #DBD5FF is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 255 = 687 (100%)
R 219 of 687 ~ 31.88%
G 213 of 687 ~ 31%
B 255 of 687 ~ 37.12%

%31.88
%31
%37.12

CMYK color model

#DBD5FF color CMYK value is (14,16,0,0).

  • cyan value is 14.12%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,16,0,0)
C14M16Y0K0 
(14%,16%,0%,0%)
(0.14/0.16/0.00/0.00)	

CMYK percentages

%14.12
%16.47
%0
%0

Codes

Color #DBD5FF in popluar color models

DBD5FF
RGB219213255
HSL249°100.00%91.76%
HSB/HSV249°16.47%100.00%
CMYK14.12%16.47%0.00%
0.00%

Color #DBD5FF in popluar number systems.

HEXDBD5FF
Decimal219213255
Binary110110111101010111111111
Octal333325377

Shades and tints

Shades of #DBD5FF

#DBD5FF
(219,213,255)
#C8C2E8
(200,194,232)
#B5AFD1
(181,175,209)
#A29CBA
(162,156,186)
#8F89A3
(143,137,163)
#7C768C
(124,118,140)
#696375
(105,99,117)
#56505E
(86,80,94)
#433D47
(67,61,71)
#302A30
(48,42,48)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #DBD5FF

#DBD5FF
(219,213,255)
#DED8FF
(222,216,255)
#E1DBFF
(225,219,255)
#E4DEFF
(228,222,255)
#E7E1FF
(231,225,255)
#EAE4FF
(234,228,255)
#EDE7FF
(237,231,255)
#F0EAFF
(240,234,255)
#F3EDFF
(243,237,255)
#F6F0FF
(246,240,255)
#F9F3FF
(249,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5FF; }

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

This text font color is #DBD5FF.


Background Color

.myBgColor { background-color: #DBD5FF; }

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

This div background color is #DBD5FF.


Border color

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

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

This div border color is #DBD5FF.


Opacity

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

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

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

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

This text has shadow with #DBD5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5FF on black background.


Color preview on white background

This text has color #DBD5FF on white background.



Black color preview on #DBD5FF background

This text has black color on #DBD5FF background.


White color preview on #DBD5FF background

This text has white color on #DBD5FF background.