COLOR #DDBBF9

HEX: #DDBBF9
RGB: (221,187,249)

Color info

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

RGB color model

#DDBBF9 color RGB value is (221,187,249).

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

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 249 of 255 = 98%

221
187
249

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

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 249 = 657 (100%)
R 221 of 657 ~ 33.64%
G 187 of 657 ~ 28.46%
B 249 of 657 ~ 37.9%

%33.64
%28.46
%37.9

CMYK color model

#DDBBF9 color CMYK value is (11,25,0,2).

  • cyan value is 11.24%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(11,25,0,2)
C11M25Y0K2 
(11%,25%,0%,2%)
(0.11/0.25/0.00/0.02)	

CMYK percentages

%11.24
%24.9
%0
%2.35

Codes

Color #DDBBF9 in popluar color models

DDBBF9
RGB221187249
HSL273°83.78%85.49%
HSB/HSV273°24.90%97.65%
CMYK11.24%24.90%0.00%
2.35%

Color #DDBBF9 in popluar number systems.

HEXDDBBF9
Decimal221187249
Binary110111011011101111111001
Octal335273371

Shades and tints

Shades of #DDBBF9

#DDBBF9
(221,187,249)
#C9AAE3
(201,170,227)
#B599CD
(181,153,205)
#A188B7
(161,136,183)
#8D77A1
(141,119,161)
#79668B
(121,102,139)
#655575
(101,85,117)
#51445F
(81,68,95)
#3D3349
(61,51,73)
#292233
(41,34,51)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #DDBBF9

#DDBBF9
(221,187,249)
#E0C1F9
(224,193,249)
#E3C7F9
(227,199,249)
#E6CDF9
(230,205,249)
#E9D3F9
(233,211,249)
#ECD9F9
(236,217,249)
#EFDFF9
(239,223,249)
#F2E5F9
(242,229,249)
#F5EBF9
(245,235,249)
#F8F1F9
(248,241,249)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBF9; }

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

This text font color is #DDBBF9.


Background Color

.myBgColor { background-color: #DDBBF9; }

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

This div background color is #DDBBF9.


Border color

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

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

This div border color is #DDBBF9.


Opacity

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

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

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

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

This text has shadow with #DDBBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBBF9 on black background.


Color preview on white background

This text has color #DDBBF9 on white background.



Black color preview on #DDBBF9 background

This text has black color on #DDBBF9 background.


White color preview on #DDBBF9 background

This text has white color on #DDBBF9 background.