COLOR #DBCCF1

HEX: #DBCCF1
RGB: (219,204,241)

Color info

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

RGB color model

#DBCCF1 color RGB value is (219,204,241).

  • red value is 219;
  • green value is 204;
  • blue value is 241.
RGB:
(219,204,241)
(86%,80%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 204 of 255 = 80%
B 241 of 255 = 95%

219
204
241

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

Portions of RGB colors in percentages

R + G + B =
219 + 204 + 241 = 664 (100%)
R 219 of 664 ~ 32.98%
G 204 of 664 ~ 30.72%
B 241 of 664 ~ 36.3%

%32.98
%30.72
%36.3

CMYK color model

#DBCCF1 color CMYK value is (9,15,0,5).

  • cyan value is 9.13%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,15,0,5)
C9M15Y0K5 
(9%,15%,0%,5%)
(0.09/0.15/0.00/0.05)	

CMYK percentages

%9.13
%15.35
%0
%5.49

Codes

Color #DBCCF1 in popluar color models

DBCCF1
RGB219204241
HSL264°56.92%87.25%
HSB/HSV264°15.35%94.51%
CMYK9.13%15.35%0.00%
5.49%

Color #DBCCF1 in popluar number systems.

HEXDBCCF1
Decimal219204241
Binary110110111100110011110001
Octal333314361

Shades and tints

Shades of #DBCCF1

#DBCCF1
(219,204,241)
#C8BADC
(200,186,220)
#B5A8C7
(181,168,199)
#A296B2
(162,150,178)
#8F849D
(143,132,157)
#7C7288
(124,114,136)
#696073
(105,96,115)
#564E5E
(86,78,94)
#433C49
(67,60,73)
#302A34
(48,42,52)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #DBCCF1

#DBCCF1
(219,204,241)
#DED0F2
(222,208,242)
#E1D4F3
(225,212,243)
#E4D8F4
(228,216,244)
#E7DCF5
(231,220,245)
#EAE0F6
(234,224,246)
#EDE4F7
(237,228,247)
#F0E8F8
(240,232,248)
#F3ECF9
(243,236,249)
#F6F0FA
(246,240,250)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCCF1; }

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

This text font color is #DBCCF1.


Background Color

.myBgColor { background-color: #DBCCF1; }

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

This div background color is #DBCCF1.


Border color

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

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

This div border color is #DBCCF1.


Opacity

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

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

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

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

This text has shadow with #DBCCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCCF1 on black background.


Color preview on white background

This text has color #DBCCF1 on white background.



Black color preview on #DBCCF1 background

This text has black color on #DBCCF1 background.


White color preview on #DBCCF1 background

This text has white color on #DBCCF1 background.