COLOR #DDB0F8

HEX: #DDB0F8
RGB: (221,176,248)

Color info

#DDB0F8 contains mainly red and blue colors. Web safe color of #DDB0F8 is #CC99FF (or #C9F).

RGB color model

#DDB0F8 color RGB value is (221,176,248).

  • red value is 221;
  • green value is 176;
  • blue value is 248.
RGB:
(221,176,248)
(87%,69%,97%)

RGB channels and saturation

R 221 of 255 = 87%
G 176 of 255 = 69%
B 248 of 255 = 97%

221
176
248

R + G + B ~ 84%. #DDB0F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 176 + 248 = 645 (100%)
R 221 of 645 ~ 34.26%
G 176 of 645 ~ 27.29%
B 248 of 645 ~ 38.45%

%34.26
%27.29
%38.45

CMYK color model

#DDB0F8 color CMYK value is (11,29,0,3).

  • cyan value is 10.89%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(11,29,0,3)
C11M29Y0K3 
(11%,29%,0%,3%)
(0.11/0.29/0.00/0.03)	

CMYK percentages

%10.89
%29.03
%0
%2.75

Codes

Color #DDB0F8 in popluar color models

DDB0F8
RGB221176248
HSL278°83.72%83.14%
HSB/HSV278°29.03%97.25%
CMYK10.89%29.03%0.00%
2.75%

Color #DDB0F8 in popluar number systems.

HEXDDB0F8
Decimal221176248
Binary110111011011000011111000
Octal335260370

Shades and tints

Shades of #DDB0F8

#DDB0F8
(221,176,248)
#C9A0E2
(201,160,226)
#B590CC
(181,144,204)
#A180B6
(161,128,182)
#8D70A0
(141,112,160)
#79608A
(121,96,138)
#655074
(101,80,116)
#51405E
(81,64,94)
#3D3048
(61,48,72)
#292032
(41,32,50)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #DDB0F8

#DDB0F8
(221,176,248)
#E0B7F8
(224,183,248)
#E3BEF8
(227,190,248)
#E6C5F8
(230,197,248)
#E9CCF8
(233,204,248)
#ECD3F8
(236,211,248)
#EFDAF8
(239,218,248)
#F2E1F8
(242,225,248)
#F5E8F8
(245,232,248)
#F8EFF8
(248,239,248)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB0F8 color. Also use rgb(221,176,248) instead hex code.

Text Font Color

.myTextColor { color: #DDB0F8; }

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

This text font color is #DDB0F8.


Background Color

.myBgColor { background-color: #DDB0F8; }

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

This div background color is #DDB0F8.


Border color

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

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

This div border color is #DDB0F8.


Opacity

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

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

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

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

This text has shadow with #DDB0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB0F8 on black background.


Color preview on white background

This text has color #DDB0F8 on white background.



Black color preview on #DDB0F8 background

This text has black color on #DDB0F8 background.


White color preview on #DDB0F8 background

This text has white color on #DDB0F8 background.