COLOR #DDB9F7

HEX: #DDB9F7 RGB: (221,185,247)

Color info

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

RGB color model

#DDB9F7 color RGB value is (221,185,247).

RGB: (221,185,247) (87%, 73%, 97%)

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 247 of 255 = 97%

221
185
247

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

Portions of RGB colors in percentages

R + G + B = 221 + 185 + 247 = 653 (100%)
R 221 of 653 ~ 33.84%
G 185 of 653 ~ 28.33%
B 247 of 653 ~ 37.83'%

%33.84
%28.33
%37.83

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (11,25,0,3)
C11M25Y0K3 (11%, 25%, 0%, 3%)
(0.11 / 0.25 / 0.00 / 0.03)

CMYK percentages

%10.53
%25.1
%0
%3.14

Codes

Color #DDB9F7 in popluar color models

DD B9 F7
RGB 221 185 247
HSL 275° 79.49% 84.71%
HSB/HSV 275° 25.10% 96.86%
CMYK 10.53% 25.10% 0.00%
3.14%

Color #DDB9F7 in popluar number systems.

HEX DD B9 F7
Decimal 221 185 247
Binary 11011101 10111001 11110111
Octal 335 271 367

Shades and tints

Shades of #DDB9F7

#DDB9F7
(221,185,247)
#C9A9E1
(201,169,225)
#B599CB
(181,153,203)
#A189B5
(161,137,181)
#8D799F
(141,121,159)
#796989
(121,105,137)
#655973
(101,89,115)
#51495D
(81,73,93)
#3D3947
(61,57,71)
#292931
(41,41,49)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #DDB9F7

#DDB9F7
(221,185,247)
#E0BFF7
(224,191,247)
#E3C5F7
(227,197,247)
#E6CBF7
(230,203,247)
#E9D1F7
(233,209,247)
#ECD7F7
(236,215,247)
#EFDDF7
(239,221,247)
#F2E3F7
(242,227,247)
#F5E9F7
(245,233,247)
#F8EFF7
(248,239,247)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB9F7 color. Also use rgb(221,185,247) instead hex code.

Text Font Color

.myTextColor { color: #DDB9F7; }

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

This text font color is #DDB9F7.

Background Color

.myBgColor { background-color: #DDB9F7; }

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

This div background color is #DDB9F7.

Border color

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

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

This div border color is #DDB9F7.

Opacity

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

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

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

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

This text has shadow with #DDB9F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB9F7.

Preview

Color preview on black background

This text has color #DDB9F7 on black background.


Color preview on white background

This text has color #DDB9F7 on white background.


Black color preview on #DDB9F7 background

This text has black color on #DDB9F7 background.


White color preview on #DDB9F7 background

This text has white color on #DDB9F7 background.


Related colors

Complementary color

Complementary color for #hex is #224608.


I love getcolorcode.com

Triadic colors

1 #F7DDB9 and #B9F7DD with #DDB9F7 are triadic colors.

2 #F7B9DD and #B9DDF7 with #DDB9F7 are triadic colors.