COLOR #DBC5FB

HEX: #DBC5FB RGB: (219,197,251)

Color info

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

RGB color model

#DBC5FB color RGB value is (219,197,251).

RGB: (219,197,251) (86%, 77%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 197 of 255 = 77%
B 251 of 255 = 98%

219
197
251

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

Portions of RGB colors in percentages

R + G + B = 219 + 197 + 251 = 667 (100%)
R 219 of 667 ~ 32.83%
G 197 of 667 ~ 29.54%
B 251 of 667 ~ 37.63'%

%32.83
%29.54
%37.63

CMYK color model

#DBC5FB color CMYK value is (13,22,0,2).

  • cyan value is 12.75%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (13,22,0,2)
C13M22Y0K2 (13%, 22%, 0%, 2%)
(0.13 / 0.22 / 0.00 / 0.02)

CMYK percentages

%12.75
%21.51
%0
%1.57

Codes

Color #DBC5FB in popluar color models

DB C5 FB
RGB 219 197 251
HSL 264° 87.10% 87.84%
HSB/HSV 264° 21.51% 98.43%
CMYK 12.75% 21.51% 0.00%
1.57%

Color #DBC5FB in popluar number systems.

HEX DB C5 FB
Decimal 219 197 251
Binary 11011011 11000101 11111011
Octal 333 305 373

Shades and tints

Shades of #DBC5FB

#DBC5FB
(219,197,251)
#C8B4E5
(200,180,229)
#B5A3CF
(181,163,207)
#A292B9
(162,146,185)
#8F81A3
(143,129,163)
#7C708D
(124,112,141)
#695F77
(105,95,119)
#564E61
(86,78,97)
#433D4B
(67,61,75)
#302C35
(48,44,53)
#1D1B1F
(29,27,31)
#000000
(0,0,0)

Tints of #DBC5FB

#DBC5FB
(219,197,251)
#DECAFB
(222,202,251)
#E1CFFB
(225,207,251)
#E4D4FB
(228,212,251)
#E7D9FB
(231,217,251)
#EADEFB
(234,222,251)
#EDE3FB
(237,227,251)
#F0E8FB
(240,232,251)
#F3EDFB
(243,237,251)
#F6F2FB
(246,242,251)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC5FB color. Also use rgb(219,197,251) instead hex code.

Text Font Color

.myTextColor { color: #DBC5FB; }

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

This text font color is #DBC5FB.

Background Color

.myBgColor { background-color: #DBC5FB; }

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

This div background color is #DBC5FB.

Border color

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

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

This div border color is #DBC5FB.

Opacity

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

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

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

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

This text has shadow with #DBC5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC5FB.

Preview

Color preview on black background

This text has color #DBC5FB on black background.


Color preview on white background

This text has color #DBC5FB on white background.


Black color preview on #DBC5FB background

This text has black color on #DBC5FB background.


White color preview on #DBC5FB background

This text has white color on #DBC5FB background.


Related colors

Complementary color

Complementary color for #hex is #243A04.


I love getcolorcode.com

Triadic colors

1 #FBDBC5 and #C5FBDB with #DBC5FB are triadic colors.

2 #FBC5DB and #C5DBFB with #DBC5FB are triadic colors.