COLOR #DBCCFB

HEX: #DBCCFB RGB: (219,204,251)

Color info

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

RGB color model

#DBCCFB color RGB value is (219,204,251).

RGB: (219,204,251) (86%, 80%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 204 of 255 = 80%
B 251 of 255 = 98%

219
204
251

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

Portions of RGB colors in percentages

R + G + B = 219 + 204 + 251 = 674 (100%)
R 219 of 674 ~ 32.49%
G 204 of 674 ~ 30.27%
B 251 of 674 ~ 37.24'%

%32.49
%30.27
%37.24

CMYK color model

#DBCCFB color CMYK value is (13,19,0,2).

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

CMYK: (13,19,0,2)
C13M19Y0K2 (13%, 19%, 0%, 2%)
(0.13 / 0.19 / 0.00 / 0.02)

CMYK percentages

%12.75
%18.73
%0
%1.57

Codes

Color #DBCCFB in popluar color models

DB CC FB
RGB 219 204 251
HSL 259° 85.45% 89.22%
HSB/HSV 259° 18.73% 98.43%
CMYK 12.75% 18.73% 0.00%
1.57%

Color #DBCCFB in popluar number systems.

HEX DB CC FB
Decimal 219 204 251
Binary 11011011 11001100 11111011
Octal 333 314 373

Shades and tints

Shades of #DBCCFB

#DBCCFB
(219,204,251)
#C8BAE5
(200,186,229)
#B5A8CF
(181,168,207)
#A296B9
(162,150,185)
#8F84A3
(143,132,163)
#7C728D
(124,114,141)
#696077
(105,96,119)
#564E61
(86,78,97)
#433C4B
(67,60,75)
#302A35
(48,42,53)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #DBCCFB

#DBCCFB
(219,204,251)
#DED0FB
(222,208,251)
#E1D4FB
(225,212,251)
#E4D8FB
(228,216,251)
#E7DCFB
(231,220,251)
#EAE0FB
(234,224,251)
#EDE4FB
(237,228,251)
#F0E8FB
(240,232,251)
#F3ECFB
(243,236,251)
#F6F0FB
(246,240,251)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCCFB; }

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

This text font color is #DBCCFB.

Background Color

.myBgColor { background-color: #DBCCFB; }

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

This div background color is #DBCCFB.

Border color

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

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

This div border color is #DBCCFB.

Opacity

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

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

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

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

This text has shadow with #DBCCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCCFB.

Preview

Color preview on black background

This text has color #DBCCFB on black background.


Color preview on white background

This text has color #DBCCFB on white background.


Black color preview on #DBCCFB background

This text has black color on #DBCCFB background.


White color preview on #DBCCFB background

This text has white color on #DBCCFB background.


Related colors

Complementary color

Complementary color for #hex is #243304.


I love getcolorcode.com

Triadic colors

1 #FBDBCC and #CCFBDB with #DBCCFB are triadic colors.

2 #FBCCDB and #CCDBFB with #DBCCFB are triadic colors.