COLOR #DBD6F2

HEX: #DBD6F2
RGB: (219,214,242)

Color info

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

RGB color model

#DBD6F2 color RGB value is (219,214,242).

  • red value is 219;
  • green value is 214;
  • blue value is 242.
RGB:
(219,214,242)
(86%,84%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 214 of 255 = 84%
B 242 of 255 = 95%

219
214
242

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

Portions of RGB colors in percentages

R + G + B =
219 + 214 + 242 = 675 (100%)
R 219 of 675 ~ 32.44%
G 214 of 675 ~ 31.7%
B 242 of 675 ~ 35.85%

%32.44
%31.7
%35.85

CMYK color model

#DBD6F2 color CMYK value is (10,12,0,5).

  • cyan value is 9.50%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,12,0,5)
C10M12Y0K5 
(10%,12%,0%,5%)
(0.10/0.12/0.00/0.05)	

CMYK percentages

%9.5
%11.57
%0
%5.1

Codes

Color #DBD6F2 in popluar color models

DBD6F2
RGB219214242
HSL251°51.85%89.41%
HSB/HSV251°11.57%94.90%
CMYK9.50%11.57%0.00%
5.10%

Color #DBD6F2 in popluar number systems.

HEXDBD6F2
Decimal219214242
Binary110110111101011011110010
Octal333326362

Shades and tints

Shades of #DBD6F2

#DBD6F2
(219,214,242)
#C8C3DC
(200,195,220)
#B5B0C6
(181,176,198)
#A29DB0
(162,157,176)
#8F8A9A
(143,138,154)
#7C7784
(124,119,132)
#69646E
(105,100,110)
#565158
(86,81,88)
#433E42
(67,62,66)
#302B2C
(48,43,44)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #DBD6F2

#DBD6F2
(219,214,242)
#DED9F3
(222,217,243)
#E1DCF4
(225,220,244)
#E4DFF5
(228,223,245)
#E7E2F6
(231,226,246)
#EAE5F7
(234,229,247)
#EDE8F8
(237,232,248)
#F0EBF9
(240,235,249)
#F3EEFA
(243,238,250)
#F6F1FB
(246,241,251)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD6F2 color. Also use rgb(219,214,242) instead hex code.

Text Font Color

.myTextColor { color: #DBD6F2; }

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

This text font color is #DBD6F2.


Background Color

.myBgColor { background-color: #DBD6F2; }

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

This div background color is #DBD6F2.


Border color

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

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

This div border color is #DBD6F2.


Opacity

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

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

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

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

This text has shadow with #DBD6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD6F2 on black background.


Color preview on white background

This text has color #DBD6F2 on white background.



Black color preview on #DBD6F2 background

This text has black color on #DBD6F2 background.


White color preview on #DBD6F2 background

This text has white color on #DBD6F2 background.