COLOR #DBD4F0

HEX: #DBD4F0
RGB: (219,212,240)

Color info

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

RGB color model

#DBD4F0 color RGB value is (219,212,240).

  • red value is 219;
  • green value is 212;
  • blue value is 240.
RGB:
(219,212,240)
(86%,83%,94%)

RGB channels and saturation

R 219 of 255 = 86%
G 212 of 255 = 83%
B 240 of 255 = 94%

219
212
240

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

Portions of RGB colors in percentages

R + G + B =
219 + 212 + 240 = 671 (100%)
R 219 of 671 ~ 32.64%
G 212 of 671 ~ 31.59%
B 240 of 671 ~ 35.77%

%32.64
%31.59
%35.77

CMYK color model

#DBD4F0 color CMYK value is (9,12,0,6).

  • cyan value is 8.75%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(9,12,0,6)
C9M12Y0K6 
(9%,12%,0%,6%)
(0.09/0.12/0.00/0.06)	

CMYK percentages

%8.75
%11.67
%0
%5.88

Codes

Color #DBD4F0 in popluar color models

DBD4F0
RGB219212240
HSL255°48.28%88.63%
HSB/HSV255°11.67%94.12%
CMYK8.75%11.67%0.00%
5.88%

Color #DBD4F0 in popluar number systems.

HEXDBD4F0
Decimal219212240
Binary110110111101010011110000
Octal333324360

Shades and tints

Shades of #DBD4F0

#DBD4F0
(219,212,240)
#C8C1DB
(200,193,219)
#B5AEC6
(181,174,198)
#A29BB1
(162,155,177)
#8F889C
(143,136,156)
#7C7587
(124,117,135)
#696272
(105,98,114)
#564F5D
(86,79,93)
#433C48
(67,60,72)
#302933
(48,41,51)
#1D161E
(29,22,30)
#000000
(0,0,0)

Tints of #DBD4F0

#DBD4F0
(219,212,240)
#DED7F1
(222,215,241)
#E1DAF2
(225,218,242)
#E4DDF3
(228,221,243)
#E7E0F4
(231,224,244)
#EAE3F5
(234,227,245)
#EDE6F6
(237,230,246)
#F0E9F7
(240,233,247)
#F3ECF8
(243,236,248)
#F6EFF9
(246,239,249)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD4F0 color. Also use rgb(219,212,240) instead hex code.

Text Font Color

.myTextColor { color: #DBD4F0; }

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

This text font color is #DBD4F0.


Background Color

.myBgColor { background-color: #DBD4F0; }

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

This div background color is #DBD4F0.


Border color

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

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

This div border color is #DBD4F0.


Opacity

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

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

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

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

This text has shadow with #DBD4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD4F0 on black background.


Color preview on white background

This text has color #DBD4F0 on white background.



Black color preview on #DBD4F0 background

This text has black color on #DBD4F0 background.


White color preview on #DBD4F0 background

This text has white color on #DBD4F0 background.