COLOR #DDBBF8

HEX: #DDBBF8
RGB: (221,187,248)

Color info

#DDBBF8 contains mainly red and blue colors. Web safe color of #DDBBF8 is #CCCCFF (or #CCF).

RGB color model

#DDBBF8 color RGB value is (221,187,248).

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

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 248 of 255 = 97%

221
187
248

R + G + B ~ 86%. #DDBBF8 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 248 = 656 (100%)
R 221 of 656 ~ 33.69%
G 187 of 656 ~ 28.51%
B 248 of 656 ~ 37.8%

%33.69
%28.51
%37.8

CMYK color model

#DDBBF8 color CMYK value is (11,25,0,3).

  • cyan value is 10.89%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(11,25,0,3)
C11M25Y0K3 
(11%,25%,0%,3%)
(0.11/0.25/0.00/0.03)	

CMYK percentages

%10.89
%24.6
%0
%2.75

Codes

Color #DDBBF8 in popluar color models

DDBBF8
RGB221187248
HSL273°81.33%85.29%
HSB/HSV273°24.60%97.25%
CMYK10.89%24.60%0.00%
2.75%

Color #DDBBF8 in popluar number systems.

HEXDDBBF8
Decimal221187248
Binary110111011011101111111000
Octal335273370

Shades and tints

Shades of #DDBBF8

#DDBBF8
(221,187,248)
#C9AAE2
(201,170,226)
#B599CC
(181,153,204)
#A188B6
(161,136,182)
#8D77A0
(141,119,160)
#79668A
(121,102,138)
#655574
(101,85,116)
#51445E
(81,68,94)
#3D3348
(61,51,72)
#292232
(41,34,50)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #DDBBF8

#DDBBF8
(221,187,248)
#E0C1F8
(224,193,248)
#E3C7F8
(227,199,248)
#E6CDF8
(230,205,248)
#E9D3F8
(233,211,248)
#ECD9F8
(236,217,248)
#EFDFF8
(239,223,248)
#F2E5F8
(242,229,248)
#F5EBF8
(245,235,248)
#F8F1F8
(248,241,248)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBF8; }

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

This text font color is #DDBBF8.


Background Color

.myBgColor { background-color: #DDBBF8; }

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

This div background color is #DDBBF8.


Border color

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

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

This div border color is #DDBBF8.


Opacity

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

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

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

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

This text has shadow with #DDBBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBBF8 on black background.


Color preview on white background

This text has color #DDBBF8 on white background.



Black color preview on #DDBBF8 background

This text has black color on #DDBBF8 background.


White color preview on #DDBBF8 background

This text has white color on #DDBBF8 background.