COLOR #DBDAF8

HEX: #DBDAF8
RGB: (219,218,248)

Color info

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

RGB color model

#DBDAF8 color RGB value is (219,218,248).

  • red value is 219;
  • green value is 218;
  • blue value is 248.
RGB:
(219,218,248)
(86%,85%,97%)

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 248 of 255 = 97%

219
218
248

R + G + B ~ 89%. #DBDAF8 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 248 = 685 (100%)
R 219 of 685 ~ 31.97%
G 218 of 685 ~ 31.82%
B 248 of 685 ~ 36.2%

%31.97
%31.82
%36.2

CMYK color model

#DBDAF8 color CMYK value is (12,12,0,3).

  • cyan value is 11.69%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,12,0,3)
C12M12Y0K3 
(12%,12%,0%,3%)
(0.12/0.12/0.00/0.03)	

CMYK percentages

%11.69
%12.1
%0
%2.75

Codes

Color #DBDAF8 in popluar color models

DBDAF8
RGB219218248
HSL242°68.18%91.37%
HSB/HSV242°12.10%97.25%
CMYK11.69%12.10%0.00%
2.75%

Color #DBDAF8 in popluar number systems.

HEXDBDAF8
Decimal219218248
Binary110110111101101011111000
Octal333332370

Shades and tints

Shades of #DBDAF8

#DBDAF8
(219,218,248)
#C8C7E2
(200,199,226)
#B5B4CC
(181,180,204)
#A2A1B6
(162,161,182)
#8F8EA0
(143,142,160)
#7C7B8A
(124,123,138)
#696874
(105,104,116)
#56555E
(86,85,94)
#434248
(67,66,72)
#302F32
(48,47,50)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #DBDAF8

#DBDAF8
(219,218,248)
#DEDDF8
(222,221,248)
#E1E0F8
(225,224,248)
#E4E3F8
(228,227,248)
#E7E6F8
(231,230,248)
#EAE9F8
(234,233,248)
#EDECF8
(237,236,248)
#F0EFF8
(240,239,248)
#F3F2F8
(243,242,248)
#F6F5F8
(246,245,248)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDAF8 color. Also use rgb(219,218,248) instead hex code.

Text Font Color

.myTextColor { color: #DBDAF8; }

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

This text font color is #DBDAF8.


Background Color

.myBgColor { background-color: #DBDAF8; }

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

This div background color is #DBDAF8.


Border color

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

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

This div border color is #DBDAF8.


Opacity

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

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

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

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

This text has shadow with #DBDAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDAF8 on black background.


Color preview on white background

This text has color #DBDAF8 on white background.



Black color preview on #DBDAF8 background

This text has black color on #DBDAF8 background.


White color preview on #DBDAF8 background

This text has white color on #DBDAF8 background.